#356·TRELLIS

setup.sh vox2seq

Author: SGMorfordCreated Apr 25, 2026Updated Apr 25, 2026

line 238 of the setup.sh file: cp -r extensions/vox2seq /tmp/extensions/vox2seq

The example provided: Create a new conda environment named trellis and install the dependencies: . ./setup.sh --new-env --basic --xformers --flash-attn --diffoctreerast --spconv --mipgaussian --kaolin --nvdiffrast

Doesn't prompt any issues because the --vox2seq option is not being called by default...

extensions/vox2seq is not provided using: git clone --recurse-submodules https://github.com/microsoft/TRELLIS.git

Did acquire the extensions/vox2seq install needs using: hf download argojuni0506/TRELLIS-3D --repo-type dataset

Not noticed until you try to install the dependencies one by one, specifying one flag at a time...

Just a foot note...