How to Sell Your ComfyUI Workflows
How to Sell Your ComfyUI Workflows
If you use ComfyUI for image generation, you have a sellable asset that most creators don't monetize. Well-documented workflows have a real market.
ComfyUI is a node-based interface for Stable Diffusion that lets you build complex, reproducible image generation pipelines. A well-built workflow can consistently achieve results that would take others hours of iteration to get.
Why workflows sell
A workflow isn't just a JSON file. It's:
- Distilled knowledge about which nodes work together and why
- Time saved from weeks of testing and adjustments
- Reproducibility — the same result every time, with minimal tweaks
Someone who wants to generate art in a specific style but doesn't know how to combine ControlNet + IP-Adapter + samplers will pay for a workflow that already works.
What types of workflows sell well
By visual style:
- Photorealistic with studio lighting
- Pixel art from photographs
- Consistent anime with reference character
- Sci-fi or fantasy concept art
By use case:
- Upscaling with detail preservation
- High-quality selective inpainting
- Consistent sprite generation for video games
- Product variations for e-commerce
- Consistent avatars from reference photo
By technique:
- IP-Adapter + ControlNet for character consistency
- Multi-pass with iterative refinement
- Batch generation with controlled seeds
How to package a sellable workflow
The base file
Export your workflow as JSON from ComfyUI (menu → Save). Also include:
- A version with collapsed nodes for readability at a glance
- Screenshot of the full graph
Required models and custom nodes
This is the critical point. Document precisely:
- Base models (checkpoints) used and where to download them
- Required LoRAs and their sources
- Installed custom nodes (name + GitHub repository)
- Tested ComfyUI version
Without this documentation, the buyer can't replicate the results.
The example images
Include 5–10 images generated with the exact workflow, with the prompts used and the seeds. This is what sells the product — the results are the demonstration.
The README
Answer:
- What the workflow does
- Minimum hardware required (VRAM)
- Step-by-step installation
- How to adjust the main parameters
- What it doesn't do well
The product format
my-workflow-pack/
workflow.json ← exported workflow
workflow_screenshot.png ← graph screenshot
examples/ ← 5-10 example images
prompts.txt ← prompts and seeds used
README.md ← complete documentation
requirements.txt ← required models and nodes
Everything compressed into a ZIP.
Pricing
- Basic workflow (1 use case, well documented): $5–$12
- Pack of 3–5 themed workflows: $12–$29
- Advanced workflow with unique technique or hard-to-replicate result: $19–$39
The higher price is justified when the result is difficult to achieve by other means.
Where to publish it
On ClankerMarket as a "tool" or "template" type product. In the description, include the example images as product screenshots — it's the first thing a potential buyer looks at.