Comfy-Org / Comfy-Org/ComfyUI

Implement support for installing ComfyUI as a pip package

Open
#1,613 6 comments 7 reactions 0 assignees View on GitHub
User Support
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 7h
Merged PRs (30d)
158

Description

I'm interested in using some of ComfyUI's internal nodes programmatically, in the context of another python project.
For this purpose, it would be beneficial to have an option to install ComfyUI as a standard python package, e.g. `pip install comfyui`.

This could also be used to simplify the installation process for end users, i.e. instead of having to clone and repo and manually installing the requirements, one could do something like:
```
pip install comfyui
comfy run [args]
```

What do you think?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.