Simple Gradio App, based on Hunyuan3D-2 model, to generate 3D models from images.
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).
Double-click on the batch file:
install.bat
In the command line, run the python script:
python ./Scripts/install.py
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:
Double-click on the batch file:
run_app.bat
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.
12 commits
Python
98.6%
Batchfile
1.4%
Simple Gradio App, based on Hunyuan3D-2 model, to generate 3D models from images.
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).
Double-click on the batch file:
install.bat
In the command line, run the python script:
python ./Scripts/install.py
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:
Double-click on the batch file:
run_app.bat
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.
12 commits
Python
98.6%
Batchfile
1.4%