Nodes Browser
ComfyDeploy: How ComfyUI PickScore Nodes works in ComfyUI?
What is ComfyUI PickScore Nodes?
Image scoring nodes for ComfyUI using PickScore with a batch of images to predict which ones fit a given prompt the best.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI PickScore Nodes
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI PickScore Nodes
Image scoring nodes for ComfyUI using 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 or a given directory. Uses 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.