Update app.py
Browse files
app.py
CHANGED
@@ -45,4 +45,4 @@ gr.Interface(fn=genie, inputs=[gr.Textbox(label='Positive Promt. 77 Token Limit.
|
|
45 |
title="Stable Diffusion XL 1.0 CPU or GPU",
|
46 |
description=("Realistic Vision XL V1.0 Demo for",<a href="https://huggingface.co/SG161222/RealVisXL_V1.0">Realistic Vision XL V1</a>, Stable Diffusion model by <a href="https://huggingface.co/SG161222/"><abbr title="SG1611222">Eugene</abbr></a><br><br>CPU or GPU. Currently running on <b>CPU</b><br><br>)
|
47 |
article = "Please use the prompt template below to get an example of the desired generation results:<br><b>Positive prompt:</b> dark shot, photo of cute 24 y.o blonde woman, perfect eyes, skin moles, short hair, looks at viewer, cinematic shot, hard shadows<br><b>Negative prompt:</b> (worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth <br> CFG scale: 7, Seed: 4271781772<br><br> <b>WARNING:</b> Be patient, as generation is Slow.<br>65s/Iteration. Expected Generation Time is 25-50mins an image for 25-50 iterations respectively. This model is capable of producing mild NSFW images"
|
48 |
-
.launch(debug=True, max_threads=80)
|
|
|
45 |
title="Stable Diffusion XL 1.0 CPU or GPU",
|
46 |
description=("Realistic Vision XL V1.0 Demo for",<a href="https://huggingface.co/SG161222/RealVisXL_V1.0">Realistic Vision XL V1</a>, Stable Diffusion model by <a href="https://huggingface.co/SG161222/"><abbr title="SG1611222">Eugene</abbr></a><br><br>CPU or GPU. Currently running on <b>CPU</b><br><br>)
|
47 |
article = "Please use the prompt template below to get an example of the desired generation results:<br><b>Positive prompt:</b> dark shot, photo of cute 24 y.o blonde woman, perfect eyes, skin moles, short hair, looks at viewer, cinematic shot, hard shadows<br><b>Negative prompt:</b> (worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth <br> CFG scale: 7, Seed: 4271781772<br><br> <b>WARNING:</b> Be patient, as generation is Slow.<br>65s/Iteration. Expected Generation Time is 25-50mins an image for 25-50 iterations respectively. This model is capable of producing mild NSFW images"
|
48 |
+
).launch(debug=True, max_threads=80)
|