stable-diffusion-videos icon indicating copy to clipboard operation
stable-diffusion-videos copied to clipboard

Create 🔥 videos with Stable Diffusion by exploring the latent space and morphing between text prompts

Results 62 stable-diffusion-videos issues
Sort by recently updated
recently updated
newest added

Hey @nateraw ! 👋 Great implementation for the stable-diffusion videos! This pull request makes it possible to run your model inside a Docker environment, which makes it easier for other...

why i generate video never large than 1 second ? python run_app.py ; Then I use website sumbit 。 The Result always 1 second 。

Hi, I get this following errors when I tried intsalling it on my MacOs Ventura 13.1. Can anyone help me resolve this issue? Thanks a lot! note: This error originates...

I'm trying to install the repo via `pip`. I'm running Python 3.8.0 and pip 23.0.1. Just like on the homepage, I ran: ``` pip install -U stable_diffusion_videos ``` And had...

How to make it support Chinese prompt? Can you tell me how to develop it?

i did the pip stable diffusion video installation but i have no idea what to do next

when running the example: from stable_diffusion_videos import StableDiffusionWalkPipeline import torch pipeline = StableDiffusionWalkPipeline.from_pretrained( "CompVis/stable-diffusion-v1-4", torch_dtype=torch.float16, ).to("cuda") video_path = pipeline.walk( prompts=['a cat', 'a dog'], seeds=[42, 1337], num_interpolation_steps=3, height=512, # use multiples...

Actual: `diffusers==0.11.1` (from requirements.txt) Expected: `diffusers==0.21.*` The latest stable version of `diffusers` is no longer compatible with `stable-diffusion-videos`, making it hard to mix different diffusers models within the same project.