From 92f65730aa16cf726b1db869fd2c4c172553c072 Mon Sep 17 00:00:00 2001 From: chty627 <610827839@qq.com> Date: Thu, 7 Mar 2024 20:14:51 +0800 Subject: [PATCH] Add new custom nodes and extensions --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b942ea9f..7b1dbbb4 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6124,6 +6124,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "jw782cn", + "title": "ComfyUI-Catcat", + "reference": "https://github.com/jw782cn/ComfyUI-Catcat", + "files": [ + "https://github.com/jw782cn/ComfyUI-Catcat" + ], + "install_type": "copy", + "description": "Extension to show random cat GIFs while queueing prompt." } ] }