NickLucche / stable-diffusion-nvidia-docker

GPU-ready Dockerfile to run Stability.AI stable-diffusion model v2 with a simple web interface. Includes multi-GPUs support.
MIT License
359 stars 43 forks source link

Video Interpolation #16

Open NickLucche opened 2 years ago

NickLucche commented 2 years ago

Interpolating between two input prompts (like it's done here https://github.com/nateraw/stable-diffusion-videos) looks very cool and not hard to do. In the easiest implementation, runtime will simply go up by a factor of N (number of frames to generate) from the single image generation.