https://github.com/Zuellni/ComfyUI-PickScore-Nodes
PickScore nodes for ComfyUI.
https://github.com/Zuellni/ComfyUI-PickScore-Nodes
comfyui stable-diffusion
Last synced: about 2 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: 2024-12-18T12:39:41.534Z (10 months ago)
- Topics: comfyui, stable-diffusion
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 34
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI PickScore Nodes**
- awesome-comfyui - **ComfyUI PickScore Nodes**
- awesome-comfyui - **ComfyUI PickScore Nodes**
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.