This commit is contained in:
Huiwenshi
2025-06-14 01:39:39 +08:00
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 4.4 MiB

View File

@@ -4,7 +4,7 @@ Hunyuan3D-Paint 2.1 is a high quality PBR texture generation model for 3D meshes
## 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
wget https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth -P ckpt
```