Skip to content

haohaocreates/PR-ComfyUI-PickScore-Nodes-e653e242

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComfyUI PickScore Nodes

Image scoring nodes for ComfyUI using PickScore to predict which images in a batch best fit 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. The default one is around 4GB.
Processor Takes images/text and converts them to inputs for the Selector node.
Selector Selects up to limit best images and passes them to other nodes along with latents/masks of the same shape. Interrupts processing if the threshold isn't reached.

Workflow

The example workflow is embedded in the image below and can be opened in ComfyUI.

workflow

About

PickScore nodes for ComfyUI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%