Sign In

Stop using ComfyUI’s default Save Image node (if you post to Civitai) 🧩📸

1

Feb 28, 2026

(Updated: a month ago)

Stop using ComfyUI’s default Save Image node (if you post to Civitai) 🧩📸

Use Save Image with Metadata Universal instead, so your images actually carry their recipe

If you’ve ever uploaded a ComfyUI image to Civitai and thought:

  • “Why is the Prompt blank?”

  • “Why didn’t it link the model/LoRAs?”

  • “Why can’t people load my workflow easily?”

…it’s usually not your prompting. It’s your save node.

ComfyUI’s built-in Save Image node is perfectly fine for “save it to my drive.”
But for “share it to Civitai with full gen info,” it’s a coin flip.

That’s why a lot of ComfyUI folks replace it with nodes designed to embed metadata in a way Civitai reliably understands, especially Save Image with Metadata Universal.


What Civitai needs (and the default node often doesn’t guarantee) ✅

Think of an uploaded image as a little lunchbox. Civitai wants you to pack:

  1. Generation parameters (prompt, negative, steps, CFG, sampler/scheduler, seed, size, etc.)

  2. Resource identifiers (model + LoRA names, and ideally hashes so it can auto-link correctly)

  3. Workflow (the ComfyUI graph, so someone can paste/load the whole thing)

Some tools embed these in different “pockets” of metadata. Civitai’s auto-detection tends to work best when it finds A1111-style “parameters” metadata plus resource info it can match. Nodes like ComfyUI-Image-Saver explicitly target “Civitai geninfo auto-detection,” storing both workflow + A1111-style parameters in PNG, and A1111-style parameters in JPG/WEBP.


Why the default Save Image node is a trap for Civitai posting 🪤

1) Your metadata might be disabled globally (and you won’t notice)

ComfyUI has a server setting: “Disable saving prompt metadata in files.”
If that’s enabled, your output images lose the workflow/prompt info, which kills reproducibility and Civitai parsing.

2) Format pain: PNG vs JPG/WEBP

PNG is the comfy “full metadata buffet.” Other formats are often “metadata diet mode.”

Some metadata tools explicitly call this out: only PNG supports embedding both metadata and workflow together, while other formats may only carry limited metadata.

So if you ever save as JPG/WEBP (or convert later), the default setup can leave you with an image that looks right but has amnesia.

3) Civitai linking benefits from hashes and consistent parameter formatting

Save Image with Metadata Universal goes beyond “dump prompt in PNGInfo.” It can:

  • Save workflows + metadata to JPEGs (with limitations)

  • Store model hashes (and cache them so you don’t repeatedly hash huge files)

  • Provide tooling to scan rules for capturing metadata across installed nodes

That’s the stuff that helps Civitai say “this image used this exact LoRA, linked properly.”


So what isSave Image with Metadata Universal,” in plain English? 🧠✨

It’s a smarter “final output” node that:

  • Collects your generation details (including from modern/custom nodes)

  • Writes metadata in a Civitai-friendly way

  • Often includes workflow embedding, A1111-style params, and resource hashes (depending on configuration and format)

Net result: when you upload to Civitai, your post is more likely to show:

  • Prompt/negative prompt

  • Steps/CFG/sampler/seed

  • The workflow box

  • Proper model/LoRA attribution

(Instead of a beautiful image with the informational equivalent of a blank nametag.)


Beginner setup: replace the node in 60 seconds 🔧

  1. Install the custom node

  2. Swap nodes in your workflow

  3. Do a quick sanity check

    • Save a PNG

    • Drag it back into ComfyUI (or use a prompt/metadata reader)

    • Confirm it still contains workflow/params before uploading

1