From 4b09e8a3db074b5e2b8211e60b8bfe19ac228fde Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Sun, 7 Dec 2025 07:33:37 +0900 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index f3c28914..7cefef8e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37670,18 +37670,6 @@ "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." - }, @@ -38105,6 +38093,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." + } ] }