mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-20 03:13:30 +00:00
fix a silly bug
This commit is contained in:
parent
57cc24dca8
commit
74f8eaf7f0
@ -76,7 +76,7 @@ class _ReduxAttnWrapper:
|
||||
return {"img": x}
|
||||
case _ReduxAttnWrapper():
|
||||
# pass along the mask, and tell the next redux what its part of the mask is
|
||||
extra_args["mask"] = mask
|
||||
extra_args["attn_mask"] = mask
|
||||
extra_args["redux_end"] = redux_start
|
||||
return self.previous(args, extra_args)
|
||||
case _:
|
||||
|
Loading…
Reference in New Issue
Block a user