ComfyUI Extension
ComfyUI Save Image Without Metadata
Save images without embedding workflow or prompt metadata
GeorgeJiang/comfyui-save-image-no-meta
Nodes1
On cloudLocal install
Categoryimage
Stars3
Updated5 months ago
Readme
ComfyUI Save Image Without Metadata
A custom node that saves images without embedding your workflow, prompt, or model info in PNG files.
Perfect for:
- Sharing clean images publicly
- Reducing file size
- Privacy protection
π¦ Installation
<!-- ### Method 1: ComfyUI Manager (Recommended) 1. In ComfyUI, open **Manager β Install Custom Nodes** 2. Search for `comfyui-save-image-no-meta` 3. Click **Install** -->Method 1: Download ZIP (No Git Required)
- Go to GitHub Releases or click Code β Download ZIP
- Extract the ZIP file β you'll get a folder named
comfyui-save-image-no-meta-main - Rename it to
comfyui-save-image-no-meta(remove the-mainsuffix) - Move this folder into your ComfyUI's
custom_nodesdirectory:
ComfyUI/
βββ custom_nodes/
βββ comfyui-save-image-no-meta/ β your folder here
- Restart ComfyUI
Method 2: Git Clone (For Developers)
cd /path/to/ComfyUI/custom_nodes
git clone https://github.com/GeorgeJiang/comfyui-save-image-no-meta.git
π§© Usage
- Add the node "πΎ Save Image Without Metadata" from the image category
- Connect your image output
- Saved images will have no hidden metadata
π Tip: Compare with the original "Save Image" node β this one produces smaller, cleaner files!
π‘οΈ Features
- β Removes all ComfyUI metadata (workflow, prompts, seeds, models, etc.)
- β Same filename format as built-in "Save Image"
- β Zero dependencies β uses only standard ComfyUI modules
- β Works on CPU, CUDA, and MPS (Apple Silicon)
Made by George Jiang Β· MIT License