Does ComfyUI-Manager work with the most recent builds of ComfyUI over at ComfyUI-Org #2846
Unanswered
everygamer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I cloned ComfyUI today ...
I installed with the following steps ...
mkdir ComfyUI
cd ComfyUI
git clone https://github.com/comfy-org/ComfyUI ComfyUI
python -m venv venv
source venv/bin/activate
cd ComfyUI
pip install --break-system-packages -r requirements.txt
pip install --break-system-packages -r manager_requirements.txt
then ran ...
python main.py --enable-manager
ComfyUI loaded, I could access the page, but I don't see any way to access the manager?
This is the documentation on the ComfyUI repos README for ComfyUI-Manager ...
I tried the other install steps on ComfyUI-Managers repo including the pip install . in the cloned repo, but that was blocked like it is not allowed to be used by ComfyUI.
So, does the manager only work with the older version of ComfyUI pre-migration to the Comfy-Org from anonymous? Is the documentation just all out of date at this point?
Beta Was this translation helpful? Give feedback.
All reactions