yownas / seed_travel

Small script for AUTOMATIC1111/stable-diffusion-webui to create images between two seeds
Other
310 stars 25 forks source link

ERROR: Failed generating video #51

Closed latent-variable closed 1 year ago

latent-variable commented 1 year ago

I am using auto1111 webui. And I get ERROR: Failed generating video, whenever I use the script. I get the individual frames just no video

latent-variable commented 1 year ago

I was able to resolve my issue, I had to install run "pip install moviepy=1.0.3". Using the terminal in webui folder source venv/bin/activate pip install moviepy==1.0.3

yownas commented 1 year ago

Sorry, I really should move from moviepy to imageio. I hope it didn't cause you too many problems.

yownas commented 1 year ago

Decided to finally ditch moviepy. ffe0553c59e91067ebf1e4fc7ad85ca9c870bf57

No more moviepy problems, lets hope imageio doesn't have new ways to break things. :)