Don B
commited on
Commit
·
c2832af
1
Parent(s):
02193e6
update post id list
Browse files
app.py
CHANGED
@@ -30,15 +30,15 @@ def display_images(df):
|
|
30 |
st.markdown(f"**Config Scale:** {row['cfgScale']}")
|
31 |
st.markdown(f"**Image Size:** {row['height']} H x {row['width']} W")
|
32 |
def main():
|
33 |
-
st.title('Civitai
|
34 |
|
35 |
st.markdown("""
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
- post id
|
40 |
-
- post id
|
41 |
-
- post id
|
42 |
""")
|
43 |
|
44 |
# Using st.query_params to access query parameters
|
|
|
30 |
st.markdown(f"**Config Scale:** {row['cfgScale']}")
|
31 |
st.markdown(f"**Image Size:** {row['height']} H x {row['width']} W")
|
32 |
def main():
|
33 |
+
st.title('Civitai Posts - Prompt Summary')
|
34 |
|
35 |
st.markdown("""
|
36 |
+
Sample Stable Diffusion posts on Civitai - as of 2024-02-29
|
37 |
+
- post id 1576676 for [Stable Cascade](https://civitai.com/posts/1576676) - People prompts
|
38 |
+
- post id 1593777 for [Stable Cascade](https://civitai.com/posts/1593777) - YAML based art prompts
|
39 |
+
- post id 1593788 for [Stable Cascade](https://civitai.com/posts/1593788) - YAML based life sciences prompts
|
40 |
+
- post id 1496616 for [DreamShaper Lightning](https://civitai.com/posts/1496616) - Lykon's model showcase
|
41 |
+
- post id 1515491 for [Juggernaut Lightning](https://civitai.com/posts/1515491) - KandooAI's model showcase
|
42 |
""")
|
43 |
|
44 |
# Using st.query_params to access query parameters
|