You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ComfyUI discovers plugins from a `custom_nodes` directory, and so it
doesn't use the Python environment to locate plugins. However, we have
dependencies that must be installed into the Python environment for our
plugin to work.
It is implied in the docs that bundling a `requirements.txt` file is how
the ComfyUI CLI and Manager discovers and installs plugin dependencies.
In addition, a separate `requirements.txt` allows cleaner manual
installation (i.e. clone the repo under `ComfyUI/custom_nodes` then
`pip install -r requirements.txt`)
Signed-off-by: David Feltell <[email protected]>
0 commit comments