Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ gr.Interface(fn=genie, inputs=[gr.Textbox(label='Positive Promt. 77 Token Limit.
|
|
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>",
|
|
|
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=.7, 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>",
|