From 7ba41fbb7dbd8e156df6bd161c9653949942de97 Mon Sep 17 00:00:00 2001 From: Isi <86603298+Isi-dev@users.noreply.github.com> Date: Tue, 13 Aug 2024 18:16:02 +0100 Subject: [PATCH] Update custom-node-list.json (#952) Updating the custom-node-list.json with two nodes to animate an image using uniAnimate --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b795fae5..851c9992 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -13275,6 +13275,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Isi-dev", + "title": "UniAnimate Nodes for ComfyUI", + "id": "comfyuiunianimatenodes", + "reference": "https://github.com/Isi-dev/ComfyUI-UniAnimate", + "files": [ + "https://github.com/Isi-dev/ComfyUI-UniAnimate" + ], + "install_type": "git-clone", + "description": "These are nodes to animate an image with a reference video using UniAnimate." } ] }