Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -316,27 +316,7 @@ with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
|
|
316 |
#gr.Markdown("### LIGHTNING V5.0")
|
317 |
#predefined_gallery = gr.Gallery(label="LIGHTNING V5.0", columns=3, show_label=False, value=load_predefined_images())
|
318 |
|
319 |
-
|
320 |
-
"""
|
321 |
-
<div style="text-align: justify;">
|
322 |
-
⚡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.
|
323 |
-
</div>
|
324 |
-
""")
|
325 |
-
|
326 |
-
gr.Markdown(
|
327 |
-
"""
|
328 |
-
<div style="text-align: justify;">
|
329 |
-
⚡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.
|
330 |
-
<a href='https://huggingface.co/spaces/prithivMLmods/Top-Prompt-Collection' target='_blank'>Try prompts</a>.
|
331 |
-
</div>
|
332 |
-
""")
|
333 |
-
|
334 |
-
gr.Markdown(
|
335 |
-
"""
|
336 |
-
<div style="text-align: justify;">
|
337 |
-
⚠️ Users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.
|
338 |
-
</div>
|
339 |
-
""")
|
340 |
|
341 |
if __name__ == "__main__":
|
342 |
demo.queue(max_size=50).launch(show_api=False)
|
|
|
316 |
#gr.Markdown("### LIGHTNING V5.0")
|
317 |
#predefined_gallery = gr.Gallery(label="LIGHTNING V5.0", columns=3, show_label=False, value=load_predefined_images())
|
318 |
|
319 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
320 |
|
321 |
if __name__ == "__main__":
|
322 |
demo.queue(max_size=50).launch(show_api=False)
|