This commit is contained in:
lvmin
2023-08-10 10:42:36 -07:00
parent 9038f954f2
commit 669314dff1
3 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ def process(positive_prompt, negative_prompt, width=1024, height=1024, batch_siz
model=xl_base.unet,
positive=positive_conditions,
negative=negative_conditions,
refiner=xl_refiner,
refiner=xl_refiner.unet,
refiner_positive=positive_conditions_refiner,
refiner_negative=negative_conditions_refiner,
refiner_switch_step=20,