GitPedia

Hunyuan3D 2 WinPortable

📦Portable package for running Hunyuan3D 2.0/2.1 on Windows. | 混元 3D 2.0/2.1 整合包

From YanWenKun·Updated June 13, 2026·View on GitHub·

**Hunyuan3D 2 WinPortable** is a 📦Portable package for running Hunyuan3D 2.0/2.1 on Windows. | 混元 3D 2.0/2.1 整合包 The project is written primarily in Batchfile, distributed under the GNU General Public License v3.0 license, first published in 2025. It has gained significant community traction with 1,251 stars and 115 forks on GitHub. Key topics include: 3d, 3d-aigc, 3d-generation, diffusion-models, hunyuan3d.

Latest release: v4-cu1292025/08/25 CUDA 12.9
August 25, 2025View Changelog →

[.text-center]
English | link:README.zh.adoc[中文说明]

Hunyuan3D 2.0/2.1 Windows Portable Pack

image::docs/hy3d2-mv.webp["Screenshot"]

[cols="3*", frame=none, grid=none]
|===
a|image::docs/hy3d2-turbo-tex.webp[]
a|image::docs/hy3d21-shape.webp[]
a|image::docs/hy3d21-tex.webp[]
|===

A dedicated package for running
https://github.com/Tencent-Hunyuan/Hunyuan3D-2[Hunyuan3D 2.0]
and
https://github.com/Tencent-Hunyuan/Hunyuan3D-2.1[Hunyuan3D 2.1]
Gradio Web App (official demo) on Windows.

Integrated
https://github.com/deepbeepmeep/mmgp[mmgp]
from
https://github.com/deepbeepmeep/Hunyuan3D-2GP[Hunyuan3D-2GP]
made by
https://github.com/deepbeepmeep[DeepBeepMeep],
allowing the models to run on consumer-grade GPUs.

Instructions - Preparation

1. Basic Requirements

** NVIDIA GPU with driver version ≥576.57 (i.e., after June 2025).
** ≥ 3 GB VRAM for geometry generation (with maximum optimization for 2.1 model)
** ≥ 6 GB VRAM for texture generation (with maximum optimization for 2.0 model)
** ≥ 24 GB System RAM (the less VRAM you have, the more RAM is needed for model offloading)

2. Download the Pack Based on Your GPU Architecture

[cols="1,1,1,1,1,1,1,1", options="header"]
|===
| GPU Architecture | Blackwell | Ada Lovelace | Ampere | Turing | Volta | Pascal | Maxwell

| Example GPU
| RTX 5090 | RTX 4090 | RTX 3090 | RTX 2080 | TITAN V | GTX 1080 | GTX 980

| CUDA 12.9
| ✔️ | ✔️ | ✔️ | ✔️ | ❌ | ❌ | ❌

| CUDA 12.6
| ❌ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️
|===

__ Note: This CUDA compatibility limitation comes from
https://github.com/pytorch/pytorch/releases/tag/v2.8.0[PyTorch]
and is not related to NVIDIA CUDA Toolkit. __

3. (Optional) Enable Developer Mode

image::docs/developer-mode-dialog.en.webp["Developer Mode"]

Search for "Developer settings" in the Start Menu, or go to Settings -> System -> For developers, and enable "Developer Mode".

This mode enables the file system's symbolic link (symlink) feature, which prevents the Hugging Face Hub from repeatedly downloading model files and causing the model storage directory to become excessively large.

4. (Optional) Install Tools for Texture Generation

If you do not install the following tools, the program can still generate mesh ("shape" or "white model"), but it will not be able to generate textures.

. Install
https://developer.nvidia.com/cuda-12-9-1-download-archive?target_os=Windows&target_arch=x86_64&target_version=11&target_type=exe_network[CUDA Toolkit 12.9.1]

** During installation, you only need to select
https://github.com/YanWenKun/Comfy3D-WinPortable/raw/refs/heads/main/docs/cuda-toolkit-install-selection.webp[Libraries and Compilers].

** Other versions (e.g.,
https://developer.nvidia.com/cuda-13-0-0-download-archive[13.0]
) should theoretically work fine, and there is no need to reinstall if you already have one.

