ComfyUI Extension
ComfyUI Stable Video Diffusion
Easily use Stable Video Diffusion inside ComfyUI!
thecooltechguy/ComfyUI-Stable-Video-Diffusion
Nodes4
On cloudLocal install
CategoryComfyUI Stable Video Diffusion
Stars373
Updated2 years ago
Nodes (4)
Stable Video Diffusion Decoder
Turn the SVD latent into frames (and where your VRAM goes)
ComfyUI Stable Video Diffusion
Load Stable Video Diffusion Model
Load the Stable Video Diffusion checkpoint (the first of three)
ComfyUI Stable Video Diffusion
Stable Video Diffusion Sampler
Where Stable Video Diffusion actually turns your image into motion
ComfyUI Stable Video Diffusion
Stable Video Diffusion Simple Img2Vid
The one-node way to run Stable Video Diffusion
ComfyUI Stable Video Diffusion
Readme
ComfyUI Stable Video Diffusion
Easily use Stable Video Diffusion inside ComfyUI!
<!-- table of contents -->Need help? <a href="https://discord.gg/hwwbNRAq6E">Join our Discord!</a>
1. Installation
Option 1: Install via ComfyUI Manager
Open ComfyUI Manager and install the ComfyUI Stable Video Diffusion (author: thecooltechguy) custom node.
Option 2: Install manually
cd ComfyUI/custom_nodes/
git clone https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion
cd ComfyUI-Stable-Video-Diffusion/
python install.py
2. Download models into ComfyUI/models/svd/
- svd.safetensors - Download
- svd_image_decoder.safetensors - Download
- svd_xt.safetensors - Download
- svd_xt_image_decoder.safetensors - Download
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

Image to video generation (high FPS w/ frame interpolation)
https://comfyworkflows.com/workflows/bf3b455d-ba13-4063-9ab7-ff1de0c9fa75
