First of all thanks a lot for this great Docker, works perfectly I'm trying at the moment to get this custom node installed: ComfyUI-3D-Pack However i get only error messages that torch would not be installed, see log extract below. the thing is im running the latest version of your Docker with USE_UV set to true, so my understanding was torch is automatically installed, which i also see at the startup of confyui. but still no luck with the installation of Comfy-3D-Pack any advice would be appreciated. the log shows this: ## ComfyUI-Manager: EXECUTE => ['/comfy/mnt/venv/bin/python3', '-m', 'uv',
'pip', 'install', 'git+https://github.com/SarahWeiii/diso.git']
[!] Using Python 3.12.3 environment at: /comfy/mnt/venv
[!] Updating https://github.com/SarahWeiii/diso.git (HEAD)
[!] Updated https://github.com/SarahWeiii/diso.git (9792ad928ccb09bdec938779651ee03e395758a6)
[!] error: The build backend returned an error
[!] Caused by: Call to `setuptools.build_meta:__legacy__.build_wheel` failed (exit status: 1)
[!]
[!] [stderr]
[!] Traceback (most recent call last):
[!] File "<string>", line 14, in <module>
[!] File "/comfy/mnt/uv_cache/builds-v0/.tmpAM6epx/lib/python3.12/site-packages/setuptools/build_meta.py", line 331, in get_requires_for_build_wheel
[!] return self._get_build_requires(config_settings, requirements=[])
[!] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[!] File "/comfy/mnt/uv_cache/builds-v0/.tmpAM6epx/lib/python3.12/site-packages/setuptools/build_meta.py", line 301, in _get_build_requires
[!] self.run_setup()
[!] File "/comfy/mnt/uv_cache/builds-v0/.tmpAM6epx/lib/python3.12/site-packages/setuptools/build_meta.py", line 512, in run_setup
[!] super().run_setup(setup_script=setup_script)
[!] File "/comfy/mnt/uv_cache/builds-v0/.tmpAM6epx/lib/python3.12/site-packages/setuptools/build_meta.py", line 317, in run_setup
[!] exec(code, locals())
[!] File "<string>", line 4, in <module>
[!] ModuleNotFoundError: No module named 'torch'
[!]
[!] hint: This error likely indicates that `git` depends on `torch`, but doesn't declare it as a build dependency. If `git` is a first-party package, consider adding `torch` to its `build-system.requires`. Otherwise, either add it to your `pyproject.toml` under:
[!]
[!] [tool.uv.extra-build-dependencies]
[!] git = ["torch"]
[!]
[!] or `uv pip install torch` into the environment and re-run with `--no-build-isolation`.
install script failed: ComfyUI-3D-Pack
Using Python 3.12.3 environment at: /comfy/mnt/venv
Install: install script
[ComfyUI-Manager] Installation failed:
Failed to execute install script:
[email protected]
[ComfyUI-Manager] Queued works are completed.
{'install': 1}
After restarting ComfyUI, please refresh the browser.