From fb55af1de0e4891e90f80137cb82b4f6a2b5b64c Mon Sep 17 00:00:00 2001 From: Gold Harvest Date: Sun, 21 Jul 2024 15:40:08 +0800 Subject: [PATCH] custom node ComfyUX commit (#876) https://github.com/googincheng/ComfyUX --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index cb590891..c50bac86 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -12141,6 +12141,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "googincheng", + "title": "ComfyUX", + "id": "comfyux", + "reference": "https://github.com/googincheng/ComfyUX", + "files": [ + "https://github.com/googincheng/ComfyUX" + ], + "install_type": "git-clone", + "description": "Better user experience plugin for ComfyUI." } ] }