jieke360 / ComfyUI-Stable-Video-Diffusion

ComfyUI nodes for Stable Video Diffusion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ComfyUI Stable Video Diffusion

Easily use Stable Video Diffusion inside ComfyUI!

Need help? Join our Discord!

1. Installation

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

2. Download models into ComfyUI/models/svd/

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
  • SVDSimpleImg2Vid
    • Combines the above 3 nodes above into a single node

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

About

ComfyUI nodes for Stable Video Diffusion


Languages

Language:Python 100.0%