Skip to content

Commit

Permalink
Add DPM schedulers to sdxl UI
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet committed Jan 18, 2024
1 parent 18666df commit c1efb9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/stable_diffusion/web/ui/txt2img_sdxl_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,10 @@ def txt2img_sdxl_inf(
choices=[
"DDIM",
"EulerAncestralDiscrete",
"DPMSolverMultistep",
"DPMSolverMultistep++",
"DPMSolverMultistepKarras",
"DPMSolverMultistepKarras++",
"EulerDiscrete",
"LCMScheduler",
],
Expand Down

0 comments on commit c1efb9c

Please sign in to comment.