banodoco / Steerable-Motion

A ComfyUI node for driving videos using batches of images.
Other
763 stars 41 forks source link

FIX: AttributeError: 'str' object has no attribute 'get_indexes' #80

Open peteromallet opened 1 month ago

peteromallet commented 1 month ago

I updated Steerable Motion to fix an issue and in doing so righted a very stupid decision I made a while back - basically, I could've just been passing values to Advanced Controlnet instead of processing it inside my code.

The downside of me fixing is that this will break existing workflows - to fix them, you just need to plug Keyframe Positions into a SparseCtrl Index Method node like I do here https://github.com/banodoco/Steerable-Motion/blob/main/demo/creative_interpolation_example.json

You may need to re-insert the Batch Creative Interpolation node so it updates the type of output and can plug into SparseCtrl Index Method.

While you're doing this, I would also recommend you explore the other Steerable Motion workflows linked here: https://github.com/banodoco/Steerable-Motion?tab=readme-ov-file#5-basic-workflows-to-get-started