Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ footer {
|
|
25 |
'''
|
26 |
|
27 |
DESCRIPTIONXX = """
|
28 |
-
## MIDJOURNEY XL
|
29 |
"""
|
30 |
|
31 |
examples = [
|
@@ -314,7 +314,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
314 |
gr.Markdown(
|
315 |
"""
|
316 |
<div style="text-align: justify;">
|
317 |
-
|
318 |
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.
|
319 |
</div>
|
320 |
"""
|
@@ -323,7 +323,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
323 |
gr.Markdown(
|
324 |
"""
|
325 |
<div style="text-align: justify;">
|
326 |
-
|
327 |
<a href='https://huggingface.co/spaces/prithivMLmods/Top-Prompt-Collection' target='_blank'>Try prompts</a>.
|
328 |
</div>
|
329 |
""")
|
|
|
25 |
'''
|
26 |
|
27 |
DESCRIPTIONXX = """
|
28 |
+
## MIDJOURNEY XL 🥠
|
29 |
"""
|
30 |
|
31 |
examples = [
|
|
|
314 |
gr.Markdown(
|
315 |
"""
|
316 |
<div style="text-align: justify;">
|
317 |
+
🥠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">[LIGHTNING V5.0]</a>, <a href="https://huggingface.co/SG161222/RealVisXL_V4.0">[REALVISXL V4.0]</a>, <a href="https://huggingface.co/SG161222/RealVisXL_V4.0_Lightning">[LIGHTNING V4.0]</a>, <a href="https://huggingface.co/SG161222/RealVisXL_V3.0_Turbo">[REALVISXL V3.0 TURBO]</a>
|
318 |
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.
|
319 |
</div>
|
320 |
"""
|
|
|
323 |
gr.Markdown(
|
324 |
"""
|
325 |
<div style="text-align: justify;">
|
326 |
+
🥠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.
|
327 |
<a href='https://huggingface.co/spaces/prithivMLmods/Top-Prompt-Collection' target='_blank'>Try prompts</a>.
|
328 |
</div>
|
329 |
""")
|