mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-13 05:07:08 +08:00
fix return order
This commit is contained in:
parent
9e674c4ec8
commit
ca78a260ed
@ -125,7 +125,7 @@ class ReduxApplyWithAttnMask:
|
||||
m.set_model_patch_replace(wrapper, "dit", "double_blocks", i)
|
||||
else:
|
||||
m = model
|
||||
return (c, m)
|
||||
return (m, c)
|
||||
|
||||
NODE_CLASS_MAPPINGS = {
|
||||
"CLIPTextEncodeFlux": CLIPTextEncodeFlux,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user