Modified Workflows
ComfyUI workflows evolve constantly. By the time you need to reproduce something, the original configuration is overwritten.
Loading...
“How Did I Make This?”
You created the perfect image. Three months later, you need to recreate it. But the workflow is gone. The nodes were modified. The exact configuration is lost forever.
ComfyUI workflows evolve constantly. By the time you need to reproduce something, the original configuration is overwritten.
Writing down every parameter, node connection, and setting? Nobody has time for that—and it's error-prone.
Workflow JSONs saved alongside outputs? They get out of sync, deleted, or forgotten.
Numonic reads the workflow directly from your PNG metadata—no manual saving required
Every PNG from ComfyUI contains the complete workflow in its metadata chunks.
Our extractors parse the workflow graph, prompt data, and all node configurations.
The workflow is permanently linked to the image—always accessible, always searchable.
{
"nodes": [
{
"id": 1,
"type": "KSampler",
"params": {
"seed": 42,
"steps": 30,
"cfg": 7.5,
"sampler": "euler_a"
}
},
{
"id": 2,
"type": "CheckpointLoader",
"params": {
"model": "sdxl_base.safetensors",
"hash": "31e35c80fc..."
}
}
],
"connections": [...],
"version": "0.3.6"
}Not just storage—full understanding of your creative process
View the complete node graph for any asset. See connections, data flow, and processing pipeline at a glance.
Every node type, every parameter, every input and output connection—captured and indexed for search.
Compare workflows between variations. See exactly what changed between two generations.
Know which checkpoint, which LoRAs, which embeddings were used—with model hashes for verification.
Export the workflow JSON directly from any asset. Load it into ComfyUI and reproduce the exact result.
Search by node type, model name, or any parameter. Find all images using a specific sampler or LoRA.