stefanbenten commited on
Commit
5a68caf
1 Parent(s): f429ce6

app.py: default to DPM++ 2M Karras

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -229,7 +229,7 @@ with gr.Blocks(css=css) as demo:
229
  with gr.Tab("Generation"):
230
  with gr.Row():
231
  with gr.Column(scale=1):
232
- sampler = gr.Dropdown(value="Euler a", show_label=True, label="Sampling Method", choices=prodia_client.list_samplers())
233
 
234
  with gr.Column(scale=1):
235
  steps = gr.Slider(label="Sampling Steps", minimum=1, maximum=30, value=25, step=1)
 
229
  with gr.Tab("Generation"):
230
  with gr.Row():
231
  with gr.Column(scale=1):
232
+ sampler = gr.Dropdown(value="DPM++ 2M Karras", show_label=True, label="Sampling Method", choices=prodia_client.list_samplers())
233
 
234
  with gr.Column(scale=1):
235
  steps = gr.Slider(label="Sampling Steps", minimum=1, maximum=30, value=25, step=1)