From 931ff63d28c9433bf0c35d84a0e179b362ddd8d8 Mon Sep 17 00:00:00 2001 From: alexds9 Date: Mon, 25 Aug 2025 23:31:47 +0300 Subject: [PATCH] Added entry for ComfyUI-SaveCheckpointWithMetadata --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index abf232ab..e8683cb7 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31952,6 +31952,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "alexds9", + "title": "Save Checkpoint with Metadata", + "reference": "https://github.com/a-l-e-x-d-s-9/ComfyUI-SaveCheckpointWithMetadata", + "files": [ + "https://github.com/a-l-e-x-d-s-9/ComfyUI-SaveCheckpointWithMetadata" + ], + "install_type": "git-clone", + "description": "Save checkpoint .safetensors with custom header JSON, optional prompt override, merge of EXTRA_PNGINFO, and smart/no-counter filename modes. Includes text outputs for path and final metadata." } ] }