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