We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0b3a5 commit 0c60149Copy full SHA for 0c60149
services/comfy/Dockerfile
@@ -51,8 +51,8 @@ RUN --mount=type=cache,target="$USER_HOME"/.cache/pip \
51
git clone -b v0.3.57 --depth=1 https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && \
52
pip install -r ${ROOT}/requirements.txt
53
54
-RUN git clone -b 3.35 --depth=1 https://github.com/ltdrdata/ComfyUI-Manager ${ROOT}/custom_nodes/comfyui-manager && \
55
- pip install -r ${ROOT}/custom_nodes/comfyui-manager/requirements.txt
+RUN git clone -b 3.35 --depth=1 https://github.com/ltdrdata/ComfyUI-Manager ${ROOT}/built_in/comfyui-manager && \
+ pip install -r ${ROOT}/built_in/comfyui-manager/requirements.txt
56
57
RUN chown -R "$PUID:$PGID" "${ROOT}"
58
0 commit comments