We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220dc33 commit ecf956fCopy full SHA for ecf956f
services/comfy/Dockerfile
@@ -9,7 +9,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
9
git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && \
10
cd ${ROOT} && \
11
git checkout master && \
12
- git reset --hard 276f8fce9f5a80b500947fb5745a4dde9e84622d && \
+ git reset --hard 4202e956a0172178f5d4ce1971da8c07c93420a9 && \
13
pip install -r requirements.txt
14
15
WORKDIR ${ROOT}
0 commit comments