ComfyUI Framepack on RTX 4060 - Black Output & 'clip missing'

Hi all, having trouble getting Framepack to work in ComfyUI on my RTX 4060 (8GB VRAM) with kijai’s ComfyUI-FramePackWrapper. I keep getting black output and the error: clip missing: [‘text_projection.weight’].

I’ve checked and the llava_llama3_fp8_scaled.safetensors and clip_l.safetensors files are in my ComfyUI/models/text_encoders folder. The Framepack model (…FramePackI2V_HY_fp8_e4m3fn.safetensors) is in ComfyUI/models/diffusion_models, sigclip (…sigclip_vision_patch14_384.safetensors) in ComfyUI/models/clip_vision, and the VAE (…hunyuan_video_vae_bf16.safetensors) in ComfyUI/models/vae.

Anyone else run into this ‘clip missing’ issue with Framepack and similar hardware, or have any thoughts on what might be the cause? Really looking forward to trying this out. Thanks!

I was just running into the same issue - for me it appears to have been fixed by replacing the clip_l.safetensors file with the safetensors file from openai/clip-vit-large-patch14 · Hugging Face

Apparently Stability AI removed the ‘text_projection.weight’ field, at least according to [Error log] clip missing: ['text_projection.weight'] · Issue #69 · city96/ComfyUI-GGUF · GitHub