From 62c2fa96bdcaa776be8a57b2e4d321cb2d232bcd Mon Sep 17 00:00:00 2001 From: ericKuang Date: Sat, 9 Aug 2025 21:53:34 +0800 Subject: [PATCH] Update custom-node-list.json Add ComfyUI-Only node: Pain Point Solved: Eliminates the need to manually move .latent files into the ComfyUI input directory. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 6af66082..70998946 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31068,6 +31068,17 @@ ], "install_type": "unzip", "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." } ] }