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
Originally posted by gl-prout April 24, 2024
I have successfully installed ComfyUI and have cloned ComfyUI Manager's repo in stable-diffusion-webui-docker/data/config/comfy/custom_nodes
But when I restart ComfyUI, ComfyUI Manager responds with the module git missing, which makes sense, because ComfyUI Manager's python requirements are not installed within the image
Those are the said requirements as listed on their repo
I do believe that I would need to modify either the entrypoint.sh or Dockerfile in stable-diffusion-webui-docker/services/comfy to add instructions to pip install those requirements, but I'm not sure where it would be the most appropriate, and the condition to see if ComfyUI Manager is there or not
We could just install in when building the comfy docker image
The text was updated successfully, but these errors were encountered:
nehemiascr
changed the title
How to install ComfyUI Manager properly?
install ComfyUI Manager when building the Comfy docker image
Jul 4, 2024
Discussed in #686
Has this issue been opened before?
Originally posted by gl-prout April 24, 2024
I have successfully installed ComfyUI and have cloned ComfyUI Manager's repo in
stable-diffusion-webui-docker/data/config/comfy/custom_nodes
But when I restart ComfyUI, ComfyUI Manager responds with the module
git
missing, which makes sense, because ComfyUI Manager's python requirements are not installed within the imageThose are the said requirements as listed on their repo
I do believe that I would need to modify either the
entrypoint.sh
orDockerfile
instable-diffusion-webui-docker/services/comfy
to add instructions to pip install those requirements, but I'm not sure where it would be the most appropriate, and the condition to see if ComfyUI Manager is there or notWe could just install in when building the comfy docker image
The text was updated successfully, but these errors were encountered: