Browse Source

Fix model and cond transformer options merge

pull/2881/head
logtd 9 months ago
parent
commit
e1cb93c383
  1. 1
      comfy/samplers.py

1
comfy/samplers.py

@ -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]
else:
cur_patches[p] = patches[p]
transformer_options["patches"] = cur_patches
else:
transformer_options["patches"] = patches

Loading…
Cancel
Save