Update README.md

This commit is contained in:
ZebinHe
2025-06-14 00:54:21 +08:00
committed by GitHub
parent db57a4467e
commit 9a4fd9b6d4

View File

@@ -4,7 +4,7 @@ Hunyuan3D-Paint 2.1 is a high quality PBR texture generation model for 3D meshes
## Quick Inference ## Quick Inference
You need to manually download the RealESRGAN weights to the ckpt folder using the following command: You need to manually download the RealESRGAN weight to the `ckpt` folder using the following command:
```bash ```bash
wget https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth -P ckpt wget https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth -P ckpt
``` ```