Skip to content

Commit 1b6c2fc

Browse files
Reorder samplers
1 parent f92dc50 commit 1b6c2fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/sd_samplers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
('Heun', 'sample_heun', ['k_heun'], {}),
2525
('DPM2', 'sample_dpm_2', ['k_dpm_2'], {}),
2626
('DPM2 a', 'sample_dpm_2_ancestral', ['k_dpm_2_a'], {}),
27+
('DPM-Solver++(2S) a', 'sample_dpmpp_2s_ancestral', ['k_dpmpp_2s_a'], {}),
28+
('DPM-Solver++(2M)', 'sample_dpmpp_2m', ['k_dpmpp_2m'], {}),
2729
('DPM fast', 'sample_dpm_fast', ['k_dpm_fast'], {}),
2830
('DPM adaptive', 'sample_dpm_adaptive', ['k_dpm_ad'], {}),
2931
('LMS Karras', 'sample_lms', ['k_lms_ka'], {'scheduler': 'karras'}),
3032
('DPM2 Karras', 'sample_dpm_2', ['k_dpm_2_ka'], {'scheduler': 'karras'}),
3133
('DPM2 a Karras', 'sample_dpm_2_ancestral', ['k_dpm_2_a_ka'], {'scheduler': 'karras'}),
32-
('DPM-Solver++(2S) a', 'sample_dpmpp_2s_ancestral', ['k_dpmpp_2s_a'], {}),
33-
('DPM-Solver++(2M)', 'sample_dpmpp_2m', ['k_dpmpp_2m'], {}),
3434
('DPM-Solver++(2S) a Karras', 'sample_dpmpp_2s_ancestral', ['k_dpmpp_2s_a_ka'], {'scheduler': 'karras'}),
3535
('DPM-Solver++(2M) Karras', 'sample_dpmpp_2m', ['k_dpmpp_2m_ka'], {'scheduler': 'karras'}),
3636
]

0 commit comments

Comments
 (0)