https://github.com/zuellni/comfyui-pickscore-nodes
PickScore nodes for ComfyUI.
https://github.com/zuellni/comfyui-pickscore-nodes
ai comfyui
Last synced: 6 months ago
JSON representation
PickScore nodes for ComfyUI.
- Host: GitHub
- URL: https://github.com/zuellni/comfyui-pickscore-nodes
- Owner: Zuellni
- License: mit
- Created: 2023-09-28T18:34:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T09:17:04.000Z (about 1 year ago)
- Last Synced: 2025-04-06T10:52:00.676Z (6 months ago)
- Topics: ai, comfyui
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 34
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ComfyUI PickScore Nodes
Image scoring nodes for [ComfyUI](https://github.com/comfyanonymous/ComfyUI) using [PickScore](https://github.com/yuvalkirstain/PickScore) to predict which images in a batch best match a given prompt.## Installation
Clone the repository to `custom_nodes`:
```
git clone https://github.com/Zuellni/ComfyUI-PickScore-Nodes custom_nodes/ComfyUI-PickScore-Nodes
```## Nodes
Name | Description
:--- | :---
Loader | Loads scoring models from [Hugging Face](https://huggingface.co) or a given directory. Uses [yuvalkirstain/PickScore_v1](https://huggingface.co/yuvalkirstain/PickScore_v1) by default.
Processor | Takes images/text and converts them to inputs for the `Selector` node.
Selector | Selects up to `limit` images and passes them to other nodes along with latents/masks of the same shape. Interrupts processing if the `threshold` isn't reached.## Workflow
An example workflow is embedded in the image below and can be opened in ComfyUI.