From d2743e1b1e9d5315fbb0fa86ad59f5345f6bfe30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=92=E7=A7=8B?= <86090878+CyanAutumn@users.noreply.github.com> Date: Thu, 19 Dec 2024 20:35:14 +0800 Subject: [PATCH] add random prompt node (#1343) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index c13716d2..065c13a7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -18612,6 +18612,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" } ] }