mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-08-04 20:26:36 +00:00
Fix WanFirstLastFrameToVideo node when no clip vision. (#9134)
This commit is contained in:
parent
4887743a2a
commit
5ee381c058
@ -149,6 +149,7 @@ class WanFirstLastFrameToVideo:
|
|||||||
positive = node_helpers.conditioning_set_values(positive, {"concat_latent_image": concat_latent_image, "concat_mask": mask})
|
positive = node_helpers.conditioning_set_values(positive, {"concat_latent_image": concat_latent_image, "concat_mask": mask})
|
||||||
negative = node_helpers.conditioning_set_values(negative, {"concat_latent_image": concat_latent_image, "concat_mask": mask})
|
negative = node_helpers.conditioning_set_values(negative, {"concat_latent_image": concat_latent_image, "concat_mask": mask})
|
||||||
|
|
||||||
|
clip_vision_output = None
|
||||||
if clip_vision_start_image is not None:
|
if clip_vision_start_image is not None:
|
||||||
clip_vision_output = clip_vision_start_image
|
clip_vision_output = clip_vision_start_image
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user