Skip to content

Commit

Permalink
[ADD] ComfyUI-Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
nehemiascr committed Jul 4, 2024
1 parent 802d0bc commit 91f163b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions services/comfy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ RUN --mount=type=cache,target=/root/.cache/pip \
git reset --hard 276f8fce9f5a80b500947fb5745a4dde9e84622d && \
pip install -r requirements.txt

RUN git clone https://github.com/ltdrdata/ComfyUI-Manager ${ROOT}/custom_nodes/ComfyUI-Manager && \
pip install -r ${ROOT}/custom_nodes/ComfyUI-Manager/requirements.txt

WORKDIR ${ROOT}
COPY . /docker/
RUN chmod u+x /docker/entrypoint.sh && cp /docker/extra_model_paths.yaml ${ROOT}
Expand Down

1 comment on commit 91f163b

@crobison
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This worked for me. Thanks!

Please sign in to comment.