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] 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",