ComfyUI-ControlNeXt-SVD

ComfyUI-ControlNeXt-SVD
★ 190

ControlNeXt-SVDComfyUI节点diffusers封装原生节点实现
为 ControlNeXt-SVD v2 提供 ComfyUI 节点,包含 diffusers 封装器(自动下载模型)与正在开发的原生实现,方便在 ComfyUI 中使用 ControlNeXt-SVD。
💡 在 ComfyUI 中使用 ControlNeXt-SVD 进行条件控制图像生成。
🍴 8 Forks💻 Python🔄 2024-08-15
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/b45acaa3411d
📦 requirements.txt
diffusers>=0.30.0
accelerate
huggingface_hub
transformers
opencv-python
📄 README

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