Spaces:
Runtime error
Runtime error
stefanbenten
commited on
Commit
•
2e7bb9d
1
Parent(s):
0370bc2
app.py: adjust txt2img steps defaults
Browse files
app.py
CHANGED
@@ -225,7 +225,7 @@ with gr.Blocks(css=css) as demo:
|
|
225 |
sampler = gr.Dropdown(value="DPM++ 2M Karras", show_label=True, label="Sampling Method", choices=prodia_client.list_samplers())
|
226 |
|
227 |
with gr.Column(scale=1):
|
228 |
-
steps = gr.Slider(label="Sampling Steps", minimum=1, maximum=
|
229 |
|
230 |
with gr.Row():
|
231 |
with gr.Column(scale=1):
|
|
|
225 |
sampler = gr.Dropdown(value="DPM++ 2M Karras", show_label=True, label="Sampling Method", choices=prodia_client.list_samplers())
|
226 |
|
227 |
with gr.Column(scale=1):
|
228 |
+
steps = gr.Slider(label="Sampling Steps", minimum=1, maximum=25, value=20, step=1)
|
229 |
|
230 |
with gr.Row():
|
231 |
with gr.Column(scale=1):
|