Spaces:
Runtime error
Runtime error
Update scheduler
Browse files
app.py
CHANGED
@@ -911,7 +911,7 @@ with blocks as demo:
|
|
911 |
)
|
912 |
with gr.Row():
|
913 |
sd_scheduler = gr.Dropdown(
|
914 |
-
list(scheduler_dict.keys()), label="Scheduler", value="
|
915 |
)
|
916 |
sd_scheduler_eta = gr.Number(label="Eta", value=0.0)
|
917 |
with gr.Column(scale=1, min_width=80):
|
|
|
911 |
)
|
912 |
with gr.Row():
|
913 |
sd_scheduler = gr.Dropdown(
|
914 |
+
list(scheduler_dict.keys()), label="Scheduler", value="DPM"
|
915 |
)
|
916 |
sd_scheduler_eta = gr.Number(label="Eta", value=0.0)
|
917 |
with gr.Column(scale=1, min_width=80):
|