mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-04 06:37:06 +08:00
Fix: Prompt text can't be validated in Kling nodes when using primitive nodes (#90)
This commit is contained in:
parent
8a841ae516
commit
8ccc772125
@ -102,6 +102,9 @@ AVERAGE_DURATION_VIDEO_EXTEND = 320
|
||||
|
||||
R = TypeVar("R")
|
||||
|
||||
MAX_PROMPT_LENGTH_T2V = 2500
|
||||
MAX_PROMPT_LENGTH_I2V = 500
|
||||
|
||||
|
||||
class KlingApiError(Exception):
|
||||
"""Base exception for Kling API errors."""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user