ComfyUI Extension
ComfyUI-CleanImageMetadata
A tiny ComfyUI custom node that saves PNG or JPEG images without ComfyUI prompt/workflow metadata.
cp199712138-design/ComfyUI-CleanImageMetadata
Nodes—
On cloudLocal install
Stars0
Updated2 months ago
Readme
ComfyUI Clean Image Metadata
A tiny ComfyUI custom node that saves PNG or JPEG images without ComfyUI prompt/workflow metadata.
No pip install. No extra dependencies.
Download
Use either method:
-
Download the ready-to-use package:
dist/ComfyUI-CleanImageMetadata.zip -
Or download this repository with GitHub
Code > Download ZIP.
Install
-
Close ComfyUI.
-
Unzip the package.
-
Put the whole folder here:
ComfyUI/custom_nodes/ComfyUI-CleanImageMetadata -
Start ComfyUI.
-
Search for:
Save Image Without Metadata
Node
Save Image Without Metadata
Inputs:
images: image input.filename_prefix: output filename prefix.format:PNGorJPEG.png_compress_level: PNG file-size compression. Default4is recommended. PNG remains lossless.jpeg_quality: JPEG quality. Default100is recommended. JPEG is lossy.
Notes
- This node does not remove visible watermarks from pixels.
- It does not modify ComfyUI's built-in
Save Imagenode. - PNG output is saved without
prompt,workflow, orextra_pnginfo. - JPEG output is saved without EXIF/comment metadata.