mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
i
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user