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