ComfyUI Node: CLIP Vector Sculptor text encode
Authored by Extraltodeus
Created 8 months ago
Updated 2 months ago
109 stars
Category
conditioning
Inputs
clip CLIP
text STRING
sculptor_intensity FLOAT
sculptor_method
- forward
- backward
- maximum_absolute
- add_minimum_absolute
token_normalization
- none
- mean
- set at 1
- default * attention
- mean * attention
- set at attention
- mean of all tokens
Outputs
CONDITIONING
STRING
Extension: Vector_Sculptor_ComfyUI
The main node makes your conditioning go towards similar concepts so to enrich your composition or further away so to make it more precise. It gathers similar pre-cond vectors for as long as the cosine similarity score diminishes. If it climbs back it stops. This allows to set a relative direction to similar concepts. There are examples at the end but a/you can also check this imgur album which demonstrates the capability of improving variety.
Authored by Extraltodeus