From 125fa50e966a093a2046e00e4d2917371850bc94 Mon Sep 17 00:00:00 2001 From: Pos13 <64479446+Pos13@users.noreply.github.com> Date: Fri, 8 Mar 2024 22:33:13 +0300 Subject: [PATCH 1/2] Add Cyclist custom nodes https://github.com/Pos13/comfyui-cyclist --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 157b616f..db517add 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6224,6 +6224,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "Pos13", + "title": "Cyclist", + "reference": "https://github.com/Pos13/comfyui-cyclist", + "files": [ + "https://github.com/Pos13/comfyui-cyclist" + ], + "install_type": "git-clone", + "description": "This extension provides tools to iterate generation results between runs. In general, it's for cycles." + } ] } From f81da108c5685dfc291a2b4045dfe4093d086ce5 Mon Sep 17 00:00:00 2001 From: Pos13 <64479446+Pos13@users.noreply.github.com> Date: Fri, 8 Mar 2024 22:36:09 +0300 Subject: [PATCH 2/2] Tabs fix --- custom-node-list.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index db517add..907fcf59 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6225,8 +6225,8 @@ "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." }, - { - "author": "Pos13", + { + "author": "Pos13", "title": "Cyclist", "reference": "https://github.com/Pos13/comfyui-cyclist", "files": [ @@ -6234,6 +6234,6 @@ ], "install_type": "git-clone", "description": "This extension provides tools to iterate generation results between runs. In general, it's for cycles." - } + } ] }