banodoco / Steerable-Motion

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

set matplotlib to Agg to prevent crash on macOS #64

Closed richinsley closed 2 months ago

richinsley commented 2 months ago

Fixes issue #53 macOS needs to use matplotlib in Agg mode to prevent it from trying to use UI components on the non-main thread

peteromallet commented 2 months ago

Wow! Does this mean it'll work on Mac now?

richinsley commented 2 months ago

Wow! Does this mean it'll work on Mac now?

Yep, tested on on an M2 macbook pro

peteromallet commented 2 months ago

Thank you sir! You're a gentleman and a scholar