From cf4d8e612544f48c72a10f8ace42221fccd78e9d Mon Sep 17 00:00:00 2001 From: Matthew-X Date: Sun, 7 Dec 2025 11:35:14 +1300 Subject: [PATCH] Workflow Importer (#2356) * Add Workflow Importer node to custom-node-list.json * Update custom-node-list.json * Add entry for SDXL_sizing by Ser-Hilary --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index e0928797..e76e8a63 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -38136,6 +38136,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "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." + } ] }