Closed vladmandic closed 1 year ago
I had a feeling there was a good reason no other extension seemed to use it. :) Yes, that is definitely worth looking into.
if it helps, feel free to copy from https://github.com/vladmandic/sd-extension-steps-animation/blob/main/scripts/steps_animation.py
Finally dared to rip off the bandaid, ffe0553c59e91067ebf1e4fc7ad85ca9c870bf57
moviepy
requiresdecorator
4.x, but when installing some other libraries required by stable diffusion they updatedecorator
to 5.1 which is not compatible withmoviepy
and causes strange runtime errors inffmpeg_writer.py
unfortunate reality is that
moviepy
seems to be abandoned - it hasn't been updated since 05/2020, nearly 3 yearsbig suggestion is to remove
moviepy
as dependency and just useffmpeg
directlyit's not that hard to do, and it's a much more stable solution