refactor: add flag for refiner_swap_method

This commit is contained in:
Manuel Schmid
2024-01-31 01:17:10 +01:00
parent e93a345ccf
commit 7772eb7965
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -22,6 +22,8 @@ SAMPLER_NAMES = KSAMPLER_NAMES + ["ddim", "uni_pc", "uni_pc_bh2"]
sampler_list = SAMPLER_NAMES
scheduler_list = SCHEDULER_NAMES
refiner_swap_method = 'joint'
cn_ip = "ImagePrompt"
cn_ip_face = "FaceSwap"
cn_canny = "PyraCanny"