Update app.py
Browse files
app.py
CHANGED
|
@@ -65,7 +65,7 @@ iface = gr.Interface(
|
|
| 65 |
inputs=[
|
| 66 |
gr.Textbox(label="Prompt", placeholder="Describe the image you want to generate"),
|
| 67 |
gr.Textbox(label="Negative Prompt", placeholder="What should not be in the image"),
|
| 68 |
-
gr.Dropdown(label="Sampler", choices=["DPM", "EulerA", "LMS", "DDIM"], value="
|
| 69 |
gr.Number(label="Seed", value=0),
|
| 70 |
gr.Slider(label="Guidance Scale", minimum=1, maximum=9, value=5),
|
| 71 |
gr.Slider(label="Inference Steps", minimum=5, maximum=100, value=35)
|
|
|
|
| 65 |
inputs=[
|
| 66 |
gr.Textbox(label="Prompt", placeholder="Describe the image you want to generate"),
|
| 67 |
gr.Textbox(label="Negative Prompt", placeholder="What should not be in the image"),
|
| 68 |
+
gr.Dropdown(label="Sampler", choices=["DPM", "EulerA", "LMS", "DDIM"], value="DDIM"),
|
| 69 |
gr.Number(label="Seed", value=0),
|
| 70 |
gr.Slider(label="Guidance Scale", minimum=1, maximum=9, value=5),
|
| 71 |
gr.Slider(label="Inference Steps", minimum=5, maximum=100, value=35)
|