mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-06 06:57:05 +08:00
[Kling] Fix typo in node description (#150)
This commit is contained in:
parent
e493f8a4cd
commit
7e1ce6a049
@ -808,7 +808,7 @@ class KlingVideoExtendNode(KlingNodeBase):
|
||||
|
||||
RETURN_TYPES = ("VIDEO", "STRING", "STRING")
|
||||
RETURN_NAMES = ("VIDEO", "video_id", "duration")
|
||||
DESCRIPTION = "Kling Video Extend Node. Extend videos made by other Kling nodes. The Kling ID is output by Kling Nodes."
|
||||
DESCRIPTION = "Kling Video Extend Node. Extend videos made by other Kling nodes. The video_id is created by using other Kling Nodes."
|
||||
|
||||
def get_response(self, task_id: str, auth_token: str) -> KlingVideoExtendResponse:
|
||||
return poll_until_finished(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user