Iterate an image concept with text prompts
When to use: You have ComfyUI set up but want to iterate via chat instead of node graphs.
Prerequisites
- ComfyUI running on port 8188 — Follow ComfyUI install; ensure a checkpoint model is in models/checkpoints/
- MCP server started — python server.py (listens at http://127.0.0.1:9000/mcp)
Flow
-
Generate v1Generate an image: photoreal portrait, overcast light, 1024×1280.✓ Copied→ Job submitted; id returned; image appears when done
-
Regenerate with tweaksRegenerate from that seed — slightly warmer tones, keep composition.✓ Copied→ Same composition, warmer colors
-
View + publishView the latest image; publish it to the gallery as 'portrait-final.png'.✓ Copied→ Asset metadata + publish URL
Outcome: Fast iteration without clicking nodes.
Pitfalls
- Forgetting ComfyUI must be running before the MCP server starts — Start ComfyUI first, then the MCP server