From 4e17ae85d37a89d53631ca03c3a9567bbb3a49ca Mon Sep 17 00:00:00 2001 From: Corey <17171838+coreyryanhanson@users.noreply.github.com> Date: Sat, 5 Aug 2023 13:18:01 -0400 Subject: [PATCH] added Comfy QR nodes --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 77bf7e76..af1c62cd 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1140,6 +1140,16 @@ ], "install_type": "git-clone", "description": "One Button Prompt has a prompt generation node for beginners who have problems writing a good prompt, or advanced users who want to get inspired. It generates an entire prompt from scratch. It is random, but controlled. You simply load up the script and press generate, and let it surprise you." + }, + { + "author": "sofuego", + "title": "Comfy-QR", + "reference": "https://gitlab.com/sofuego-comfy-nodes/comfy-qr", + "files": [ + "https://gitlab.com/sofuego-comfy-nodes/comfy-qr" + ], + "install_type": "git-clone", + "description": "A set of ComfyUI nodes to dynamically create QR image layers for generative QR art without the hassle of leaving the webui." } ] }