From d9ec870598b6b4ab554427543cd9e4b344aec323 Mon Sep 17 00:00:00 2001 From: Johan Mellin Date: Wed, 25 Sep 2024 16:26:59 +0200 Subject: [PATCH] Update custom-node-list.json (#1083) added ComfyUI GLM-4 Wrapper. https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 75df0785..8f0bcc84 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -15189,6 +15189,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Nojahhh", + "title": "ComfyUI GLM-4 Wrapper", + "reference": "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper", + "files": [ + "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper" + ], + "install_type": "git-clone", + "description": "ComfyUI GLM-4 Wrapper. This powerful tool enhances your prompt engineering process by allowing users to easily construct detailed, high-quality prompts for image/video generation based on user image and/or user prompts." } ] }