This commit is contained in:
Brian Gebel 2025-04-27 06:28:13 -07:00
parent c149e68efc
commit 7e5892f0cc

View file

@ -8,8 +8,7 @@ ENV ROOT=/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 reset --hard 276f8fce9f5a80b500947fb5745a4dde9e84622d && \ # pull latest
git checkout v0.3.30 && \
pip install -r requirements.txt
WORKDIR ${ROOT}