mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-06-08 15:17:14 +00:00
remove aspect ratio from kling request (#8062)
This commit is contained in:
parent
577de83ca9
commit
31e9e36c94
@ -671,7 +671,6 @@ class KlingImage2VideoNode(KlingNodeBase):
|
|||||||
negative_prompt=negative_prompt if negative_prompt else None,
|
negative_prompt=negative_prompt if negative_prompt else None,
|
||||||
cfg_scale=cfg_scale,
|
cfg_scale=cfg_scale,
|
||||||
mode=KlingVideoGenMode(mode),
|
mode=KlingVideoGenMode(mode),
|
||||||
aspect_ratio=KlingVideoGenAspectRatio(aspect_ratio),
|
|
||||||
duration=KlingVideoGenDuration(duration),
|
duration=KlingVideoGenDuration(duration),
|
||||||
camera_control=camera_control,
|
camera_control=camera_control,
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user