yownas / seed_travel

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

Improve looping, save to distinct folder, and optionally generate video #2

Closed JustMaier closed 2 years ago

JustMaier commented 2 years ago

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

Features/Improvements:

  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
  4. Improve the travel loop to go back to travel toward the first seed from the last seed so that there isn't jumping when the video loops. Example
  5. Edit Enable in img2img, which seems to work just fine Example
  6. Edit 2 Set additional generation params to be recorded in the generation metadata (specifically Travel steps and Destination Seeds)
yownas commented 2 years ago

I love these changes/additions. :) Thank you so much.