Kosinkadink / ComfyUI-Advanced-ControlNet

ControlNet scheduling and masking nodes with sliding context support
GNU General Public License v3.0
622 stars 60 forks source link

Question #2

Closed za-wa-n-go closed 1 year ago

za-wa-n-go commented 1 year ago

Where do you attach the Weight?

Kosinkadink commented 1 year ago

image

or

image

Each Weight node contains its own independent TimestepKeyframe as well, allowing you to only need 1 node instead of 2 in the cases where no changes in the weights should happen during generation (the two pictures above give equivalent results). The TimestepKeyframes don't actually do anything right now besides being middlemen for the weights and latent keyframes. I will add functionality (and actual documentation in the README) to this over the weekend.

Kosinkadink commented 1 year ago

I should also note, when no weight is attached/no timestep_keyframe is attached, it defaults to default weights as usual. The weight and TimestepKeyframe nodes are entirely optional for the TimestepKeyframe node and the Load ControlNet Model (Advanced) nodes.