mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-20 03:13:30 +00: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…
Reference in New Issue
Block a user