Kosinkadink / ComfyUI-Advanced-ControlNet

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

Is this the correct way to apply conditioning ONLY for the first n frames? #25

Closed Jaxkr closed 5 months ago

Jaxkr commented 1 year ago

image

In my understanding, this will apply to frames 0 (batch_index_from) through 15 (batch_index_to_excl - 1). Since the strength goes from 1 to 0, it will immediately stop applying and have no influence on frame 17.

The one thing I don't understand is what exactly start_percent means. If I set it to 1 it applies through my whole sequence.

Kosinkadink commented 12 months ago

Hey, I recently pushed a major overhaul of these nodes, and the start_percent on the Timestep Keyframes does something now! Check out the new README for info.