mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 02:12:58 +08:00
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>
This commit is contained in:
parent
c0e8a41d2a
commit
cf4d8e6125
@ -38136,6 +38136,18 @@
|
|||||||
],
|
],
|
||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
"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."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user