ComfyUI Workflow Extractor
Pull the full ComfyUI workflow JSON out of an exported PNG, plus a flat summary of model, sampler, seed, prompts, and LoRAs. Drag a ComfyUI image below to extract everything locally.
Drop or paste images
PNG · JPEG · WebP · ⌘V to paste · Esc to clear
100% client-side
What gets extracted
- Editor workflow JSON (with node positions) — one-click download
- Executable prompt graph — model, samplers, prompts, LoRA chains
- Positive vs. negative prompts inferred from KSampler wiring
- Image dimensions from EmptyLatentImage / EmptySD3LatentImage
FAQ
Can I re-import the workflow into ComfyUI?
Yes. The downloaded JSON is the same one ComfyUI saves; drag it onto the ComfyUI canvas to load it.
Why are some fields missing for SDXL / Flux nodes?
Custom nodes use non-standard input names; we only resolve the most common ones (KSampler, CheckpointLoaderSimple, LoraLoader, etc.).