ComfyUI Extension: ComfyUI-WAN-ClipSkip
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
Custom nodes for ComfyUI implementing the csm model for text-to-speech generation.
README
ComfyUI-CLIPSkip
A custom node for ComfyUI that adds CLIP skip functionality to vanilla WAN workflow using CLIP. This node allows you to skip a specified number of layers in a CLIP model, which can adjust the style or quality of image embeddings in generation pipelines.

Installation
Via Git (Recommended)
- Open a terminal in your ComfyUI
custom_nodesdirectory:
cd ComfyUI/custom_nodes
- Clone this repository:
git clone https://github.com/yourusername/ComfyUI-CLIPSkip.git
-
Restart ComfyUI. The node will be automatically loaded.
-
Ensure you have the required WAN CLIP model (e.g., umt5_xxl_fp8_e4m3fn_scaled.safetensors) in ComfyUI/models/text_encoders/.
Manual Installation
- Download this repository as a ZIP file.
- Extract it into the
ComfyUI/custom_nodesdirectory. - Rename the folder to
ComfyUI-CLIPSkipif needed. - Restart ComfyUI.
Dependencies
- ComfyUI (latest version recommended)
- PyTorch (installed with ComfyUI)
No additional dependencies are required.
Usage
- Load a CLIP Vision model using
CLIPVisionLoaderor any other node that outputsCLIP_VISION. - Connect the
clip_visionoutput to theclipinput ofCLIPSkip. - Set the
skip_layersparameter (e.g., 1 to skip the last layer, 0 to disable skipping). - Connect the output
clipto any node that acceptsCLIP_VISION(e.g.,CLIPVisionEncode).
Example Workflow
CLIPVisionLoader -> CLIPSkip -> CLIPVisionEncode -> (further pipeline)
Supported Models
- umt5_xxl_fp8_e4m3fn_scaled.safetensors (24 layers).
Notes
- Designed for WAN-type CLIP models in ComfyUI.
- Requires ComfyUI with FP8 support for optimal performance.
License
MIT License (see LICENSE file for details).
Contributing
Feel free to submit issues or pull requests on GitHub!
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.