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

- [2024-04-02] Support window installation
- [2024-03-31] Support single-view image to 3D goemetry generation
- Clone or download this repository into your
ComfyUI/custom_nodes/directory. - Install the required dependencies by running
pip install -r linux_requirements.txt.
- Clone or download this repository into your
ComfyUI/custom_nodes/directory. - Install the required dependencies by running
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.json
This 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.