mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-02 23:57:08 +08:00
save
This commit is contained in:
parent
3c102ada58
commit
7899fb868c
@ -673,11 +673,11 @@ class WanTrackToVideo:
|
||||
# Add motion features to conditioning
|
||||
concat_latent_image = vae.encode(image[:, :, :, :3])
|
||||
positive = node_helpers.conditioning_set_values(positive,
|
||||
{"concat_mask": motion_patched,
|
||||
"concat_latent_image": concat_latent_image})
|
||||
{"concat_mask": mask,
|
||||
"concat_latent_image": video})
|
||||
negative = node_helpers.conditioning_set_values(negative,
|
||||
{"concat_mask": motion_patched,
|
||||
"concat_latent_image": concat_latent_image})
|
||||
{"concat_mask": mask,
|
||||
"concat_latent_image": video})
|
||||
|
||||
|
||||
# Handle clip vision output if provided
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user