yownas / seed_travel

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

Save generated images to separate folder and add option to generate video on completion #1

Closed JustMaier closed 2 years ago

JustMaier commented 2 years ago

So there are two features that were added here, let me know if you want me to break them out into separate PRs.

Features:

  1. Save generated images into a travels/{sequence_number}/ folder instead of in the same place as standard txt2img generations
  2. Add the option to save as a video upon completion. This requires the addition of a pip module moviepy, the additional installation step has been added to the README accordingly.
  3. Add overall job tracking for the full seed travel
JustMaier commented 2 years ago

Making a new request with one more feature from a different branch...