I have this simple workflow for Video to Video generation. Basically I just want to be able to define start_at_step for each frame of the video individually. This one complains that for start_at_step I'm giving it a list, instead of Int: '<' not supported between instances of 'list' and 'int'. How to use BatchValueSchedule?
I have this simple workflow for Video to Video generation. Basically I just want to be able to define
start_at_step
for each frame of the video individually. This one complains that forstart_at_step
I'm giving it a list, instead of Int:'<' not supported between instances of 'list' and 'int'
. How to use BatchValueSchedule?