Loading...
Loading...
Quick-Start Guide
Stop losing your best work. Six pages to go from output chaos to organized, searchable, reproducible creative assets.

50-200
images per session
10,000+
images per year
0
findable without a system
Every “Queue Prompt” drops an image into your output folder as ComfyUI_00001_.png. The filename tells you nothing. Within weeks you have thousands of images with no way to find, reproduce, or organize them. Your best work is buried alongside failed experiments, and recreating a past result means opening files one by one until you find the right workflow.
You can't find an image you made last week
You've accidentally overwritten good results
Converting to JPEG destroyed your workflow data
A model update changed your results and you can't go back
Your output folder has 5,000+ files with meaningless names
You can't remember which settings produced your best work
You shared a PNG on Discord and lost the embedded workflow
A hard drive failure wiped months of unreproducible work
What ComfyUI saves — and what it doesn't
Set up a structure in 5 minutes
Conventions that survive at scale
The 3-2-1 rule for creative assets
Finding work across 10,000+ images
When to upgrade to a DAM
Find any image in seconds
Search by prompt, model, seed, or visual similarity
Reproduce any result exactly
Every parameter preserved and accessible
Never lose workflow data
Proper backup strategy protects your creative work
Scale without drowning
Organization that works from 100 to 100,000 images
Solo Artists
Building a personal creative practice with ComfyUI and generating daily.
Freelancers
Delivering AI-generated assets to clients and need reproducibility.
Studio Teams
Collaborating on projects where multiple people generate and curate.
numonic.ai
AI-Native Asset Management
Free to share. Attribution appreciated.
Page 2 of 6
ComfyUI embeds your entire workflow as metadata inside each PNG file. This is remarkably powerful — you can drag any image back onto the canvas to reload the full graph. But the system has limits that can bite you when you least expect it.
PNG
Full workflow
JPEG
Nothing
WebP
Nothing
Resized PNG
Depends on tool
Full workflow JSON
Every node, connection, and value — your complete graph
Prompt text
Positive and negative prompts from CLIP Text Encode nodes
Seed values
For exact reproduction of the same output
Sampler settings
Steps, CFG, scheduler, denoise — all KSampler params
Node configurations
Every widget value across every node in the graph
Model references
Checkpoint and LoRA filenames (not the model files)
Model file contents
Only filenames stored — a renamed file breaks the link
Custom node code
Assumes you have matching nodes installed to re-run
External assets
ControlNet images, reference photos, IP-Adapter inputs
Model versions
CivitAI model updates change output silently
Your creative intent
No notes, ratings, tags, or project context
Image dimensions at generation
Only final output dims, not latent size
ComfyUI writes two PNG text chunks into every output: prompt (the API-format node graph) and workflow (the full UI graph with widget positions). Together they average 20-50 KB per image — negligible compared to the pixel data, but enough to fully reconstruct your workflow.
Drag-Back Test
Drag any PNG onto the ComfyUI canvas. If the workflow loads, metadata is intact.
Online Inspector
Use numonic.ai/tools/metadata-inspector to see every field stored in any image file.
ExifTool CLI
Run exiftool -json image.png to extract all PNG text chunks.
Format conversions destroy metadata
Converting PNG to JPEG or WebP strips all workflow data. Always keep your original PNGs as “digital negatives.”
Social media strips everything
Uploading to Discord, Twitter/X, or Instagram removes all metadata. Share copies, never originals.
Golden Rule: Treat original PNGs as digital negatives
Never rename, convert, or move your original ComfyUI PNGs. Make copies for editing, sharing, and delivery. The original file is your only reliable link back to the full workflow, prompt, and generation settings.
2
Page 3 of 6
Do this today — it takes 5 minutes and saves hours of searching later. Pick one pattern and stick with it.
Project-Based
Client work, campaigns
/outputs/client-name/hero-concepts/Date-Based
Daily practice, high volume
/outputs/2026/02-February/2026-02-18/Hybrid
RecommendedStudios, teams, long-running work
raw/ + projects/ + portfolio/Not sure which to pick? If you generate fewer than 50 images/day, start with Project-Based. If more, go Hybrid. You can always restructure later — the key is to start today.
raw/
Everything ComfyUI outputs, sorted by date. Your “digital negatives” — never delete or rename these. Point ComfyUI’s Save Image node here.
projects/
Copy (don’t move) keepers here, organized by project name. Add approved/ and drafts/ subfolders. Include a brief.md noting the creative intent.
portfolio/
Your best work, ready to share or deliver. Curated, not exhaustive. Review monthly.
Action: Set this up right now
1. mkdir -p ComfyUI-Output/{raw,projects,portfolio}
2. Open ComfyUI → Save Image node → set output to ComfyUI-Output/raw/
3. Move existing images: mv *.png raw/$(date +%Y-%m-%d)/
4. Copy your top 5 images to portfolio/ right now
Review weekly
Move keepers from raw/ to projects/. Delete obvious failures.
Archive monthly
Compress old raw/ date folders. Update portfolio/ with best work.
Never reorganize raw/
It is your archive of record. Curate copies, not originals.
Add README.md files
Document creative intent in project folders while context is fresh.
3
Page 4 of 6
Use descriptive prefixes in Save nodes
Filenames become searchable context when metadata is stripped
portrait_v2_%counter%Use YYYY-MM-DD date format
Sorts chronologically in every file manager and OS
2026-02-18/Include project or style keywords
Lets you find images without opening them
cyberpunk_city_%counter%Never use spaces in folder names
Prevents issues with scripts, cloud sync, and CLI tools
client-branding/Add version suffixes for iterations
Track progression without overwriting earlier versions
hero_v3_final_%counter%Use lowercase with hyphens or underscores
Consistent across Windows, macOS, and Linux systems
product_shoot_01/ComfyUI Save Node Tip
In the Save Image node, set the “filename_prefix” field to include your project name: portraits/studio_v2. ComfyUI appends a counter automatically, giving you portraits/studio_v2_00001.png.
3
copies of critical files
Local + external + cloud
2
different storage types
SSD + HDD or NAS
1
offsite copy
Cloud storage or remote
Syncthing
Free, real-time, peer-to-peer sync. No cloud needed.
Best for: raw/ folder
Backblaze B2
$0.006/GB/month cloud. Set and forget.
Best for: offsite copy
rsync / robocopy
Built into OS. Schedule nightly.
Best for: local backups
4
Page 5 of 6
What works at 100 images breaks at 10,000. Know when to upgrade your approach before the pain becomes unmanageable.
Under 500
Manual folders — browse visually, remember by location
Low500 – 2,000
Consistent naming + basic tags. OS search starts to help.
Medium2,000 – 10,000
Searchable metadata index. Manual browsing fails completely.
High10,000+
Dedicated DAM with AI search, auto-tagging, and workflows.
AutomatedPrompt text
"cyberpunk cityscape"
Model name
"dreamshaper_v8"
Seed value
"seed:42"
Date range
"generated last week"
Node type
"uses ControlNet"
Visual similarity
"images like this"
Task
Manual
With a DAM
Find an image by prompt
10-30 min (open files one by one)
2 seconds (keyword search)
Reproduce a result
5 min (drag back, check nodes)
Instant (one-click workflow)
Organize 200 new images
45-60 min (manual sorting)
Automatic (watch folder)
Find similar compositions
Impossible at scale
3 seconds (visual search)
Track which model made what
Spreadsheet or memory
Automatic extraction
Automated ingestion
New images tagged without manual work
Semantic search
Find by describing what you want in natural language
Workflow-aware indexing
Search by any ComfyUI parameter
Batch operations
Tag, move, or export hundreds at once
Tiered storage
Hot/warm/cold based on access patterns
Provenance tracking
Full history from prompt to delivery
Team permissions
Shared libraries with role-based access
Export compliance
Strip metadata before sharing externally
Pro tip: Start tagging early
Even if you only have 200 images, adding simple tags (style, project, rating) now saves massive effort later. Retroactive tagging at 5,000+ images is a multi-day project.
5
Page 6 of 6
Today (5 min)
This Week (30 min)
This Month (2 hours)
At 2,000+ images, you spend more time searching than creating. You need automated metadata extraction, searchable indexes, and workflow-aware tools that understand ComfyUI natively.
Numonic is an AI-native DAM purpose-built for ComfyUI users. Desktop Sync watches your output folder, automatically extracts every piece of metadata, and makes your entire library searchable by prompt, model, seed, or visual similarity — with zero manual work.
Auto-Ingest
Desktop Sync detects new images in seconds and uploads them automatically.
Full Metadata
Extracts workflow JSON, prompt, model, seed, sampler, steps, and more.
Search Everything
Find by any parameter, tag, visual similarity, or natural language.
Collections
Organize into curated collections and share with privacy controls.
Team Ready
Multi-user workspace with roles, permissions, and shared libraries.
AI Provenance
Full audit trail from prompt to published asset for compliance.
Moving instead of copying originals
Always copy to projects/ — raw/ stays untouched as your archive
Converting PNG to JPEG for storage savings
JPEG strips all workflow metadata. Keep PNGs, compress elsewhere
Waiting to organize until later
Start now with 3 folders. Retroactive organization at 5,000+ images is painful
Renaming original files
Renaming breaks ComfyUI workflow references and some metadata tools
Full Guide (25 min read)
The complete deep-dive covering advanced strategies, team workflows, developer integrations, and tool comparisons.
numonic.ai/guides/comfyui-asset-management
Free Metadata Inspector
Upload any AI-generated image to see exactly what metadata is stored inside. Works with ComfyUI, Midjourney, and Stable Diffusion.
numonic.ai/tools/metadata-inspector
Quick Recap: The 5 Rules
1
Never rename originals
2
Copy, don't move
3
Keep PNGs always
4
Back up 3-2-1
5
Tag early
From The Complete Guide to ComfyUI Asset Management
numonic.ai
AI-Native Asset Management