update initial samplers

This commit is contained in:
Vladimir Mandic
2023-05-17 08:46:57 -04:00
parent 1ef3c69804
commit 554f26296e
+2 -2
View File
@@ -6,8 +6,8 @@ all_samplers = [
*sd_samplers_compvis.samplers_data_compvis,
]
all_samplers_map = {x.name: x for x in all_samplers}
samplers = ['PLMS', 'UniPC'] # set default to keep some extensions happy
samplers_for_img2img = []
samplers = all_samplers
samplers_for_img2img = all_samplers
samplers_map = {}