From 62c6b82b0b5ac73297b572db3a81ffc94b691634 Mon Sep 17 00:00:00 2001 From: Matthew-X Date: Sun, 7 Dec 2025 04:42:18 +1300 Subject: [PATCH] Add Workflow Importer node to custom-node-list.json --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 751830c2..f3c28914 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37670,7 +37670,18 @@ "install_type": "git-clone", "description": "A logic engine for ComfyUI prompts that transforms static prompts into dynamic, context-aware workflows with persistent variables, conditional logic, native LoRA loading, and external data fetching. (Description by CC)" }, - + { + "author": "Matthew-X", + "title": "Workflow Importer", + "id": "comfyui-workflow_importer", + "reference": "https://github.com/Matthew-X/comfyui-workflow_importer", + "files": [ + "https://github.com/Matthew-X/comfyui-workflow_importer" + ], + "install_type": "git-clone", + "js_path": "workflow_importer", + "description": "Import ComfyUI workflows from images with embedded metadata. Adds a toolbar Import button, drag-and-drop dialog and Ctrl+Shift+I shortcut. Supports legacy and new UIs, common image formats, opens each image in a new workflow tab." + },