We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e3ec6d + b82e75e commit 0aaacbaCopy full SHA for 0aaacba
docker/Dockerfile
@@ -71,9 +71,6 @@ RUN cd /workspace/Hunyuan3D-2.1/hy3dpaint/custom_rasterizer && \
71
RUN cd /workspace/Hunyuan3D-2.1/hy3dpaint/DifferentiableRenderer && \
72
bash compile_mesh_painter.sh
73
74
-RUN cd /workspace/Hunyuan3D-2.1 && \
75
- wget https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth -P ckpt
76
-
77
# Create ckpt folder in hy3dpaint and download RealESRGAN model
78
RUN cd /workspace/Hunyuan3D-2.1/hy3dpaint && \
79
mkdir -p ckpt && \
0 commit comments