stable-diffusion-videos
stable-diffusion-videos copied to clipboard
Create 🔥 videos with Stable Diffusion by exploring the latent space and morphing between text prompts
I'm trying to run the notebook. I've ran the setup successfully, I've also logged in successfully with my HF token. When I run the "Load the interface" cell I get...
The `requirements.txt` seem to be missing an install for package `realesrgan`. After installing that, I hit the error: ``` File "/home/snd/bin/miniconda3/envs/ldm/lib/python3.8/site-packages/stable_diffusion_videos/image_generation.py", line 168, in generate_images tiled=pipeline.tiled, AttributeError: 'StableDiffusionPipeline' object has...
As of now it seems like you need to use a list of prompts and seeds in order to be able to run stable diffusion videos, it would be nice...
Just like the upsample option but for face restoration using something like GFPGAN, RestoreFormer or similar models, this would allow us to just pass an argument to the walk function...
As the title says it would be nice to have an option to be able to specify the output video path as well as its filename independently of the output_dir...
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...
Maybe I didn't see it and it is already implemented but it would be nice to have a callback option which is executed every X number of steps, it would...
Hello @nateraw, First of all, thank you for this nice implementation to generate videos with Stable Diffusion. 🔥 I recognized a mismatch between the options for video generation in the...
I am trying to run the app locally with the provided script: https://github.com/nateraw/stable-diffusion-videos#run-the-app-locally Upon running the code, i get missing `torch`, `torchvision` and `cv2` (opencv-python), then when i install them...