AIMETADATAFILE INDEX / 2026
FORMAT INDEX / COMFYUI

Read the
workflow graph.

A ComfyUI PNG can contain both the executable workflow and the prompt graph that produced it. This reader turns those structures into a legible record.

Two JSON records may travel with the pixels

ComfyUI commonly writes a prompt entry describing the graph sent to execution and a workflow entry describing the editable canvas. Both normally live in PNG text chunks and can be much larger than ordinary image metadata.

What the viewer indexes

The local reader counts prompt and workflow nodes, finds text supplied to common text-encoding nodes, and collects model, VAE, LoRA, seed, sampler, and scheduler fields when their input names follow supported conventions.

RecordUse
Prompt graphExecution inputs and node connections used for a generation.
WorkflowCanvas layout and editable graph intended for reopening in ComfyUI.
Text promptsStrings attached to supported text-encoding nodes.
Model fieldsCheckpoint, VAE, and LoRA names stored in node inputs.
Custom nodes can store equivalent information under different keys. The raw JSON remains available when the structured index cannot interpret a field.

Why a workflow may be absent

The image may have been exported without metadata, converted to another format, optimized by a website, copied through a messaging service, or captured as a screenshot. A missing graph is not evidence that ComfyUI was never used.

Local by design

The file is parsed in your browser. Workflow JSON and prompts remain inside the tab unless you explicitly download the report.

Open a ComfyUI PNG.

Use the metadata reader