From 6b83a5a16e52c5df78d05df6c66eda6268d6e189 Mon Sep 17 00:00:00 2001 From: Bulldog68 <163139212+bulldog68@users.noreply.github.com> Date: Sun, 11 Jan 2026 17:11:35 +0100 Subject: [PATCH] Add ComfyUI_FMJ_SaveImageVersions node entry (#2475) * Add ComfyUI_FMJ_SaveImageVersions node entry Save images with full metadata (prompt, workflow, software versions, commit) This repository provides ComfyUI nodes to: - Save PNG images with embedded metadata (positive / negative prompts and other JSON fields), - Generate and copy a snapshot describing the environment (commits, versions, GPU, etc.), - Load an image and restore information from its metadata. Important: this project runs a local script `snapshot.py` to capture the state of ComfyUI and custom nodes. Only run it in trusted environments. * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 76655cdf..04f005cf 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -41293,6 +41293,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "bulldog68", + "title": "ComfyUI_FMJ_SaveImageVersions", + "description": "Sauvegarde d’images avec métadonnées complètes (prompt, seed, versions logicielles) + chargement intelligent.", + "reference": "https://github.com/bulldog68/ComfyUI_FMJ_SaveImageVersions", + "files": [ + "https://github.com/bulldog68/ComfyUI_FMJ_SaveImageVersions.git" + ], + "install_type": "git-clone", + "tags": ["save image", "metadonne"], + "license": "GNU V3" + } ] }