Skip to content

ControlNeXt-SVD

Video Lecture

Section Video Links
ControlNeXt-SVD ControlNeXt-SVD ControlNeXt-SVD 

 (Pay Per View)

You can use PayPal to purchase a one time viewing of this video for $1.49 USD.

Pay Per View Terms

  • One viewing session of this video will cost the equivalent of $1.49 USD in your currency.
  • After successful purchase, the video will automatically start playing.
  • You can pause, replay and go fullscreen as many times as needed in one single session for up to an hour.
  • Do not refresh the browser since it will invalidate the session.
  • If you want longer-term access to all videos, consider purchasing full access through Udemy or YouTube Memberships instead.
  • This Pay Per View option does not permit downloading this video for later viewing or sharing.
  • All videos are Copyright © 2019-2025 Sean Bradley, all rights reserved.

Description

Enhancing AnimateDiff to work with SVD

Install ComfyUI nodes for ControlNext-SVD v2

Install the custom node ComfyUI nodes for ControlNeXt-SVD v2 using the manager, or you can use your command/terminal prompt.

  1. Navigate to your ComfyUI/custom_nodes folder.
  2. Run,
    git clone https://github.com/kijai/ComfyUI-ControlNeXt-SVD.git
    
  3. Restart ComfyUI

Install the ControlNeXt SVD V2 Unet model

Download controlnext-svd_v2-unet-fp16_converted.safetensors and save into your ComfyUI/models/diffusion_models folder.

📂 ComfyUI/
├── 📂 models/
│   ├── 📂 diffusion_models/
│   │   └── controlnext-svd_v2-unet-fp16_converted.safetensors

Dance Styles

K-Pop Macarena
Download MP4 Download MP4

Workflows

Workflow
Initial Image
Output

Neutral poses for creating initial frames.

Close Body Pose Full Body Pose

WGET Commands

If you are using Runpod, or a similar hosted GPU service, then you can access your running pod/instance using a terminal.

#
#
# CD into ./ComfyUI/models/diffusion_models/ folder
wget https://huggingface.co/Kijai/ControlNeXt-SVD-V2-Comfy/resolve/main/controlnext-svd_v2-unet-fp16_converted.safetensors
#
#
#
# CD into ./ComfyUI/input/ folder
wget https://sbcode.net/img/02.mp4
wget https://sbcode.net/img/eve-macarena.mp4

Wait for files to download fully before running your workflows.

Troubleshooting

Error : ModuleNotFoundError: No module named 'matplotlib'

  1. Navigate to your ComfyUI_windows_portable folder.
  2. Run,
    python_embeded\python -m pip install matplotlib
    

ControlNeXt (GitHub)

Mixamo