Merge pull request #49 from mattjamo/main

Update Dockerfile - remove redundant download
This commit is contained in:
HuiwenShi
2025-06-23 13:26:14 +08:00
committed by GitHub

View File

@@ -71,9 +71,6 @@ RUN cd /workspace/Hunyuan3D-2.1/hy3dpaint/custom_rasterizer && \
RUN cd /workspace/Hunyuan3D-2.1/hy3dpaint/DifferentiableRenderer && \
bash compile_mesh_painter.sh
RUN cd /workspace/Hunyuan3D-2.1 && \
wget https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth -P ckpt
# Create ckpt folder in hy3dpaint and download RealESRGAN model
RUN cd /workspace/Hunyuan3D-2.1/hy3dpaint && \
mkdir -p ckpt && \