mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +08:00
fix syntax error
This commit is contained in:
parent
9d649a18f0
commit
f1016ef1c1
0
comfy/ldm/mmaudio/__init__.py
Normal file
0
comfy/ldm/mmaudio/__init__.py
Normal file
@ -76,7 +76,9 @@ class LTXVImgToVideo(io.ComfyNode):
|
||||
)
|
||||
conditioning_latent_frames_mask[:, :, :t.shape[2]] = 1.0 - strength
|
||||
|
||||
return io.NodeOutput(positive, negative, {"samples": latent, "noise_mask": conditioning_latent_frames_mask})generate = execute # TODO: remove
|
||||
return io.NodeOutput(positive, negative, {"samples": latent, "noise_mask": conditioning_latent_frames_mask})
|
||||
|
||||
generate = execute # TODO: remove
|
||||
|
||||
|
||||
def conditioning_get_any_value(conditioning, key, default=None):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user