From 06cce23aaa3b1e4dd1e132a0255fa5fa11f8073b Mon Sep 17 00:00:00 2001 From: CyanAutumn Date: Wed, 18 Dec 2024 20:13:29 +0800 Subject: [PATCH] add random prompt node --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 2d3a02c0..5f260f4c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -18586,6 +18586,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "CyanAutumn", + "title": "ComfyUi Random Manage Cyan", + "id": "CyanAutumn", + "reference": "https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan", + "files": [ + "https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan" + ], + "install_type": "git-clone", + "description": "A random prompt node" } ] }