1
0

Added HunyuanVideo folder to the python sources list

This commit is contained in:
2026-04-03 19:35:44 +02:00
parent 17ac033729
commit 9668088b27

View File

@@ -47,6 +47,8 @@ RUN uv pip install --index-strategy unsafe-best-match -r /app/HunyuanVideo-1.5/r
&& uv pip install --upgrade tencentcloud-sdk-python \
&& uv pip install sgl-kernel==0.3.18
ENV PYTHONPATH="/app/HunyuanVideo-1.5:$PYTHONPATH"
# Optional attention backends from Hunyuan docs.
# Build with: --build-arg INSTALL_OPTIONAL_ATTENTION=1
ARG INSTALL_OPTIONAL_ATTENTION=0