- “ComfyUI/models/text_encoders/”
- “ComfyUI/models/clip/”
If you save a model after ComfyUI has started, you’ll need to refresh the ComfyUI frontend to get the latest model file path listSupported model formats:
.ckpt.pt.pt2.bin.pth.safetensors.pkl.sft
Inputs
Device Options Explained
When to choose “default”:- Have sufficient GPU memory
- Want the best performance
- Let the system optimize memory usage automatically
- Insufficient GPU memory
- Need to reserve GPU memory for other models (like UNet)
- Running in a low VRAM environment
- Debugging or special purpose needs
Supported Combinations
As ComfyUI updates, these combinations may expand. For details, please refer to the
CLIPLoader class definition in node.py