korut94/M_3DModelGenerator

Simple Gradio App, based on the model Hunyuan3D, to generate 3D models from images

0

stars

12

commits

Python

primary language

Sep 4, 2025

updated

README

M_3DModelGenerator

Simple Gradio App, based on Hunyuan3D-2 model, to generate 3D models from images.

Getting Started

Requirements

Before install the app, be sure to have Python 3 and to install CUDA Toolkit v12.9 with the environment variable CUDA_HOME properly pointing at the installation path (required by PyTorch).

Install

Windows

Double-click on the batch file:

install.bat

Linux

In the command line, run the python script:

python ./Scripts/install.py

Run the app

Once the installation process is terminated succesfully, the working directory will containt: Hunyuan3D-main directoy, python virtual environment directory vevn and the script run_app.bat. To run the application:

Windows

Double-click on the batch file:

run_app.bat

Linux

In the command line, activate the virtual environment in venv directory:

./venv/Scripts/activate

and run the python script

python ./app.py

The app's web-page will be opened on your default browser.

Contributors

korut94

12 commits

korut94/M_3DModelGenerator

Simple Gradio App, based on the model Hunyuan3D, to generate 3D models from images

0

stars

12

commits

Python

primary language

Sep 4, 2025

updated

README

M_3DModelGenerator

Simple Gradio App, based on Hunyuan3D-2 model, to generate 3D models from images.

Getting Started

Requirements

Before install the app, be sure to have Python 3 and to install CUDA Toolkit v12.9 with the environment variable CUDA_HOME properly pointing at the installation path (required by PyTorch).

Install

Windows

Double-click on the batch file:

install.bat

Linux

In the command line, run the python script:

python ./Scripts/install.py

Run the app

Once the installation process is terminated succesfully, the working directory will containt: Hunyuan3D-main directoy, python virtual environment directory vevn and the script run_app.bat. To run the application:

Windows

Double-click on the batch file:

run_app.bat

Linux

In the command line, activate the virtual environment in venv directory:

./venv/Scripts/activate

and run the python script

python ./app.py

The app's web-page will be opened on your default browser.

Contributors

korut94

12 commits

Languages

Python

98.6%

Batchfile

1.4%