Extensions/Texture_Projection
ComfyUI Extension

Texture_Projection

Custom Nodes for ComfyUI to Projects Texture into your 3D models.

By Aero-Ex·Created 5 months ago·Updated 20 days ago· 30
Aero-Ex/Texture_Projection-Nodes
Nodes
On cloudLocal install
Stars30
Updated20 days ago
Readme

Note: This projection uses NVDiffrast for rasterization, baking, etc., which will be replaced by DRTK (MIT) in the future.This project also uses third-party components with non-commercial license: Tencent Hunyuan3D-2.1 rendering code. and texkit code from lumitex.

Troubleshooting

  • Missing / Incorrect Wheels: If you have an issue where the custom index is not able to get the correct wheel, you can download them directly from this GitHub release.
  • NumPy Compatibility Error: If you get the error A module that was compiled using NumPy 1.x cannot be run in NumPy 2.4.6 as it may crash, you can solve it by downgrading NumPy to a 1.x version. Run the following command:
    pip install "numpy<2"