Skip to content

Commit

Permalink
Add DPM++ SDE samplers
Browse files Browse the repository at this point in the history
  • Loading branch information
benrugg committed Jun 1, 2023
1 parent b7a5b03 commit 4e06b1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sd_backends/automatic1111_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,10 @@ def get_samplers():
('DPM adaptive', 'DPM adaptive', '', 80),
('DPM++ 2S a Karras', 'DPM++ 2S a Karras', '', 90),
('DPM++ 2M Karras', 'DPM++ 2M Karras', '', 100),
('DPM++ SDE Karras', 'DPM++ SDE Karras', '', 105),
('DPM++ 2S a', 'DPM++ 2S a', '', 110),
('DPM++ 2M', 'DPM++ 2M', '', 120),
('DPM++ SDE', 'DPM++ SDE', '', 125),
('PLMS', 'PLMS', '', 200),
('DDIM', 'DDIM', '', 210),
]
Expand Down

0 comments on commit 4e06b1e

Please sign in to comment.