Skip to content

nathanweir/ComfyUI-Stable-Video-Diffusion

 
 

Repository files navigation

ComfyUI Stable Video Diffusion

Easily use Stable Video Diffusion inside ComfyUI!

Example workflows

Image to video

https://comfyworkflows.com/workflows/5a4cd9fd-9685-4985-adb8-7be84e8636ad

workflow graph sample output

Image to video generation (high FPS w/ frame interpolation)

https://comfyworkflows.com/workflows/bf3b455d-ba13-4063-9ab7-ff1de0c9fa75

workflow graph sample output

Installation

cd custom_nodes/
git clone https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion
cd ComfyUI-Stable-Video-Diffusion/
pip install -r requirements.txt

Models

Download & place these files in ComfyUI/models/svd/

Configs

Download & place these files in ComfyUI/models/svd_configs/

Node types

  • SVDModelLoader
    • Loads the Stable Video Diffusion model
  • SVDSampler
    • Runs the sampling process for an input image, using the model, and outputs a latent
  • SVDDecoder
    • Decodes the sampled latent into a series of image frames

Need help?

Join our Discord! https://discord.gg/MfVCahkc2y

About

ComfyUI nodes for Stable Video Diffusion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%