stable-diffusion-videos
stable-diffusion-videos copied to clipboard
Create 🔥 videos with Stable Diffusion by exploring the latent space and morphing between text prompts
This PR adds a script `scripts/make_video.py` to make videos from the command line, for those like me who prefer that over notebooks, to e.g. run from a cluster node. The...
Keep getting same questions about things, should just put these in readme: - [ ] Snippet: Loading 2.0+ models - [ ] Snippet: Loading local models - [ ] Question:...
Hi :) How can one add negative prompts to prompts?
Hi [Nathan Raw](https://github.com/nateraw), please make python file compatable to run on huggingface spaces gradio sdk. waiting for your response finest regards
Hey, I am still new here, I don't understand why it takes to much time and the video is still loading? I didn't create a complex prompt. can I know...
What works in stable-diffusion-ui doesn't work here, though I wonder if it is intentional? Or maybe I'm missing a flag.
Hi :) Sorry to open another issue, but after I have 4x upsampled all folders with pictures, how do I interpolate them? Originally I had 6 folders of roughly 50...
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...
When running the test program described in README.md ``` from stable_diffusion_videos import StableDiffusionWalkPipeline import torch pipeline = StableDiffusionWalkPipeline.from_pretrained( "CompVis/stable-diffusion-v1-4", torch_dtype=torch.float16, revision="fp16", ).to("cuda") video_path = pipeline.walk( prompts=['a cat', 'a dog'], seeds=[42,...
Started investigating fixing it manually in colab with the following (but a PR with these changes + others needed be much appreciated!). The GPU colab in the readme should always...