ComfyUI Node
PixlStash Likeness Search
A ComfyUI node in PixlStash with 9 inputs and 6 outputs.
PixlStash Likeness Search
- image
- pixlstash_project
- pixlstash_set
- pixlstash_character
- image
- mask
- pixlstash_project
- pixlstash_set
- pixlstash_character
- batch_size
◄search_modepicture_likeness►
◄combinemean►
◄pool_size50►
◄select_count10►
◄threshold0.00►
CategoryPixlStash
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| search_mode | COMBO | picture_likeness | picture_likeness: full-image CLIP embedding comparison. face_search: ArcFace facial feature comparison — extracts the most prominent face from each query image. |
| image | IMAGE | One or more query images (batch). All frames are uploaded and their scores combined using the selected combine mode. | |
| combine | COMBO | mean | How to combine per-image scores when multiple query images are provided. mean: average; max: best match to any image; min: must match all; harmonic_mean / geometric_mean: balance between extremes. |
| pool_size | INT | 501–2000 | Number of top-similar pictures to build the candidate pool from. |
| select_count | INT | 101–500 | Number of pictures to return. When smaller than pool_size, a random sample is drawn from the pool. |
| threshold | FLOAT | 0.000–1 | Minimum cosine-similarity score required to include a picture in the pool. |
| pixlstash_projectopt | PIXLSTASH_PROJECT | Wire from a Project Loader to restrict the search. | |
| pixlstash_setopt | PIXLSTASH_SET | Wire from a Set Loader to restrict the search. | |
| pixlstash_characteropt | PIXLSTASH_CHARACTER | Wire from a Character Loader to restrict the search. |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |
| mask | MASK | — |
| pixlstash_project | PIXLSTASH_PROJECT | — |
| pixlstash_set | PIXLSTASH_SET | — |
| pixlstash_character | PIXLSTASH_CHARACTER | — |
| batch_size | INT | — |