mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-07-08 00:07:09 +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)
|
m.set_model_patch_replace(wrapper, "dit", "double_blocks", i)
|
||||||
else:
|
else:
|
||||||
m = model
|
m = model
|
||||||
return (c, m)
|
return (m, c)
|
||||||
|
|
||||||
NODE_CLASS_MAPPINGS = {
|
NODE_CLASS_MAPPINGS = {
|
||||||
"CLIPTextEncodeFlux": CLIPTextEncodeFlux,
|
"CLIPTextEncodeFlux": CLIPTextEncodeFlux,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user