We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我是用的rtx3080,win11系统,CUDA版本为12.8。 这是运行3-run.bat的结果:
J:\Hunyuan3D2_WinPortable\Hunyuan3D2_WinPortable>rem set HTTP_PROXY=http://localhost:1080 J:\Hunyuan3D2_WinPortable\Hunyuan3D2_WinPortable>rem set HTTPS_PROXY=http://localhost:1080 J:\Hunyuan3D2_WinPortable\Hunyuan3D2_WinPortable>set PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8\libnvvp;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\dotnet\;C:\Program Files\NVIDIA Corporation\NVIDIA app\NvDLISR;C:\Program Files\Git\cmd;C:\Program Files\NVIDIA Corporation\Nsight Compute 2025.1.0\;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;C:\Users\Administrator\AppData\Local\Programs\Ollama;J:\Hunyuan3D2_WinPortable\Hunyuan3D2_WinPortable\\python_standalone\Scripts J:\Hunyuan3D2_WinPortable\Hunyuan3D2_WinPortable>set PYTHONPYCACHEPREFIX=J:\Hunyuan3D2_WinPortable\Hunyuan3D2_WinPortable\\pycache J:\Hunyuan3D2_WinPortable\Hunyuan3D2_WinPortable>set HF_HUB_CACHE=J:\Hunyuan3D2_WinPortable\Hunyuan3D2_WinPortable\\HuggingFaceHub J:\Hunyuan3D2_WinPortable\Hunyuan3D2_WinPortable>set PIP_INDEX_URL=https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple J:\Hunyuan3D2_WinPortable\Hunyuan3D2_WinPortable>set HF_ENDPOINT=https://hf-mirror.com J:\Hunyuan3D2_WinPortable\Hunyuan3D2_WinPortable>cd Hunyuan3D-2 J:\Hunyuan3D2_WinPortable\Hunyuan3D2_WinPortable\Hunyuan3D-2>..\python_standalone\python.exe -s gradio_app.py A matching Triton is not available, some optimizations will not be enabled Traceback (most recent call last): File "J:\Hunyuan3D2_WinPortable\Hunyuan3D2_WinPortable\python_standalone\Lib\site-packages\xformers\__init__.py", line 57, in _is_triton_available import triton # noqa ^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'triton' Loading example img list ... Loading example txt list ... Fetching 45 files: 100%|███████████████████████████████████████████████████████████████████████| 45/45 [00:00<?, ?it/s] Loading pipeline components...: 100%|████████████████████████████████████████████████████| 6/6 [00:01<00:00, 5.33it/s] Loading pipeline components...: 100%|████████████████████████████████████████████████████| 6/6 [00:05<00:00, 1.09it/s] J:\Hunyuan3D2_WinPortable\Hunyuan3D2_WinPortable\Hunyuan3D-2>cd .. J:\Hunyuan3D2_WinPortable\Hunyuan3D2_WinPortable>pause Press any key to continue . . .
The text was updated successfully, but these errors were encountered:
天呐,又要 triton 了,不应该啊……
这个组件因为需要 CUDA Toolkit 和 MSVC,我之前一直没加。稍后我确认之后,会给 triton 加上
注:单纯生成网格的话, 本来是不需要 CUDA 和 MSVC 的,可以直接运行。生成材质的话会用到
Sorry, something went wrong.
好的👌🏻谢谢!
No branches or pull requests
我是用的rtx3080,win11系统,CUDA版本为12.8。
这是运行3-run.bat的结果:
The text was updated successfully, but these errors were encountered: