From a84c2e962b0874e7c6c2d6fe760c33b86c58b740 Mon Sep 17 00:00:00 2001 From: tardigrade1001 <46132635+tardigrade1001@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:39:51 +0530 Subject: [PATCH] Add Send-To-ComfyUI node Add Send-To-ComfyUI node to extension-node-map.json. Repository: https://github.com/tardigrade1001/send-to-comfyui This node allows sending images or data directly to ComfyUI workflows. --- extension-node-map.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/extension-node-map.json b/extension-node-map.json index 8cfcb577..a6df568f 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -61489,5 +61489,13 @@ { "title_aux": "SDXLResolutionPresets" } + ], + "https://raw.githubusercontent.com/tardigrade1001/send-to-comfyui/main/load_latest_image.py": [ + [ + "LoadLatestImage" + ], + { + "title_aux": "Send To ComfyUI" + } ] -} \ No newline at end of file +}