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
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?
The text was updated successfully, but these errors were encountered:
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
Could you please update the Colab and/or instructions?
The text was updated successfully, but these errors were encountered: