ComfyUI Extension
ComfyUI-CLIPScore
Research-grade CLIP Score metric for Flux/SD. Raw cosine similarity.
emniko/ComfyUI-CLIPScore
Nodes1
On cloudLocal install
Categorymetrics
Stars0
Updated3 months ago
Nodes (1)
Readme
ComfyUI-CLIPScore π±βπ€π
Research-grade CLIP Score node for ComfyUI. Raw cosine similarity (-1 to +1) between prompts and Flux/SD images.
Features
- β RGBA support (VAE Decode β RGB auto)
- β Batch-first scoring
- β Raw cosine scores (0.25-0.35 = excellent)
- β Flux/SD3/SDXL ready
Score Scale
| Score | Rating | Example | | --------- | ----------- | -------------------- | | β₯0.30 | ποΈ Excellent | Perfect prompt match | | 0.25-0.29 | π Good | Strong alignment | | 0.20-0.24 | β οΈ Fair | Usable | | <0.20 | β Poor | Mismatch |
Install
cd ComfyUI/custom_nodes
git clone https://github.com/yourusername/ComfyUI-CLIPScore.git
cd ComfyUI-CLIPScore
pip install -r requirements.txt
