File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,7 @@ RUN conda run -n comfystream pip install --no-cache-dir \
6666 ${TensorRT_ROOT}/python/tensorrt-10.12.0.36-cp312-none-linux_x86_64.whl
6767
6868# Clone ComfyUI
69- RUN git clone --branch v0.3.60 --depth 1 https://github.com/comfyanonymous/ComfyUI.git /workspace/ComfyUI
70- RUN git clone https://github.com/Comfy-Org/ComfyUI-Manager.git /workspace/ComfyUI/custom_nodes/ComfyUI-Manager
69+ RUN git clone --branch v0.3.56 --depth 1 https://github.com/comfyanonymous/ComfyUI.git /workspace/ComfyUI
7170
7271# Copy ComfyStream files into ComfyUI
7372COPY . /workspace/comfystream
@@ -84,7 +83,6 @@ RUN conda run -n comfystream --no-capture-output --cwd /workspace/comfystream --
8483
8584# Install ComfyUI requirements
8685RUN conda run -n comfystream --no-capture-output --cwd /workspace/ComfyUI pip install -r requirements.txt --root-user-action=ignore
87- RUN cd /workspace/ComfyUI/custom_nodes/ComfyUI-Manager && pip install -r requirements.txt
8886
8987# Install ComfyStream requirements
9088RUN ln -s /workspace/comfystream /workspace/ComfyUI/custom_nodes/comfystream
You can’t perform that action at this time.
0 commit comments