Outdated Colab - Missing text_encoders folder following Hunyuan Video Model setup Instructions
Khayoon opened this issue · 0 comments
Khayoon commented
I'm trying to run ComfyUI in Google Colab using the provided instructions https://comfyanonymous.github.io/ComfyUI_examples/hunyuan_video/ and notebook https://github.com/comfyanonymous/ComfyUI/blob/master/notebooks/comfyui_colab.ipynb
The instructions refer to a text_encoders folder that doesn't exist in the Colab's created drive folder. I had to create this folder manually.
The latent_image node is in red and shows as undefined

If that node is bypassed or deleted these errors appear

Prompt outputs failed validation
DualCLIPLoader:
Value not in list: clip_name1: 'clip_1.safetensors' not in []
Value not in list: clip_name2: 'llava_1lama3_fp8_scaled.safetensors' not in []
Value not in list: type: 'hunyuan_video' not in ['sdxl', 'sd3', 'flux']
SamplerCustomAdvanced:
- Required input is missing: latent image
VAEDecodeTiled:
Value 256 smaller than min of 320: tile_size
Could you please update the Colab and/or instructions?