Current working directory: C:\Users\User\Desktop\gf
Script location: C:\Users\User\Desktop\gf\WinScripts-GUI\py\launcher.en.py
--- Starting texture generation setup ---
Compiling and installing DISO...
Requirement already satisfied: diso in c:\users\user\desktop\gf\python_standalone\lib\site-packages (0.1.4)
Requirement already satisfied: trimesh in c:\users\user\desktop\gf\python_standalone\lib\site-packages (from diso) (4.7.4)
Requirement already satisfied: numpy>=1.20 in c:\users\user\desktop\gf\python_standalone\lib\site-packages (from trimesh->diso) (2.2.6)
[notice] A new release of pip is available: 25.2 -> 25.3
[notice] To update, run: C:\Users\User\Desktop\gf\python_standalone\python.exe -m pip install --upgrade pip
Compiling and installing custom_rasterizer...
Processing c:\users\user\desktop\gf\hunyuan3d-2.1\hy3dpaint\custom_rasterizer
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: custom_rasterizer
DEPRECATION: Building 'custom_rasterizer' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the --use-pep517 option, (possibly combined with --no-build-isolation), or adding a pyproject.toml file to the source tree of 'custom_rasterizer'. Discussion can be found at pypa/pip#6334
Building wheel for custom_rasterizer (setup.py): started
Building wheel for custom_rasterizer (setup.py): finished with status 'done'
Created wheel for custom_rasterizer: filename=custom_rasterizer-0.1-cp312-cp312-win_amd64.whl size=132409 sha256=219aaac7c106d8911925125892bca03978315f88082f22c783af2dc8f2bebf35
Stored in directory: C:\Users\User\AppData\Local\Temp\pip-ephem-wheel-cache-25rao2nt\wheels\f2\d4\73\0cf72cea86fc785dbe5530975778a7bb6c54e64f4c36987e26
Successfully built custom_rasterizer
Installing collected packages: custom_rasterizer
Attempting uninstall: custom_rasterizer
Found existing installation: custom_rasterizer 0.1
Uninstalling custom_rasterizer-0.1:
Successfully uninstalled custom_rasterizer-0.1
Successfully installed custom_rasterizer-0.1
[notice] A new release of pip is available: 25.2 -> 25.3
[notice] To update, run: C:\Users\User\Desktop\gf\python_standalone\python.exe -m pip install --upgrade pip
Compiling and installing DifferentiableRenderer...
Processing c:\users\user\desktop\gf\hunyuan3d-2.1\hy3dpaint\differentiablerenderer
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: pybind11>=2.6.0 in c:\users\user\desktop\gf\python_standalone\lib\site-packages (from mesh_inpaint_processor==0.0.0) (3.0.1)
Building wheels for collected packages: mesh_inpaint_processor
DEPRECATION: Building 'mesh_inpaint_processor' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the --use-pep517 option, (possibly combined with --no-build-isolation), or adding a pyproject.toml file to the source tree of 'mesh_inpaint_processor'. Discussion can be found at pypa/pip#6334
Building wheel for mesh_inpaint_processor (setup.py): started
Building wheel for mesh_inpaint_processor (setup.py): finished with status 'done'
Created wheel for mesh_inpaint_processor: filename=mesh_inpaint_processor-0.0.0-cp312-cp312-win_amd64.whl size=80825 sha256=05802936135aa24f27f2be2c0a672d104da590519b8e5812044fbcaa3bffb40f
Stored in directory: C:\Users\User\AppData\Local\Temp\pip-ephem-wheel-cache-cy53od0d\wheels\bb\69\9f\a2ee65d19791c27727c1ca7101a0c11febcb41483ffa7f2f20
Successfully built mesh_inpaint_processor
Installing collected packages: mesh_inpaint_processor
Attempting uninstall: mesh_inpaint_processor
Found existing installation: mesh_inpaint_processor 0.0.0
Uninstalling mesh_inpaint_processor-0.0.0:
Successfully uninstalled mesh_inpaint_processor-0.0.0
Successfully installed mesh_inpaint_processor-0.0.0
[notice] A new release of pip is available: 25.2 -> 25.3
[notice] To update, run: C:\Users\User\Desktop\gf\python_standalone\python.exe -m pip install --upgrade pip
Copied file: mesh_inpaint_processor.cp312-win_amd64.pyd
--- Texture generation setup completed ---
Changing to directory: C:\Users\User\Desktop\gf\Hunyuan3D-2.1
Starting subprocess...
Executing command:
cd C:\Users\User\Desktop\gf\Hunyuan3D-2.1 && C:\Users\User\Desktop\gf\python_standalone\python.exe -s gradio_app.py --low_vram_mode --profile 2
Traceback (most recent call last):
File "C:\Users\User\Desktop\gf\Hunyuan3D-2.1\gradio_app.py", line 21, in
from mmgp import offload, profile_type
File "C:\Users\User\Desktop\gf\python_standalone\Lib\site-packages\mmgp\offload.py", line 76, in
from optimum.quanto import freeze, qfloat8, qint4 , qint8, quantize, QModuleMixin, QLinear, QTensor, quantize_module, register_qmodule
File "C:\Users\User\Desktop\gf\python_standalone\Lib\site-packages\optimum\quanto_init_.py", line 19, in
from .models import *
File "C:\Users\User\Desktop\gf\python_standalone\Lib\site-packages\optimum\quanto\models_init_.py", line 30, in
from .transformers_models import *
File "C:\Users\User\Desktop\gf\python_standalone\Lib\site-packages\optimum\quanto\models\transformers_models.py", line 33, in
from transformers import AutoConfig, AutoModelForCausalLM, PreTrainedModel
File "C:\Users\User\Desktop\gf\python_standalone\Lib\site-packages\transformers_init_.py", line 27, in
from . import dependency_versions_check
File "C:\Users\User\Desktop\gf\python_standalone\Lib\site-packages\transformers\dependency_versions_check.py", line 57, in
require_version_core(deps[pkg])
File "C:\Users\User\Desktop\gf\python_standalone\Lib\site-packages\transformers\utils\versions.py", line 117, in require_version_core
return require_version(requirement, hint)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\Desktop\gf\python_standalone\Lib\site-packages\transformers\utils\versions.py", line 111, in require_version
_compare_versions(op, got_ver, want_ver, requirement, pkg, hint)
File "C:\Users\User\Desktop\gf\python_standalone\Lib\site-packages\transformers\utils\versions.py", line 44, in _compare_versions
raise ImportError(
ImportError: huggingface-hub>=0.34.0,<1.0 is required for a normal functioning of this module, but found huggingface-hub==1.2.3.
Try: pip install transformers -U or pip install -e '.[dev]' if you're working with git main
--- Program execution ended (Exit code: 1) ---

Current working directory: C:\Users\User\Desktop\gf
Script location: C:\Users\User\Desktop\gf\WinScripts-GUI\py\launcher.en.py
--- Starting texture generation setup ---
Compiling and installing DISO...
Requirement already satisfied: diso in c:\users\user\desktop\gf\python_standalone\lib\site-packages (0.1.4)
Requirement already satisfied: trimesh in c:\users\user\desktop\gf\python_standalone\lib\site-packages (from diso) (4.7.4)
Requirement already satisfied: numpy>=1.20 in c:\users\user\desktop\gf\python_standalone\lib\site-packages (from trimesh->diso) (2.2.6)
[notice] A new release of pip is available: 25.2 -> 25.3
[notice] To update, run: C:\Users\User\Desktop\gf\python_standalone\python.exe -m pip install --upgrade pip
Compiling and installing custom_rasterizer...
Processing c:\users\user\desktop\gf\hunyuan3d-2.1\hy3dpaint\custom_rasterizer
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: custom_rasterizer
DEPRECATION: Building 'custom_rasterizer' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the
--use-pep517option, (possibly combined with--no-build-isolation), or adding apyproject.tomlfile to the source tree of 'custom_rasterizer'. Discussion can be found at pypa/pip#6334Building wheel for custom_rasterizer (setup.py): started
Building wheel for custom_rasterizer (setup.py): finished with status 'done'
Created wheel for custom_rasterizer: filename=custom_rasterizer-0.1-cp312-cp312-win_amd64.whl size=132409 sha256=219aaac7c106d8911925125892bca03978315f88082f22c783af2dc8f2bebf35
Stored in directory: C:\Users\User\AppData\Local\Temp\pip-ephem-wheel-cache-25rao2nt\wheels\f2\d4\73\0cf72cea86fc785dbe5530975778a7bb6c54e64f4c36987e26
Successfully built custom_rasterizer
Installing collected packages: custom_rasterizer
Attempting uninstall: custom_rasterizer
Found existing installation: custom_rasterizer 0.1
Uninstalling custom_rasterizer-0.1:
Successfully uninstalled custom_rasterizer-0.1
Successfully installed custom_rasterizer-0.1
[notice] A new release of pip is available: 25.2 -> 25.3
[notice] To update, run: C:\Users\User\Desktop\gf\python_standalone\python.exe -m pip install --upgrade pip
Compiling and installing DifferentiableRenderer...
Processing c:\users\user\desktop\gf\hunyuan3d-2.1\hy3dpaint\differentiablerenderer
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: pybind11>=2.6.0 in c:\users\user\desktop\gf\python_standalone\lib\site-packages (from mesh_inpaint_processor==0.0.0) (3.0.1)
Building wheels for collected packages: mesh_inpaint_processor
DEPRECATION: Building 'mesh_inpaint_processor' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the
--use-pep517option, (possibly combined with--no-build-isolation), or adding apyproject.tomlfile to the source tree of 'mesh_inpaint_processor'. Discussion can be found at pypa/pip#6334Building wheel for mesh_inpaint_processor (setup.py): started
Building wheel for mesh_inpaint_processor (setup.py): finished with status 'done'
Created wheel for mesh_inpaint_processor: filename=mesh_inpaint_processor-0.0.0-cp312-cp312-win_amd64.whl size=80825 sha256=05802936135aa24f27f2be2c0a672d104da590519b8e5812044fbcaa3bffb40f
Stored in directory: C:\Users\User\AppData\Local\Temp\pip-ephem-wheel-cache-cy53od0d\wheels\bb\69\9f\a2ee65d19791c27727c1ca7101a0c11febcb41483ffa7f2f20
Successfully built mesh_inpaint_processor
Installing collected packages: mesh_inpaint_processor
Attempting uninstall: mesh_inpaint_processor
Found existing installation: mesh_inpaint_processor 0.0.0
Uninstalling mesh_inpaint_processor-0.0.0:
Successfully uninstalled mesh_inpaint_processor-0.0.0
Successfully installed mesh_inpaint_processor-0.0.0
[notice] A new release of pip is available: 25.2 -> 25.3
[notice] To update, run: C:\Users\User\Desktop\gf\python_standalone\python.exe -m pip install --upgrade pip
Copied file: mesh_inpaint_processor.cp312-win_amd64.pyd
--- Texture generation setup completed ---
Changing to directory: C:\Users\User\Desktop\gf\Hunyuan3D-2.1
Starting subprocess...
Executing command:
cd C:\Users\User\Desktop\gf\Hunyuan3D-2.1 && C:\Users\User\Desktop\gf\python_standalone\python.exe -s gradio_app.py --low_vram_mode --profile 2
Traceback (most recent call last):
File "C:\Users\User\Desktop\gf\Hunyuan3D-2.1\gradio_app.py", line 21, in
from mmgp import offload, profile_type
File "C:\Users\User\Desktop\gf\python_standalone\Lib\site-packages\mmgp\offload.py", line 76, in
from optimum.quanto import freeze, qfloat8, qint4 , qint8, quantize, QModuleMixin, QLinear, QTensor, quantize_module, register_qmodule
File "C:\Users\User\Desktop\gf\python_standalone\Lib\site-packages\optimum\quanto_init_.py", line 19, in
from .models import *
File "C:\Users\User\Desktop\gf\python_standalone\Lib\site-packages\optimum\quanto\models_init_.py", line 30, in
from .transformers_models import *
File "C:\Users\User\Desktop\gf\python_standalone\Lib\site-packages\optimum\quanto\models\transformers_models.py", line 33, in
from transformers import AutoConfig, AutoModelForCausalLM, PreTrainedModel
File "C:\Users\User\Desktop\gf\python_standalone\Lib\site-packages\transformers_init_.py", line 27, in
from . import dependency_versions_check
File "C:\Users\User\Desktop\gf\python_standalone\Lib\site-packages\transformers\dependency_versions_check.py", line 57, in
require_version_core(deps[pkg])
File "C:\Users\User\Desktop\gf\python_standalone\Lib\site-packages\transformers\utils\versions.py", line 117, in require_version_core
return require_version(requirement, hint)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\Desktop\gf\python_standalone\Lib\site-packages\transformers\utils\versions.py", line 111, in require_version
_compare_versions(op, got_ver, want_ver, requirement, pkg, hint)
File "C:\Users\User\Desktop\gf\python_standalone\Lib\site-packages\transformers\utils\versions.py", line 44, in _compare_versions
raise ImportError(
ImportError: huggingface-hub>=0.34.0,<1.0 is required for a normal functioning of this module, but found huggingface-hub==1.2.3.
Try:
pip install transformers -Uorpip install -e '.[dev]'if you're working with git main--- Program execution ended (Exit code: 1) ---