Skip to content

Commit c5ebcf2

Browse files
committed
Add diffusers deps to live AI requirements
1 parent 2442429 commit c5ebcf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runner/docker/Dockerfile.live-base-scope

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ ARG SCOPE_VERSION=main
3434
RUN git clone --depth 1 --branch ${SCOPE_VERSION} https://github.com/daydreamlive/scope.git /workspace/scope && \
3535
cd /workspace/scope && \
3636
conda run -n comfystream uv sync --frozen --active && \
37+
conda run -n comfystream pip install --no-cache-dir diffusers==0.35.0 transformers==4.56.0 && \
3738
cd frontend && \
3839
npm install && \
3940
npm run build && \

0 commit comments

Comments
 (0)