mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 10:25:16 +00:00
Fix model and cond transformer options merge
This commit is contained in:
parent
10847dfafe
commit
e1cb93c383
@ -208,6 +208,7 @@ def calc_cond_uncond_batch(model, cond, uncond, x_in, timestep, model_options):
|
|||||||
cur_patches[p] = cur_patches[p] + patches[p]
|
cur_patches[p] = cur_patches[p] + patches[p]
|
||||||
else:
|
else:
|
||||||
cur_patches[p] = patches[p]
|
cur_patches[p] = patches[p]
|
||||||
|
transformer_options["patches"] = cur_patches
|
||||||
else:
|
else:
|
||||||
transformer_options["patches"] = patches
|
transformer_options["patches"] = patches
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user