#71 · Primary category: Image Generation

ComfyScript

comfy-script comfyui ipython jupyter jupyter-notebook stable-diffusion

A Python frontend and library for ComfyUI

Project last updated:07/18/26

GitHub Stars

702

Forks

47

Contributors

7

License

MIT

Why we included this project

ComfyUI's node editor is flexible, but it's not for everyone. ComfyScript lets you describe the same workflows as plain Python code. You can run scripts against a local or remote ComfyUI server, mix Python loops and function calls with nodes, and even call nodes as functions from other projects. A transpiler turns existing workflows into readable scripts, and scripts can generate large workflows that would be tedious to build by hand. If you prefer code over a graph GUI, or want to reuse ComfyUI nodes inside your own Python tooling, this is a practical way to do it.

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