
Hey everyone,
I'm trying to get Hunyuan3D-2 running locally to generate some meshes for 3D printing. I'm running an RTX 3050 laptop (8GB VRAM), so I am using the Hunyuan3D-2-LowVRAM script through Pinokio.
The installation keeps crashing during the uv pip install -r requirements.txt stage. It completely chokes when trying to build diso=0.1.4 because it says torch isn't installed.
...
ModuleNotFoundError: No module named 'torch'
hint: This error likely indicates that `diso@0.1.4` depends on `torch`, but doesn't declare it as a build dependency.
Since Pinokio automates the environment setup, I'm not sure how to interrupt it to install PyTorch first.
Has anyone run into this specific diso build error in Pinokio? Is there a way to open the terminal for this specific Pinokio environment to manually run uv pip install torch before hitting the install script, or do I need to edit a .json install file somewhere?