From 2a366a1607f16e71cb4f1ebe3c32a83ab6cd7c7b Mon Sep 17 00:00:00 2001 From: ChenNing <32773451+CheNing233@users.noreply.github.com> Date: Mon, 14 Jul 2025 17:56:22 +0800 Subject: [PATCH] Add ComfyUI_Image_Pin (#1992) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 035bf517..281cacf8 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -29493,6 +29493,17 @@ "install_type": "copy", "description": "A ComfyUI custom node for face comparison. This node utilizes Face++'s facial recognition and comparison algorithms by directly calling the Face++ API. Its usage in the workflow is as follows:" }, + { + "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": "folkghost", "title": "CSV Search Node",