TinyTerra / ComfyUI_tinyterraNodes

A selection of nodes for Stable Diffusion ComfyUI
GNU General Public License v3.0
332 stars 39 forks source link

positive_weight_interpretation and negative_weight_interpretation #113

Closed cjps-br closed 1 month ago

cjps-br commented 1 month ago

Are the positive_weight_interpretation and negative_weight_interpretation parameters working as they should? I did a test using each of the options, keeping all other parameters fixed (seed, prompts, etc.) and the images generated were exactly the same, regardless of which option was defined in the parameters.

TinyTerra commented 1 month ago

I believe they are, the effect is not as noticeable with basic prompts that don't have extensive weighting. For example here is an xy with the prompt: '(cat:0.5), beach, (palm trees:1), volleyball, sunset' that increases the weighting on palm trees.

image

Thats a relatively extreme example, but it highlights the effect better when there is weighting involved, even with minimal weight changes they perform fairly similarly

cjps-br commented 1 month ago

Ah, yes... I understand now. I tested using an unweighted prompt and the images were coming out the same. When I added weights, the images really changed. I didn't know about this difference. Thanks for this explanation!