From 2c30e7afd6e04ee2d57ba9f97a6349b147756e07 Mon Sep 17 00:00:00 2001 From: chaojie Date: Fri, 12 Jan 2024 00:26:44 +0800 Subject: [PATCH] Add ComfyUI-DragNUWA --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 0481b7c..b715b68 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4044,6 +4044,16 @@ "install_type": "git-clone", "description": "Nodes: Download the weights of MotionCtrl [a/motionctrl.pth](https://huggingface.co/TencentARC/MotionCtrl/blob/main/motionctrl.pth) and put it to ComfyUI/models/checkpoints" }, + { + "author": "chaojie", + "title": "ComfyUI-DragNUWA", + "reference": "https://github.com/chaojie/ComfyUI-DragNUWA", + "files": [ + "https://github.com/chaojie/ComfyUI-DragNUWA" + ], + "install_type": "git-clone", + "description": "Nodes: Download the weights of DragNUWA [a/drag_nuwa_svd.pth](https://drive.google.com/file/d/1Z4JOley0SJCb35kFF4PCc6N6P1ftfX4i/view) and put it to ComfyUI/models/checkpoints/drag_nuwa_svd.pth" + }, { "author": "alexopus", "title": "ComfyUI Image Saver",