nateraw / stable-diffusion-videos

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

Add image generator/saver #68

Closed nateraw closed 1 year ago

nateraw commented 1 year ago

I wrote a script that'll generate images (has options num_batches, batch_size, push_to_hub) basically you decide how many images to generate of a certain prompt, and it'll generate ones with completely random seeds, then push them to the Hugging Face Hub. This is nice cuz we can then have an open source gallery of images there.

nateraw commented 1 year ago

Closed with #70