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.
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.
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.