ComfyUI Extension: ComfyUI-Hi3DGen
This extension integrates a/Hi3DGen into ComfyUI, allowing user to generate high-fidelity 3D geometry generation from Images.
Custom Nodes (0)
README
ComfyUI-Hi3DGen
<div align="center"> </div>This extension integrates Hi3DGen into ComfyUI, allowing user to generate high-fidelity 3D geometry generation from Images.
🔥 Feature Updates
- [2024-04-02] Support window installation
- [2024-03-31] Support single-view image to 3D goemetry generation
Installation
From Source (Linux)
- Clone or download this repository into your
ComfyUI/custom_nodes/
directory. - Install the required dependencies by running
pip install -r linux_requirements.txt
.
From Source (Window)
- Clone or download this repository into your
ComfyUI/custom_nodes/
directory. - Install the required dependencies by running
pip install -r win_requirements.txt
.
Notes
Workflows
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
.
Usage
Single-view Image to 3D
workflow/Hi3DGen_WF_single.json
Acknowledgement
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.