Update app.py
Browse files
app.py
CHANGED
@@ -36,13 +36,13 @@ gr.Interface(fn=genie, inputs=[gr.Textbox(label='Positive Promt. 77 Token Limit.
|
|
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(15, maximum=40, value=
|
40 |
gr.Slider(minimum=1, step=1, maximum=999999999999999999, randomize=True),
|
41 |
gr.Textbox(label='Embedded Prompt'),
|
42 |
gr.Textbox(label='Embedded Negative Prompt'),
|
43 |
-
gr.Slider(minimum=.
|
44 |
outputs='image',
|
45 |
title=" 📷 Realistic Vision XL V1.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)
|
|
|
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(15, maximum=40, 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'),
|
42 |
gr.Textbox(label='Embedded Negative Prompt'),
|
43 |
+
gr.Slider(minimum=.5, maximum=.99, value=.95, step=.01, label='Refiner Denoise Start %')],
|
44 |
outputs='image',
|
45 |
title=" 📷 Realistic Vision XL V1.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.75-0.95, 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)
|