Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ gr.Interface(fn=genie, inputs=[gr.Textbox(label='Positive Promt. 77 Token Limit.
|
|
35 |
gr.Textbox(label='Negative Prompt.'),
|
36 |
gr.Slider(512, 1024, 768, step=128, label='Height'),
|
37 |
gr.Slider(512, 1024, 768, step=128, label='Width'),
|
38 |
-
gr.Slider(1, 15,
|
39 |
gr.Slider(25, maximum=50, value=25, step=1, label='Number of Iterations'),
|
40 |
gr.Slider(minimum=1, step=1, maximum=999999999999999999, randomize=True),
|
41 |
gr.Textbox(label='Embedded Prompt'),
|
@@ -44,5 +44,5 @@ gr.Interface(fn=genie, inputs=[gr.Textbox(label='Positive Promt. 77 Token Limit.
|
|
44 |
outputs='image',
|
45 |
title=" 📷 Realistic Vision XL V2.0 Demo by SG161222 📷",
|
46 |
description="The model is still in the training phase. This is not the final version and may contain artifacts and perform poorly in some cases. Currently running on <b>CPU</b>",
|
47 |
-
article="Demo prompt template below to get an example of the models results:<br><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><br><b>Negative prompt:</b> (worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth <br><br> Iteration Steps:
|
48 |
).launch(debug=True, max_threads=80)
|
|
|
35 |
gr.Textbox(label='Negative Prompt.'),
|
36 |
gr.Slider(512, 1024, 768, step=128, label='Height'),
|
37 |
gr.Slider(512, 1024, 768, step=128, label='Width'),
|
38 |
+
gr.Slider(1, 15, 7, label='Guidance Scale'),
|
39 |
gr.Slider(25, maximum=50, value=25, step=1, label='Number of Iterations'),
|
40 |
gr.Slider(minimum=1, step=1, maximum=999999999999999999, randomize=True),
|
41 |
gr.Textbox(label='Embedded Prompt'),
|
|
|
44 |
outputs='image',
|
45 |
title=" 📷 Realistic Vision XL V2.0 Demo by SG161222 📷",
|
46 |
description="The model is still in the training phase. This is not the final version and may contain artifacts and perform poorly in some cases. Currently running on <b>CPU</b>",
|
47 |
+
article="Demo prompt template below to get an example of the models results:<br><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><br><b>Negative prompt:</b> (worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth <br><br> Iteration Steps: 25-40, Denoising strength: 0.95-0.99, CFG scale: 7, Seed: 4271781772<br><br> <b>WARNING:</b> Be patient, as generation is Slow.<br>65s/Iteration. Expected Generation Time is 25-40mins an image for 25-40 iterations respectively. This model is capable of producing mild NSFW images"
|
48 |
).launch(debug=True, max_threads=80)
|