#404 · Primary category: AI Coding Assistants
ComfyUI-to-Python-Extension
A powerful tool that translates ComfyUI workflows into executable Python code.
Project last updated:05/10/26
GitHub Stars
2.4K
Forks
214
Contributors
13
License
MIT
Why we included this project
ComfyUI keeps all the fun in the visual editor, which is great until you want the same workflow outside the UI. This extension turns a node graph into plain Python you can actually run, either by exporting from the editor's Save As Script menu or by feeding an API-format workflow JSON to a small CLI. The generated script runs against the same ComfyUI environment you already have, so the models and settings you tuned in the editor carry over. That makes it a clean path from a hand-built experiment to something you can schedule, version in git, or hand to an application that needs generation on demand.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.