Fannovel16 / ComfyUI-Frame-Interpolation

A custom node set for Video Frame Interpolation in ComfyUI.
MIT License
506 stars 48 forks source link

TypeError: BatchCreativeInterpolationNode.combined_function() got an unexpected keyword argument 'cn_start_at' #46

Open aifuzz59 opened 10 months ago

aifuzz59 commented 10 months ago

I using this in a steerable motion workflow in ComfyUI. Every time it runs through the batch interpolation node, I get this error

TypeError: BatchCreativeInterpolationNode.combined_function() got an unexpected keyword argument 'cn_start_at'

the value of cn_start_at is 0.00 which is the default. I tried changing it but I keep getting this error.

Anyone have any ideas??

Andro-Meta commented 10 months ago

Hey @aifuzz59 This error is coming from the steerable motion node by POM. This issue would be best addressed over here: https://github.com/banodoco/Steerable-Motion or on the Banodoco Discord Server. I can tell you that there were new updates to the steerable motion node that requires a whole new workflow to use in the last few days and some bugs with it. Most likely you'll want to make sure everything is up-to-date and grab the workflow available on the steerable motion github page first to see if that fixes the problem :)