From 68a3ec567a3bf90c16b35ebe223af6147aaf0df8 Mon Sep 17 00:00:00 2001 From: Hmily <114978440+ihmily@users.noreply.github.com> Date: Mon, 13 Oct 2025 05:29:38 +0800 Subject: [PATCH] Add comfy-deploy node to the custom node list and extension note map list (#2215) * Update custom-node-list.json * Update extension-node-map.json * Update extension-node-map.json * Update extension-node-map.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ extension-node-map.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 4b30b22b..fe9c433a 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17009,6 +17009,17 @@ ], "install_type": "git-clone", "description": "An awesome light image processing tool nodes for ComfyUI." + }, + { + "author": "Hmily", + "title": "comfy-deploy", + "id": "comfy-deploy", + "reference": "https://github.com/ihmily/comfy-deploy", + "files": [ + "https://github.com/ihmily/comfy-deploy" + ], + "install_type": "git-clone", + "description": "Easy deploy API for ComfyUI." }, { "author": "k-komarov", diff --git a/extension-node-map.json b/extension-node-map.json index 0a3de7ba..4f9dc89c 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -45810,4 +45810,4 @@ "title_aux": "SDXLResolutionPresets" } ] -} \ No newline at end of file +}