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