A web-based viewer for ComfyUI workflows. This tool allows you to load and visualize ComfyUI workflow graphs, and enhance the display with information from Python custom node files. It doesn't offer custom node rendering, but it's a quick way to get the essence of a workflow without installing custom nodes.
- Upload files: Use the "Upload Workflow" and "Upload Nodes" buttons to load your files.
- Fetch from URL: Use the "Fetch Workflow" and "Fetch Nodes" buttons to load files from a URL. For example, the raw nodes.py GitHub file URL
- Paste content: Simply paste the content of a
.jsonworkflow file or a.pynode file into the browser window.