1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

remove aspect ratio from kling request (#8062)

This commit is contained in:
Christian Byrne
2025-05-12 10:32:24 -07:00
committed by GitHub
parent 577de83ca9
commit 31e9e36c94

View File

@@ -671,7 +671,6 @@ class KlingImage2VideoNode(KlingNodeBase):
negative_prompt=negative_prompt if negative_prompt else None,
cfg_scale=cfg_scale,
mode=KlingVideoGenMode(mode),
aspect_ratio=KlingVideoGenAspectRatio(aspect_ratio),
duration=KlingVideoGenDuration(duration),
camera_control=camera_control,
),