Skip to content

Commit 0198b18

Browse files
author
Gaurav Shukla
committed
[SD] Img2Img works for limited schedulers.
Signed-Off-by: Gaurav Shukla <[email protected]>
1 parent 0d44a35 commit 0198b18

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

apps/stable_diffusion/web/ui/img2img_ui.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,12 @@
9090
with gr.Row():
9191
scheduler = gr.Dropdown(
9292
label="Scheduler",
93-
value=args.scheduler,
93+
value="PNDM",
9494
choices=[
9595
"DDIM",
9696
"PNDM",
97-
"LMSDiscrete",
9897
"DPMSolverMultistep",
99-
"EulerDiscrete",
10098
"EulerAncestralDiscrete",
101-
"SharkEulerDiscrete",
10299
],
103100
)
104101
with gr.Group():

0 commit comments

Comments
 (0)