Nodes Browser

ComfyDeploy: How ComfyUI nodes for ControlNext-SVD v2 works in ComfyUI?

What is ComfyUI nodes for ControlNext-SVD v2?

These nodes include my wrapper for the original diffusers pipeline, as well as work in progress native ComfyUI implementation. For the diffusers wrapper models should be downloaded automatically, for the native version you can get the unet [a/here](https://huggingface.co/Kijai/ControlNeXt-SVD-V2-Comfy/blob/main/controlnext-svd_v2-unet-fp16_converted.safetensors).

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI nodes for ControlNext-SVD v2 and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI nodes for ControlNext-SVD v2

These nodes include my wrapper for the original diffusers pipeline, as well as work in progress native ComfyUI implementation.

For the diffusers wrapper models should be downloaded automatically, for the native version you can get the unet here:

https://huggingface.co/Kijai/ControlNeXt-SVD-V2-Comfy/blob/main/controlnext-svd_v2-unet-fp16_converted.safetensors

Diffusers wrapper:

https://github.com/user-attachments/assets/9bc06d4c-b29a-45f5-8a67-211dd5d0f555

ComfyUI native:

https://github.com/user-attachments/assets/7ed23e44-3652-4ccb-8a48-5f0c703ed8b9

Original repo:

https://github.com/dvlab-research/ControlNeXt/tree/main/ControlNeXt-SVD-v2