Extensions/ComfyUI Save Image Without Metadata
ComfyUI Extension

ComfyUI Save Image Without Metadata

Save images without embedding workflow or prompt metadata

By GeorgeJiangΒ·Created 5 months agoΒ·Updated 5 months agoΒ· 3
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)

  1. Go to GitHub Releases or click Code β†’ Download ZIP
  2. Extract the ZIP file β†’ you'll get a folder named comfyui-save-image-no-meta-main
  3. Rename it to comfyui-save-image-no-meta (remove the -main suffix)
  4. Move this folder into your ComfyUI's custom_nodes directory:
ComfyUI/
└── custom_nodes/
    └── comfyui-save-image-no-meta/  ← your folder here
  1. 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

  1. Add the node "πŸ’Ύ Save Image Without Metadata" from the image category
  2. Connect your image output
  3. 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