Extensions/ComfyUI-CLIPScore
ComfyUI Extension

ComfyUI-CLIPScore

Research-grade CLIP Score metric for Flux/SD. Raw cosine similarity.

By emnikoΒ·Created 6 months agoΒ·Updated 3 months agoΒ· 0
emniko/ComfyUI-CLIPScore
Nodes1
On cloudLocal install
Categorymetrics
Stars0
Updated3 months ago
Readme

ComfyUI-CLIPScore πŸ±β€πŸ‘€πŸ“Š

Research-grade CLIP Score node for ComfyUI. Raw cosine similarity (-1 to +1) between prompts and Flux/SD images.

CLIP Score Demo

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