From 6c271dcfc6942afb2db936377457dd24ac41f03b Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 17 May 2023 07:16:11 -0400 Subject: [PATCH] update default samplers --- modules/sd_samplers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sd_samplers.py b/modules/sd_samplers.py index e03af74d2..84ae96576 100644 --- a/modules/sd_samplers.py +++ b/modules/sd_samplers.py @@ -6,7 +6,7 @@ all_samplers = [ *sd_samplers_compvis.samplers_data_compvis, ] all_samplers_map = {x.name: x for x in all_samplers} -samplers = [] +samplers = ['PLMS', 'UniPC'] # set default to keep some extensions happy samplers_for_img2img = [] samplers_map = {}