From 5f1141506e30403d908d1ec9051ebc3e2993aa2e Mon Sep 17 00:00:00 2001 From: Krishna Gupta <161935799+KrishnaGupta0405@users.noreply.github.com> Date: Tue, 9 Sep 2025 13:55:44 +0530 Subject: [PATCH] Corrected typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49bb048..8dd487e 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Two critical C++ extensions need to be installed: the **custom rasterizer** and #### Custom Rasterizer -You will find precompiled wheels in `hy3dpain\custom_rasterizer\dist` folder +You will find precompiled wheels in `hy3dpaint\custom_rasterizer\dist` folder For standard Python: @@ -78,13 +78,13 @@ For standard Python: Example, if you are on Python 3.12: ```bash -pip install mesh_inpaint_processor-0.0.0-cp312-cp312-win_amd64.whl.whl +pip install mesh_inpaint_processor-0.0.0-cp312-cp312-win_amd64.whl ``` For ComfyUI Portable: ```bash -python_embeded\python.exe -m pip install ComfyUI\custom_nodes\ComfyUI-Hunyuan3d-2-1\hy3dpaint\DifferentiableRenderer\dist\mesh_inpaint_processor-0.0.0-cp312-cp312-win_amd64.whl.whl +python_embeded\python.exe -m pip install ComfyUI\custom_nodes\ComfyUI-Hunyuan3d-2-1\hy3dpaint\DifferentiableRenderer\dist\mesh_inpaint_processor-0.0.0-cp312-cp312-win_amd64.whl ``` ---