#404 · Primary category: AI Coding Assistants

ComfyUI-to-Python-Extension

ai-art comfyui generative-art image-generation pytorch stable-diffusion

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