We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3418f1 commit c0b6969Copy full SHA for c0b6969
1 file changed
builder/stage2.sh
@@ -28,7 +28,11 @@ $gcs https://github.com/YanWenKun/Hunyuan3D-2-WinPortable-Scripts.git WinScripts
28
29
# Download Hunyuan3D-2
30
cd "$workdir"/Hunyuan3D2_WinPortable/
31
+$gcs https://github.com/Tencent-Hunyuan/Hunyuan3D-2.git Hunyuan3D-2-original
32
$gcs https://github.com/YanWenKun/Hunyuan3D-2.git
33
+$gcs https://github.com/YanWenKun/Hunyuan3D-2.1.git
34
+
35
+curl -sSL https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth -O Hunyuan3D-2.1/hy3dpaint/ckpt/RealESRGAN_x4plus.pth
36
37
# Copy & overwrite attachments
38
cp -rf "$workdir"/attachments/. \
0 commit comments