From 8c593fe3f6a15285d2655759e9fefccd5cdddafb Mon Sep 17 00:00:00 2001 From: Makki Shizu <142442886+MakkiShizu@users.noreply.github.com> Date: Wed, 20 Nov 2024 22:45:51 +0800 Subject: [PATCH] add new node (#1251) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f098cbf8..bbd50864 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17366,6 +17366,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Makki_Shizu", + "title": "ComfyUI-SaveAnimatedGIF", + "id": "SaveAnimatedGIF", + "reference": "https://github.com/MakkiShizu/ComfyUI-SaveAnimatedGIF", + "files": [ + "https://github.com/MakkiShizu/ComfyUI-SaveAnimatedGIF" + ], + "install_type": "git-clone", + "description": "Save animated GIF format nodes in ComfyUI" } ] }