From 689f0726fb3ae375bb69a01d17a4fa81ba15c624 Mon Sep 17 00:00:00 2001 From: picturesonpictures <118248359+picturesonpictures@users.noreply.github.com> Date: Tue, 29 Aug 2023 21:50:21 -0500 Subject: [PATCH] Add comfy_PoP --- custom-node-list.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 164f1692..472e1b26 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1793,6 +1793,15 @@ ], "install_type": "unzip", "description": "Various image processing nodes." + }, + { + "author": "picturesonpictures", + "title": "comfy_PoP", + "reference": "https://github.com/picturesonpictures/comfy_PoP", + "files": ["https://github.com/picturesonpictures/comfy_PoP"], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI. Includes a quick canny edge detection node with unconventional settings, simple LoRA stack nodes for workflow efficiency, and a customizable aspect ratio node." } + ] }