Stable-X/ComfyUI-Hi3DGen

180

stars

17

commits

Python

primary language

Apr 4, 2025

updated

README

ComfyUI-Hi3DGen

Website Paper Online Demo Hugging Face Model

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

🔥 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.

Contributors

hugoycj

14 commits

Stable-X

3 commits

Stable-X/ComfyUI-Hi3DGen

180

stars

17

commits

Python

primary language

Apr 4, 2025

updated

README

ComfyUI-Hi3DGen

Website Paper Online Demo Hugging Face Model

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

🔥 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.

Contributors

hugoycj

14 commits

Stable-X

3 commits

Languages

Python

100.0%