From 5105f382338d4d58f1f5e22f4e32a67fba760c38 Mon Sep 17 00:00:00 2001 From: shootthesound <110498357+shootthesound@users.noreply.github.com> Date: Sun, 28 Dec 2025 17:08:40 +0000 Subject: [PATCH 1/2] Enhance description for comfyUI-LongLook Updated description to include Block Edit and Save features. --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 43507afc..91f83f17 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -38372,7 +38372,7 @@ "https://github.com/ShootTheSound/comfyUI-Realtime-Lora" ], "install_type": "git-clone", - "description": "Train LoRAs directly inside ComfyUI. Supports SDXL (via sd-scripts), FLUX, Z-Image Turbo, and Wan 2.2 (via AI-Toolkit)." + "description": "Train and Block Edit and Save LoRAs directly inside ComfyUI. Supports SDXL (via sd-scripts), FLUX, Z-Image Turbo, and Wan 2.2 (via Musubi Tuner and AI-Toolkit)." }, { "author": "shootthesound", From 23c849a74574f6714d335a1fb8841735e1037844 Mon Sep 17 00:00:00 2001 From: Peter Neill <110498357+shootthesound@users.noreply.github.com> Date: Sun, 7 Jun 2026 18:31:37 +0100 Subject: [PATCH 2/2] Add ComfyUI-WorkflowDropZone --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 22c57d21..a7962b7f 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "shootthesound", + "title": "ComfyUI-WorkflowDropZone", + "reference": "https://github.com/shootthesound/ComfyUI-WorkflowDropZone", + "files": [ + "https://github.com/shootthesound/ComfyUI-WorkflowDropZone" + ], + "install_type": "git-clone", + "description": "A persistent drop zone for loading workflows from images or .json files — a reliable alternative to ComfyUI's built-in drag-and-drop, with crash-recovery snapshots, recents, favorites, paste and append." + }, { "author": "Carasibana", "title": "ComfyUI-SimpleFloatSlider",