modified: services/comfy/Dockerfile

This commit is contained in:
Bauke Molenaar 2025-10-06 11:24:20 +02:00
parent f048579dd6
commit 8b666df8e3

View file

@ -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}