https://github.com/wu12023/ComfyUI-Image-Evaluation
https://github.com/wu12023/ComfyUI-Image-Evaluation
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wu12023/ComfyUI-Image-Evaluation
- Owner: wu12023
- Created: 2024-11-25T13:48:13.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-12-05T09:53:56.000Z (4 months ago)
- Last Synced: 2024-12-05T10:31:24.683Z (4 months ago)
- Language: Python
- Size: 226 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-Image-Evaluation**
README
# ComfyUI Image Evaluation Node
This repository contains an extension to [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
This node allows you to evaluate the Clip Score between two images or a image and a text prompt using the CLIP model and DINO Score between two images using the DINO model.
## Installation
- Clone this repository into the `custom_nodes` folder of ComfyUI.
```
cd ComfyUI-Image-Evaluation
```
- Install the requirements.
```
pip install -r requirements.txt
```
- Restart ComfyUI and the extension should be loaded.## Features

- **Clip Text Score**: Evaluate the Clip Score between two images or a image and a text prompt using the CLIP model.
- **Clip Image Score**: Evaluate the Clip Score between a image and a target image using the CLIP model.
- **Dino Score**: Evaluate the DINO Score between two images using the DINO model.## Nodes
## Author
- Yujia Wu
- GitHub: [wu12023](https://github.com/wu12023)