mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-04 06:34:19 +01:00
comfy version up
This commit is contained in:
parent
6a34739135
commit
f9ccbce93f
|
|
@ -13,7 +13,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
||||||
git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && \
|
git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && \
|
||||||
cd ${ROOT} && \
|
cd ${ROOT} && \
|
||||||
git checkout master && \
|
git checkout master && \
|
||||||
git reset --hard 884ea653c8d6fe19b3724f45a04a0d74cd881f2f && \
|
git reset --hard 434ce25ec00719ec67372482af2f0e6e517d548a && \
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -24,7 +24,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
||||||
|
|
||||||
WORKDIR ${ROOT}
|
WORKDIR ${ROOT}
|
||||||
|
|
||||||
ARG BRANCH=master SHA=7e941f9f247f9b013a33c2e7d117466108414e99
|
ARG BRANCH=master SHA=434ce25ec00719ec67372482af2f0e6e517d548a
|
||||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||||
git fetch && \
|
git fetch && \
|
||||||
git checkout ${BRANCH} && \
|
git checkout ${BRANCH} && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue