kijai / ComfyUI-CogVideoXWrapper

1.02k stars 61 forks source link

Prompt is ( always ) too long #204

Open Marksusu opened 2 weeks ago

Marksusu commented 2 weeks ago

!!! Exception during processing !!! Prompt is too long, max tokens supported is 226 or less, got 303

  File "/home/mark/comfy/ComfyUI/custom_nodes/ComfyUI-CogVideoXWrapper/nodes.py", line 277, in process
    raise ValueError(f"Prompt is too long, max tokens supported is {max_tokens} or less, got {embeds.shape[1]}")
ValueError: Prompt is too long, max tokens supported is 226 or less, got 303
jeffreyrobeson commented 6 days ago

Prompt is too long, max tokens supported is 226 or less, got 452

kijai commented 6 days ago

I don't really know what to say to this beyond what the very specific error message already says...