From 5b78ce0bff19b24f09753b38679299e9333b9864 Mon Sep 17 00:00:00 2001 From: James Veitch <1722315+darth-veitcher@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:57:22 +0100 Subject: [PATCH] add comfydv nodes to custom-node-list.json (#1102) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 6e6a8736..ae78864e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -80,6 +80,17 @@ "install_type": "git-clone", "description": "Nodes: ColorBlend, ControlLoraSave, GetImageSize. NOTE: Control-LoRA recolor example uses these nodes." }, + { + "author": "Darth-Veitcher", + "title": "Comfy DV", + "id": "comfydv", + "reference": "https://github.com/darth-veitcher/comfydv", + "files": [ + "https://github.com/darth-veitcher/comfydv" + ], + "install_type": "git-clone", + "description": "Nodes: String Formatting (f-string and jinja2), Random Choice, Model Memory management, and other quality of life improvements." + }, { "author": "Fannovel16", "title": "ComfyUI's ControlNet Auxiliary Preprocessors",