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:
Save generated images into a travels/{sequence_number}/ folder instead of in the same place as standard txt2img generations
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.
Add overall job tracking for the full seed travel
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
Edit Enable in img2img, which seems to work just fine Example
Edit 2 Set additional generation params to be recorded in the generation metadata (specifically Travel steps and Destination Seeds)
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:
travels/{sequence_number}/
folder instead of in the same place as standard txt2img generationsmoviepy
, the additional installation step has been added to the README accordingly.