Product Update

Workflow Time Travel: See How Your ComfyUI Parameters Evolved

You ran your ComfyUI workflow 47 times last Tuesday. Somewhere around iteration 30, the output quality jumped noticeably. You changed something, but you cannot remember what. Was it the CFG scale? The sampler? A LoRA weight? All of them? Numonic now answers that question automatically.

April 20267 min readJesse Blum
A ComfyUI workflow graph visualised as a network of glowing nodes on a dark field, representing parameter evolution across multiple runs

Iteration is how ComfyUI creators work. You tweak a parameter, queue a batch, review the results, and tweak again. A single session can span dozens or hundreds of runs, and the cumulative changes are significant. The problem is not generating the images. The problem is remembering what produced which image, so the knowledge you build inside a session survives past the end of the day.

The Iteration Amnesia Problem

ComfyUI creators iterate constantly. You nudge the CFG from 7 to 8, swap the sampler, drop a LoRA weight from 0.8 to 0.6, and queue another run. Over a session of fifty or a hundred runs, the cumulative changes are significant, but the individual steps blur together. By the time you notice that run 30 looked much better than run 45, you have already moved on.

This is not a memory problem. It is an information problem. ComfyUI saves the workflow JSON with every output, so the data you need is already on disk. What has been missing is a tool that compares those workflows across time. You have the parameters. You just cannot see them laid out next to each other.

The situation gets worse with distance. When you return to a workflow three weeks later and want to understand why version 30 was stronger than version 45, you are left manually diffing JSON files in a text editor. That is not a creative workflow. That is archaeology. Every ComfyUI power user has done it at least once, and every one has decided it is not a good use of their time.

What Workflow Time Travel Does

Numonic introduces three capabilities that work together to turn your iteration history into something you can actually read.

Automatic Workflow Fingerprinting

Every ComfyUI workflow has a node graph: a collection of nodes with specific connections between them. Numonic analyses the graph topology on import and generates a structural fingerprint. Runs that share the same node structure, even with different parameter values, are grouped together automatically. You do not need to name or tag your workflows. You do not need to organise them into folders. Numonic recognises that forty-seven outputs came from the same workflow because the graph is the same.

Fingerprinting ignores the parameter values on purpose. If you change your CFG from 7 to 12, that is still the same workflow. If you add a new ControlNet node or rewire the latent path, that is a different workflow. The structural fingerprint captures the creative template, and the parameter history captures how you used it.

The Parameter Evolution Chart

Once runs are grouped, the Parameter Evolution chart shows how your settings drifted across the session. A timeline reveals exactly when you changed the CFG scale from 7 to 12, switched from euler_a to dpmpp_2m, or bumped the step count from 20 to 30. Each data point links directly to the output it produced, so you can see the visual result alongside the parameter change. The chart does not tell you which run was best. It tells you what was different, and lets you be the judge.

The Version Stack

The version stack lives in the lightbox. Open any ComfyUI asset and the stack shows every iteration of its parent workflow, sorted chronologically. Flip through them the way you would flip through bracketed exposures in a photo editor. Combined with the side-by-side and overlay comparison modes, you can see precisely what effect each parameter change had on the output, without leaving the viewer.

How It Works in Practice

Import your ComfyUI outputs the way you already do: Smart Import for a one-off folder, Connected Folders for a watch directory, or Desktop Sync for continuous background ingestion. Numonic extracts the workflow JSON from each PNG, generates a fingerprint, and slots the asset into the correct group. None of this requires configuration. Fingerprinting runs during import, in the background.

Once the assets are in, navigate to any ComfyUI output and open the lightbox. The version stack shows every iteration of that workflow. The Parameter Evolution chart is one click away on the asset detail page, with a timeline of every parameter that changed across the session. You can jump straight to the version that looked best, pull the parameters, and queue a new batch from the same starting point. The two JSON blobs inside every ComfyUI PNG are finally doing useful work for you instead of sitting on disk.

Why This Matters for Serious Creators

Iteration is how you find what works. But iteration without memory is just random walking. Fingerprinting and the evolution chart turn your iteration history into a learning tool, because the session stops being a sequence of isolated images and becomes a record of decisions.

  • Identify which parameter changes improved quality and which degraded it, without relying on your memory of what you did three hours ago
  • Return to any point in your iteration history and pick up where you left off, with the exact settings that produced the result you want to extend
  • Share parameter evolution with collaborators so they understand your process, not just the final deliverable
  • Build institutional knowledge about which settings work for which styles, subjects, and reference images

Workflow Time Travel is a natural companion to the reproducibility work Numonic has been building. Fingerprinting tells you what you ran. The evolution chart tells you how it changed. The version stack tells you what it produced. Together, they turn the ComfyUI session from a creative activity with no record into a creative activity that records itself.

If you run ComfyUI Cloud, the Open in ComfyUI Cloud button on each asset sends you back to the exact workflow, with the exact parameters, in one click. The round trip from “which run was that?” to “queue another batch from there” collapses from half an hour to fifteen seconds.

Key Takeaways

  • Numonic fingerprints ComfyUI workflows by their node graph topology and groups related runs automatically
  • The Parameter Evolution chart shows exactly which parameters changed between iterations, linked to the outputs they produced
  • The version stack in the lightbox lets you flip through iterations and compare results side by side or overlaid
  • No manual tagging, folder structure, or configuration is required; fingerprinting happens at import time

See Workflow Time Travel

Your iteration history is a creative asset. Numonic makes it readable, comparable, and reusable, so the knowledge you build inside a session outlives the session.

Explore ComfyUI Integration