nateraw / stable-diffusion-videos

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

Different output (np.array) #131

Open olegchomp opened 1 year ago

olegchomp commented 1 year ago

Hi! I was intersting can i get for example a list of np.array instead of generated images? I tried to find img generation part, but can't figure out where it is.

nateraw commented 1 year ago

Are you talking about the Pipeline's __call__ fn (which creates images), or the walk function (which creates videos)?