Don B
commited on
Commit
·
960a1cf
1
Parent(s):
94ab8cb
update prompt config info
Browse files
app.py
CHANGED
@@ -26,8 +26,8 @@ def display_images(df):
|
|
26 |
with col2:
|
27 |
st.markdown(f"**Prompt:** {row['prompt']}")
|
28 |
st.markdown(f"**Negative Prompt:** {row['negativePrompt']}")
|
29 |
-
st.markdown(f"**Sampler:** {row['sampler']}")
|
30 |
-
st.markdown(f"**
|
31 |
st.markdown(f"**Image Size:** {row['height']} H x {row['width']} W")
|
32 |
def main():
|
33 |
st.title('Civitai Model Showcase Prompts')
|
|
|
26 |
with col2:
|
27 |
st.markdown(f"**Prompt:** {row['prompt']}")
|
28 |
st.markdown(f"**Negative Prompt:** {row['negativePrompt']}")
|
29 |
+
st.markdown(f"**Sampler:** {row['sampler']} | **Steps:** {row['steps']}")
|
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 Model Showcase Prompts')
|