From 822b83b43c77f694708d30d3babde5d88399ef41 Mon Sep 17 00:00:00 2001 From: xChenNing <1915664627@qq.com> Date: Sun, 13 Jul 2025 16:44:17 +0800 Subject: [PATCH] Add ComfyUI_Image_Pin --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index c141f5bf..fe988854 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -11,6 +11,17 @@ "install_type": "git-clone", "description": "ComfyUI-Manager itself is also a custom node." }, + { + "author": "xChenNing", + "title": "ComfyUI_Image_Pin", + "id": "comfyui-image-pin", + "reference": "https://github.com/CheNing233/ComfyUI_Image_Pin", + "files": [ + "https://github.com/CheNing233/ComfyUI_Image_Pin" + ], + "install_type": "git-clone", + "description": "Allows you to pin images to the JSON of your workflow, migrate with JSON, or embed in image's metadata. supports image compression." + }, { "author": "Dr.Lt.Data", "title": "ComfyUI Impact Pack",