FizzleDorf / ComfyUI_FizzNodes

Custom Nodes for Comfyui
MIT License
386 stars 60 forks source link

How is BatchValueSchedule supposed to be working? #23

Open madvas opened 1 year ago

madvas commented 1 year ago

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?

image

FizzleDorf commented 1 year ago

Start_at_step dosn't have the code to process a batch of values, a custom ksampler needs to be made to do this.

madvas commented 1 year ago

ahh okay, if this library could provide such KSampler, that would be amazing ✌️