From 4e06b1ed4364dec228386f7d9dab5842b91a304e Mon Sep 17 00:00:00 2001 From: Ben Rugg Date: Thu, 1 Jun 2023 16:30:16 -0500 Subject: [PATCH] Add DPM++ SDE samplers --- sd_backends/automatic1111_api.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sd_backends/automatic1111_api.py b/sd_backends/automatic1111_api.py index 2458b1c..0c9ba76 100644 --- a/sd_backends/automatic1111_api.py +++ b/sd_backends/automatic1111_api.py @@ -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), ]