Spaces:
Sleeping
Sleeping
prithivMLmods
commited on
Commit
•
b082da9
1
Parent(s):
03f7d47
Update app.py
Browse files
app.py
CHANGED
@@ -269,7 +269,13 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
269 |
#gr.Markdown("### LIGHTNING V5.0")
|
270 |
#predefined_gallery = gr.Gallery(label="LIGHTNING V5.0", columns=3, show_label=False, value=load_predefined_images())
|
271 |
|
272 |
-
gr.Markdown(
|
|
|
|
|
|
|
|
|
|
|
|
|
273 |
gr.Markdown("⚡This is the demo space for generating images using Stable Diffusion XL with quality styles, different models and types. Try the sample prompts to generate higher quality images. Try the sample prompts for generating higher quality images.<a href='https://huggingface.co/spaces/prithivMLmods/Top-Prompt-Collection' target='_blank'>Try prompts</a>.")
|
274 |
gr.Markdown("⚠️ users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
|
275 |
|
|
|
269 |
#gr.Markdown("### LIGHTNING V5.0")
|
270 |
#predefined_gallery = gr.Gallery(label="LIGHTNING V5.0", columns=3, show_label=False, value=load_predefined_images())
|
271 |
|
272 |
+
gr.Markdown(
|
273 |
+
"""
|
274 |
+
<div style="text-align: justify;">
|
275 |
+
⚡Models used in the playground <a href="https://huggingface.co/SG161222/RealVisXL_V5.0">[REALVISXL V5.0]</a>, <a href="https://huggingface.co/SG161222/RealVisXL_V5.0_Lightning">[REALVISXL V5.0 LIGHTNING]</a> for image generation. Stable Diffusion XL piped (SDXL) model HF. This is the demo space for generating images using the Stable Diffusion XL models, with multiple different variants available.
|
276 |
+
</div>
|
277 |
+
""")
|
278 |
+
|
279 |
gr.Markdown("⚡This is the demo space for generating images using Stable Diffusion XL with quality styles, different models and types. Try the sample prompts to generate higher quality images. Try the sample prompts for generating higher quality images.<a href='https://huggingface.co/spaces/prithivMLmods/Top-Prompt-Collection' target='_blank'>Try prompts</a>.")
|
280 |
gr.Markdown("⚠️ users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
|
281 |
|