Skip to content

Commit 6b83a5a

Browse files
bulldog68ltdrdata
andauthored
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>
1 parent 10aff14 commit 6b83a5a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

custom-node-list.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41293,6 +41293,18 @@
4129341293
],
4129441294
"install_type": "unzip",
4129541295
"description": "This is a node to convert an image into a CMYK Halftone dot image."
41296-
}
41296+
},
41297+
{
41298+
"author": "bulldog68",
41299+
"title": "ComfyUI_FMJ_SaveImageVersions",
41300+
"description": "Sauvegarde d’images avec métadonnées complètes (prompt, seed, versions logicielles) + chargement intelligent.",
41301+
"reference": "https://github.com/bulldog68/ComfyUI_FMJ_SaveImageVersions",
41302+
"files": [
41303+
"https://github.com/bulldog68/ComfyUI_FMJ_SaveImageVersions.git"
41304+
],
41305+
"install_type": "git-clone",
41306+
"tags": ["save image", "metadonne"],
41307+
"license": "GNU V3"
41308+
}
4129741309
]
4129841310
}

0 commit comments

Comments
 (0)