Thafx commited on
Commit
03d7d0a
·
1 Parent(s): db66c0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=.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>",
 
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>",