mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-02 21:54:17 +01:00
modified: services/comfy/Dockerfile
This commit is contained in:
parent
f048579dd6
commit
8b666df8e3
|
|
@ -14,13 +14,13 @@ WORKDIR /stable-diffusion
|
|||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && \
|
||||
cd ${ROOT} && \
|
||||
git checkout master && \
|
||||
# git checkout master && \
|
||||
pip install -r requirements.txt
|
||||
|
||||
WORKDIR /stable-diffusion/custom_nodes
|
||||
RUN git clone https://github.com/Comfy-Org/ComfyUI-Manager.git && \
|
||||
cd ComfyUI-Manager && \
|
||||
git checkout master && \
|
||||
# git checkout master && \
|
||||
pip install -r requirements.txt
|
||||
|
||||
WORKDIR ${ROOT}
|
||||
|
|
|
|||
Loading…
Reference in a new issue