mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 02:12:58 +08:00
Update custom-node-list.json (#2068)
Add ComfyUI-Only node: Pain Point Solved: Eliminates the need to manually move .latent files into the ComfyUI input directory.
This commit is contained in:
parent
aface43554
commit
fb1a89efb7
@ -31118,6 +31118,17 @@
|
|||||||
],
|
],
|
||||||
"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": "eric183",
|
||||||
|
"title": "ComfyUI-Only",
|
||||||
|
"id": "comfyui-only",
|
||||||
|
"reference": "https://github.com/eric183/ComfyUI-Only",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/eric183/ComfyUI-Only"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A collection of custom nodes for ComfyUI, originally focused on workflow parsing, now expanded to provide advanced file loading features like 'Load Latent (Advanced)' for drag-and-drop latent file uploads and 'WorkflowImageFileLoader' for parsing prompts from image metadata. It also adds a js extension for a better UI experience."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user