You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just created this bundle for Windows users. It has its own Python environment pre-installed. While it is not 100% 'portable', I have done my best to minimize the hassle of installation.
Download page:
https://github.com/YanWenKun/Comfy3D-WinPortable/releases/tag/r8-hunyuan3d2
I just created this bundle for Windows users. It has its own Python environment pre-installed. While it is not 100% 'portable', I have done my best to minimize the hassle of installation.
How to install:
Install CUDA Toolkit 12.4.1. Only Libraries and Compilers are needed to install.
Install Visual Studio Build Tools 2022 ( Page | EXE ). During the setup, select "Desktop development with C++" workload.
Download Hunyuan3D2_WinPortable.7z.001 and Hunyuan3D2_WinPortable.7z.002. Open
Hunyuan3D2_WinPortable.7z.001
and extract it to a convenient place.Run the script
1-compile-install.bat
, wait until it finishes. Then run2-download-models.bat
. Then3-run.bat
.Open http://localhost:8080/
The output files are saved under
Hunyuan3D-2\gradio_cache
.(In Chinese)
下载页面:
https://github.com/YanWenKun/Comfy3D-WinPortable/releases/tag/r8-hunyuan3d2
这个整合包自带 Python 环境,预装好了 PyTorch 以及绝大部分 Python 依赖项,可以说是 95% 安装完成,但还需要用户完成最后的 5%,通过整合包附带脚本来编译安装少量组件。
安装步骤:
安装 CUDA Toolkit 12.4.1 ,安装时仅需要选择 Libraries 与 Compilers 。如已安装其他版本,可尝试跳过此步,也许能兼容。
安装 Visual Studio Build Tools 2022 ( 下载页面 | 安装程序 ),在安装界面选择“桌面C++开发”。如已安装 Visual Studio C++ 工作负载,不必重复安装。Build Tools 与普通 VS 基本相同,只是没有 GUI 界面。
下载 Hunyuan3D2_WinPortable.7z.001 和 Hunyuan3D2_WinPortable.7z.002. 打开
Hunyuan3D2_WinPortable.7z.001
并解压到一个方便的地方(最好目录不要太深)。把
中文脚本
目录下的文件复制到上一级目录(即Hunyuan3D2_WinPortable
)下。依次执行
1-编译安装依赖项.bat
、2-下载模型.bat
、3-run_cn.bat
,需要等前一个执行完毕后再执行下一个。启动完毕后,浏览器访问 http://localhost:8080/
生成的文件保存在
Hunyuan3D-2\gradio_cache
下The text was updated successfully, but these errors were encountered: