Errors on Space.

#21
by PlumberPlum - opened

There is something wrong with the space, I get a runtime error when I attempt to generate no matter what I do.
Tried multiple files, multiple formats, default settings, advanced settings, even the examples on the side fail.
It initializes then throws a runtime error.
I'm a paid Pro member.
Can someone look into it and fix it?
TIA

Same here I am unable to use the model even tho I am pro member.

Same problem here, i'm getting error runtime no matter what i do.

@JefferyXiang

Same here.
This link: https://huggingface.co/spaces/prithivMLmods/TRELLIS.2-Text-to-3D (from the previous discussion) immediately results in a runtime error.

runtime error
Exit code: 1. Reason:
[notice] A new release of pip is available: 26.0.1 -> 26.1.1
[notice] To update, run: pip install --upgrade pip
[SPARSE] Conv backend: flex_gemm; Attention backend: flash_attn_3
Traceback (most recent call last):
File "/home/user/app/app.py", line 22, in
from trellis2.pipelines import Trellis2ImageTo3DPipeline
File "/home/user/app/trellis2/pipelines/init.py", line 17, in getattr
module = importlib.import_module(f".{module_name}", name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/importlib/init.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/app/trellis2/pipelines/trellis2_image_to_3d.py", line 10, in
from ..representations import Mesh, MeshWithVoxel
File "/home/user/app/trellis2/representations/init.py", line 18, in getattr
module = importlib.import_module(f".{module_name}", name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/importlib/init.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/app/trellis2/representations/mesh/init.py", line 1, in
from .base import Mesh, MeshWithVoxel, MeshWithPbrMaterial, TextureFilterMode, TextureWrapMode, AlphaMode, PbrMaterial, Texture
File "/home/user/app/trellis2/representations/mesh/base.py", line 4, in
import cumesh
ModuleNotFoundError: No module named 'cumesh'
Container logs:

Failed to retrieve error logs: SSE is not enabled

Sign up or log in to comment