From 9a4fd9b6d4a41eada59507be760a0fec44e89358 Mon Sep 17 00:00:00 2001 From: ZebinHe <95003736+ZebinHe@users.noreply.github.com> Date: Sat, 14 Jun 2025 00:54:21 +0800 Subject: [PATCH] Update README.md --- hy3dpaint/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hy3dpaint/README.md b/hy3dpaint/README.md index 4b74f86..70d1bde 100644 --- a/hy3dpaint/README.md +++ b/hy3dpaint/README.md @@ -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 ```