Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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
```

---
Expand Down