Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ gr.Interface(fn=genie, inputs=[gr.Textbox(label='What you want the AI to generat
|
|
65 |
gr.Slider(1, 15, 10, step=.25, label='Guidance Scale: How Closely the AI follows the Prompt'),
|
66 |
gr.Slider(25, maximum=100, value=50, step=25, label='Number of Iterations'),
|
67 |
gr.Slider(minimum=0, step=1, maximum=999999999999999999, randomize=True, label='Seed: 0 is Random'),
|
68 |
-
gr.Radio(['Yes', 'No'], value='No', label='Upscale?'),
|
69 |
gr.Textbox(label='Embedded Prompt'),
|
70 |
gr.Textbox(label='Embedded Negative Prompt'),
|
71 |
gr.Radio(["Yes", "No"], label='SDXL 1.0 Refiner: Use if the Image has too much Noise', value='No'),
|
|
|
65 |
gr.Slider(1, 15, 10, step=.25, label='Guidance Scale: How Closely the AI follows the Prompt'),
|
66 |
gr.Slider(25, maximum=100, value=50, step=25, label='Number of Iterations'),
|
67 |
gr.Slider(minimum=0, step=1, maximum=999999999999999999, randomize=True, label='Seed: 0 is Random'),
|
68 |
+
gr.Radio(['Yes', 'No'], value='No', label='Upscale using SD x2 Latent Upscaling?'),
|
69 |
gr.Textbox(label='Embedded Prompt'),
|
70 |
gr.Textbox(label='Embedded Negative Prompt'),
|
71 |
gr.Radio(["Yes", "No"], label='SDXL 1.0 Refiner: Use if the Image has too much Noise', value='No'),
|