-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Hi guys! For a long time I’ve been using a TRELLIS build for Windows called StableProjectorz (hope I’m not mixing anything up). Today I bought an RTX 5060 Ti, updated the build, and now Gradio no longer starts. Here’s the traceback:
Traceback (most recent call last):
File "F:\Soft\AI\v40_py311_trellis_stableprojectorz\code\gradio_main.py", line 24, in
from trellis.pipelines import TrellisImageTo3DPipeline
File "F:\Soft\AI\v40_py311_trellis_stableprojectorz\code\trellis_init_.py", line 3, in
from . import pipelines
File "F:\Soft\AI\v40_py311_trellis_stableprojectorz\code\trellis\pipelines_init_.py", line 2, in
from .trellis_image_to_3d import TrellisImageTo3DPipeline
File "F:\Soft\AI\v40_py311_trellis_stableprojectorz\code\trellis\pipelines\trellis_image_to_3d.py", line 15, in
from ..representations import Gaussian, Strivec, MeshExtractResult
File "F:\Soft\AI\v40_py311_trellis_stableprojectorz\code\trellis\representations_init_.py", line 4, in
from .mesh import MeshExtractResult
File "F:\Soft\AI\v40_py311_trellis_stableprojectorz\code\trellis\representations\mesh_init_.py", line 1, in
from .cube2mesh import SparseFeatures2Mesh, MeshExtractResult
File "F:\Soft\AI\v40_py311_trellis_stableprojectorz\code\trellis\representations\mesh\cube2mesh.py", line 5, in
from .flexicubes.flexicubes import FlexiCubes
File "F:\Soft\AI\v40_py311_trellis_stableprojectorz\code\trellis\representations\mesh\flexicubes\flexicubes.py", line 11, in
from kaolin.utils.testing import check_tensor
File "F:\Soft\AI\v40_py311_trellis_stableprojectorz\code\venv\Lib\site-packages\kaolin_init_.py", line 1, in
from . import io
File "F:\Soft\AI\v40_py311_trellis_stableprojectorz\code\venv\Lib\site-packages\kaolin\io_init_.py", line 1, in
from . import dataset
File "F:\Soft\AI\v40_py311_trellis_stableprojectorz\code\venv\Lib\site-packages\kaolin\io\dataset.py", line 31, in
import kaolin.utils.testing as testing
File "F:\Soft\AI\v40_py311_trellis_stableprojectorz\code\venv\Lib\site-packages\kaolin\utils_init_.py", line 1, in
from . import testing
File "F:\Soft\AI\v40_py311_trellis_stableprojectorz\code\venv\Lib\site-packages\kaolin\utils\testing.py", line 24, in
import kaolin.ops.spc.uint8 as uint8_ops
File "F:\Soft\AI\v40_py311_trellis_stableprojectorz\code\venv\Lib\site-packages\kaolin\ops_init_.py", line 1, in
from . import batch
File "F:\Soft\AI\v40_py311_trellis_stableprojectorz\code\venv\Lib\site-packages\kaolin\ops\batch.py", line 17, in
from kaolin import _C
ImportError: DLL load failed while importing _C: Не найдена указанная процедура.
Something went wrong, consider removing code/trellis_init_done.txt and venv folder to re-initialize from scratch
Please help me (