From 267449c55d4219c950765c3fe77efdf34f403169 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Fri, 3 Jul 2026 04:14:45 +0900 Subject: [PATCH] =?UTF-8?q?fix(custom-node-list):=20=C2=A74.5=20PATCH=5FBA?= =?UTF-8?q?SE=5FCLOSE=20#3027=20darth-veitcher/comfydv=20=E2=80=94=20adopt?= =?UTF-8?q?=20PR=20title/desc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - title: Comfy DV → Comfy DV Nodes - description: PR wording (dynamic string formatting, seed-controlled random, workflow circuit-breaker) - author/reference/files/install_type/id unchanged - root only (not in node_db/new) --- custom-node-list.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 925d7837..f87db559 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -19094,14 +19094,14 @@ }, { "author": "Darth-Veitcher", - "title": "Comfy DV", + "title": "Comfy DV Nodes", "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." + "description": "Quality of life ComfyUI nodes: dynamic string formatting with Python f-strings or Jinja2 templates, seed-controlled random input selection, and workflow circuit-breaker for conditional queue interruption." }, { "author": "Darth-Veitcher", @@ -53983,6 +53983,16 @@ ], "install_type": "git-clone", "description": "Valida se a imagem é múltipla de 8 para workflows de Upscale e Flux." + }, + { + "author": "Kevin Gilper", + "title": "comfyui-krea-reference", + "reference": "https://github.com/kgilper/krea-reference", + "files": [ + "https://github.com/kgilper/krea-reference" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for Krea 2 V9 image-reference conditioning." } ] }