We Built ComfyUI Workflow Visualization Into Our AI Art Portfolio Platform
Hey dev community! 👋 I'm building PixelAI — a portfolio platform for AI artists. Today I shipped a feature I'm really excited about: ComfyUI workflow support with interactive graph visualization. ...

Source: DEV Community
Hey dev community! 👋 I'm building PixelAI — a portfolio platform for AI artists. Today I shipped a feature I'm really excited about: ComfyUI workflow support with interactive graph visualization. The Problem ComfyUI is arguably the most powerful tool for AI image/video generation. But sharing workflows is painful: Screenshot your node graph Paste prompts in Discord Upload .json files to random file hosts Explain your setup in comment threads The Solution Now on PixelAI, you can: Upload your .json workflow alongside your artwork Auto-extraction — checkpoint, sampler, seed, steps, CFG are pulled from the workflow automatically Interactive node graph — built with React Flow, viewers can zoom, pan, and explore your workflow One-click download — viewers download your exact .json and load it in ComfyUI Technical Implementation Parser: Supports both Workflow format (File → Save) and API format (File → Export API) Visualization: React Flow with lazy loading (dynamic import, zero bundle impact