. Install Visual Studio Build Tools 2022
(
https://visualstudio.microsoft.com/visual-cpp-build-tools/[Download page]
|
https://aka.ms/vs/17/release/vs_BuildTools.exe[Installer]
)

** In the installer, select the "Desktop development with C++" workload.

Instructions - Launcher

image::docs/launcher.en.png["Launcher"]

. It is recommended to run UPDATE.bat first.

. Double-click RUN.bat to run the launcher.

. If you check "Enable Texture Generation", the necessary dependencies for this feature will be automatically compiled and installed on the first launch, which may take longer.

. Model files will be downloaded on demand when the program starts.

. After the message running on http://0.0.0.0:8080 appears, open http://localhost:8080/ in your browser.

. You can force quit the program by closing the command line window.

Instructions - Program Selection

. Hunyuan3D 2.0: Corresponds to the Hunyuan3D-2 folder. Generated files are in its gradio_cache subdirectory.

. Hunyuan3D 2.0 Official Code: Corresponds to the Hunyuan3D-2-vanilla folder. Generated files are in its gradio_cache subdirectory.
** Does not use mmgp optimizations. It requires more VRAM but generates faster.
** Available model references:
** https://huggingface.co/tencent/Hunyuan3D-2/tree/main
** https://huggingface.co/tencent/Hunyuan3D-2mini/tree/main
** https://huggingface.co/tencent/Hunyuan3D-2mv/tree/main
** Third-party fine-tuned models should theoretically work but have not been tested.

. Hunyuan3D 2.1: Corresponds to the Hunyuan3D-2.1 folder. Generated files are in its save_dir subdirectory.

. API 2.0: Corresponds to the Hunyuan3D-2 folder, includes partial mmgp VRAM optimizations.

. API 2.1: Corresponds to the Hunyuan3D-2.1 folder, does not include mmgp VRAM optimizations.
** Available model references:
** https://huggingface.co/tencent/Hunyuan3D-2.1/tree/main

Usage Tips

. To view 3D files like glb and obj, you can use
https://github.com/cnr-isti-vclab/meshlab/releases[MeshLab].

. After checking "Use Turbo Model", you can still select Fast or Standard mode in the web UI to improve generation quality.

. The "Remove Background" feature uses rembg with its default settings, which might leave faint white edges. If your image already has a clean (alpha/transparent) background, there is no need to check this option.

. "Developer Mode" can be turned off at any time.

Advanced Information

. The "Text-to-3D" feature uses the
https://huggingface.co/Tencent-Hunyuan/HunyuanDiT-v1.1-Diffusers-Distilled[HunyuanDiT-v1.1-Diffusers-Distilled]
text-to-image model.

. For the specific meaning of each mmgp optimization level, please refer to the
https://github.com/deepbeepmeep/mmgp#usage[mmgp documentation]
.

. For process control and batch generation, consider using
https://www.comfy.org[ComfyUI]. Refer to its
https://docs.comfy.org/tutorials/3d/hunyuan3D-2[example workflow],
and be aware of its functional limitations.

. For more advanced usage, it is recommended to write Python scripts with the help of AI and run them using this portable pack. The entire generation process has many adjustable parameters, and scripts can offer a more streamlined and flexible approach.

. This pack does not include bpy (Headless Blender) because the packaging CI could not install it in its environment. Its main purpose in the code is to convert 3D file formats, but its absence has not affected the software's usability.

The following code repositories were bundled in this pack:

[cols="2"]
|===
|Official 2.0 Repository
|https://github.com/Tencent-Hunyuan/Hunyuan3D-2

|2.0 with mmgp integration
|https://github.com/YanWenKun/Hunyuan3D-2

|2.1 with mmgp integration and Windows adaptation
|https://github.com/YanWenKun/Hunyuan3D-2.1

|Scripts for legacy versions
|https://github.com/YanWenKun/Hunyuan3D-2-WinPortable-Scripts

|Scripts for the latest version
|https://github.com/YanWenKun/Hunyuan3D-2-WinPortable-Scripts-GUI
|===

Acknowledgements

More

Explore my other projects:

Contributors

Showing top 1 contributor by commit count.

View all contributors on GitHub →

This article is auto-generated from YanWenKun/Hunyuan3D-2-WinPortable via the GitHub API.Last fetched: 6/14/2026