nateraw / stable-diffusion-videos

Create 🔥 videos with Stable Diffusion by exploring the latent space and morphing between text prompts
Apache License 2.0
4.36k stars 417 forks source link

Make the name argument on walk have a fixed default name instead of a timestamp. #99

Open ZeroCool940711 opened 1 year ago

ZeroCool940711 commented 1 year ago

With the current implementation the name argument is replaced with a timestamp/date when you set it to None or leave it empty, this makes the directory have a different name on each run unless you specify a name for it, this can make it hard for resuming previous runs or for knowing where frames are on an external script that is not part of the pipeline, a fixed name for this would help reduce this issue, another problem is that on windows if you have a long path adding extra folders might end up causing issues.