From b8dfdfa31d80681873f1caaebeaad6ca1bd13a52 Mon Sep 17 00:00:00 2001 From: amaozhao Date: Tue, 19 Nov 2024 20:53:11 +0800 Subject: [PATCH] Update ComfyUI_DeployCash (#1244) * Update custom-node-list.json add DeployCash * Update custom-node-list.json reset DeployCash * Update custom-node-list.json --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 9eb6f1de..c1e1788e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17312,6 +17312,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "amaozhao", + "title": "ComfyUI_DeployCash", + "id": "ComfyUI_DeployCash", + "reference": "https://github.com/jacklukai/ComfyUI_DeployCash", + "files": [ + "https://github.com/jacklukai/ComfyUI_DeployCash" + ], + "install_type": "git-clone", + "description": "DeployCash, a tool that converts workflows into WeChat and H5 with one click, and supports payments." } ] }