This extension integrates Hi3DGen into ComfyUI, allowing user to generate high-fidelity 3D geometry generation from Images.

ComfyUI/custom_nodes/ directory.pip install -r linux_requirements.txt.ComfyUI/custom_nodes/ directory.pip install -r win_requirements.txt.We provide the example workflows in workflows directory.
Note that our code depends on diffusers, and will automatically download the model weights from huggingface to the hf cache path at the first time. The model_name in the node corresponds to the model name in huggingface, such as yoso-normal-v1-8-1.
workflow/Hi3DGen_WF_single.jsonThis repository builds upon the excellent work in Trellis, ComfyUI-IF_Trellis and ComfyUI-StableXWrapper. Special thanks to their developers for the foundational work that made this project possible.
Python
100.0%
This extension integrates Hi3DGen into ComfyUI, allowing user to generate high-fidelity 3D geometry generation from Images.

ComfyUI/custom_nodes/ directory.pip install -r linux_requirements.txt.ComfyUI/custom_nodes/ directory.pip install -r win_requirements.txt.We provide the example workflows in workflows directory.
Note that our code depends on diffusers, and will automatically download the model weights from huggingface to the hf cache path at the first time. The model_name in the node corresponds to the model name in huggingface, such as yoso-normal-v1-8-1.
workflow/Hi3DGen_WF_single.jsonThis repository builds upon the excellent work in Trellis, ComfyUI-IF_Trellis and ComfyUI-StableXWrapper. Special thanks to their developers for the foundational work that made this project possible.
Python
100.0%