how do i use this with ForgeUI

#22
by wojtekpolska - opened

im trying to use it with forge ui but i keep getting error "AssertionError: You do not have CLIP state dict!"

sorry if its wrong place to ask

I'm using it in Comfyui and have the same issue

im trying to use it with forge ui but i keep getting error "AssertionError: You do not have CLIP state dict!"

If you get "AssertionError: You do not have CLIP state dict!" error probably you not set "VAE / Text Encoder"

Put Stable-diffusion to:
Forge\run\webui\models\Stable-diffusion\sd3.5_medium.safetensors

Put VAE / Text Encoder to:
Forge\run\webui\models\text_encoder\clip_g.safetensors
Forge\run\webui\models\text_encoder\clip_l.safetensors
Forge\run\webui\models\text_encoder\t5xxl_fp16.safetensors

You can get "VAE / Text Encoder" from https://huggingface.co/stabilityai/stable-diffusion-3.5-medium/tree/main/text_encoders or other place

Opera Snapshot_2025-06-08_155459_127.0.0.1.png

Sign up or log in to comment