From ca2c41783c6daa187b9c867cae5bd00824e62467 Mon Sep 17 00:00:00 2001 From: 2frames <2framesapp@gmail.com> Date: Tue, 20 May 2025 16:42:57 +0200 Subject: [PATCH] Add AQnodes (#1849) * add AQnodes * add AQnodes - fix repo url --------- Co-authored-by: pk --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 27aeb916..99de179b 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -26248,6 +26248,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "2frames.app", + "title": "AQnodes for ComfyUI", + "id": "AQnodes", + "reference": "https://github.com/2frames/ComfyUI-AQnodes", + "files": [ + "https://github.com/2frames/ComfyUI-AQnodes" + ], + "install_type": "git-clone", + "description": "Nodes for ComfyUI, mostly for llm calling and automatizing pulid multiface." } ] }