Skip to content

Latest commit

History

History
40 lines (28 loc) 路 2.06 KB

File metadata and controls

40 lines (28 loc) 路 2.06 KB

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.