You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an odd one. I get an error at TextImageEncode when an image is connected to Image 1. It works if connected to Image 2. Two images get the same error.
File "N:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-HunyuanVideoWrapper\hyvideo\text_encoder_init_.py", line 214, in text2tokens
raise ValueError("Only vision_languague models support image input")
ValueError: Only vision_languague models support image input
The text was updated successfully, but these errors were encountered:
That was it. I tried it earlier and was getting errors, so I assumed it was incorrect. Reloaded from git and downloaded the safetensors again. Worked. Something was wrong with the original download.
Thanks for the reply. Helps concentrate on 1 thing to troubleshoot.
This is an odd one. I get an error at TextImageEncode when an image is connected to Image 1. It works if connected to Image 2. Two images get the same error.
File "N:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-HunyuanVideoWrapper\hyvideo\text_encoder_init_.py", line 214, in text2tokens
raise ValueError("Only vision_languague models support image input")
ValueError: Only vision_languague models support image input
The text was updated successfully, but these errors were encountered: