fresh install of comfy and Nvidia (cuda13) still get an error with Trellis2 nodes
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
### Custom Node Testing
- [x] I have tried disabling custom nodes and the issue persists (see [how to disable custom nodes](https://docs.comfy.org/troubleshooting/custom-node-issues#step-1%3A-test-with-all-custom-nodes-disabled) if you need help)
### Expected Behavior
no errors
### Actual Behavior
false INTERNAL ASSERT FAILED at "C:\\actions-runner\\_work\\pytorch\\pytorch\\pytorch\\aten\\src\\ATen\\native\\DispatchStub.cpp":276, please report a bug to PyTorch. DispatchStub: missing kernel for cuda
### Steps to Reproduce
[geometry_texture.json](https://github.com/user-attachments/files/24333022/geometry_texture.json)
### Debug Logs
```powershell
# ComfyUI Error Report
## Error Details
- **Node ID:** 51
- **Node Type:** Trellis2ImageToShape
- **Exception Type:** RuntimeError
- **Exception Message:** false INTERNAL ASSERT FAILED at "C:\\actions-runner\\_work\\pytorch\\pytorch\\pytorch\\aten\\src\\ATen\\native\\DispatchStub.cpp":276, please report a bug to PyTorch. DispatchStub: missing kernel for cuda
## Stack Trace
File "C:\Users\EIN PC2\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 516, in execute
output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\EIN PC2\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 330, in get_output_data
return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\EIN PC2\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 304, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "C:\Users\EIN PC2\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 292, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "C:\Users\EIN PC2\Documents\ComfyUI\custom_nodes\ComfyUI-TRELLIS2\nodes\nodes_inference.py", line 442, in generate
meshes, shape_slat, subs, res = pipe.run_shape(
^^^^^^^^^^^^^^^
File "C:\Users\EIN PC2\Documents\ComfyUI\.venv\Lib\site-packages\torch\utils\_contextlib.py", line 120, in decorate_context
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\EIN PC2\Documents\ComfyUI\custom_nodes\ComfyUI-TRELLIS2\trellis2\pipelines\trellis2_image_to_3d.py", line 559, in run_shape
shape_slat, res = self.sample_shape_slat_cascade(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\EIN PC2\Documents\ComfyUI\custom_nodes\ComfyUI-TRELLIS2\trellis2\pipelines\trellis2_image_to_3d.py", line 311, in sample_shape_slat_cascade
slat = self.shape_slat_sampler.sample(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\EIN PC2\Documents\ComfyUI\.venv\Lib\site-packages\torch\utils\_contextlib.py", line 120, in decorate_context
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\EIN PC2\Documents\ComfyUI\custom_nodes\ComfyUI-TRELLIS2\trellis2\pipelines\samplers\flow_euler.py", line 208, in sample
return super().sample(model, noise, cond, steps, rescale_t, verbose, neg_cond=neg_cond, guidance_strength=guidance_strength, guidance_interval=guidance_interval, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\EIN PC2\Documents\ComfyUI\.venv\Lib\site-packages\torch\utils\_contextlib.py", line 120, in decorate_context
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\EIN PC2\Documents\ComfyUI\custom_nodes\ComfyUI-TRELLIS2\trellis2\pipelines\samplers\flow_euler.py", line 121, in sample
out = self.sample_once(model, sample, t, t_prev, cond, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\EIN PC2\Documents\ComfyUI\.venv\Lib\site-packages\torch\utils\_contextlib.py", line 120, in decorate_context
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\EIN PC2\Documents\ComfyUI\custom_nodes\ComfyUI-TRELLIS2\trellis2\pipelines\samplers\flow_euler.py", line 79, in sample_once
pred_x_0, pred_eps, pred_v = self._get_model_prediction(model, x_t, t, cond, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\EIN PC2\Documents\ComfyUI\custom_nodes\ComfyUI-TRELLIS2\trellis2\pipelines\samplers\flow_euler.py", line 49, in _get_model_prediction
pred_v = self._inference_model(model, x_t, t, cond, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\EIN PC2\Documents\ComfyUI\custom_nodes\ComfyUI-TRELLIS2\trellis2\pipelines\samplers\guidance_interval_mixin.py", line 11, in _inference_model
return super()._inference_model(model, x_t, t, cond, guidance_strength=guidance_strength, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\EIN PC2\Documents\ComfyUI\custom_nodes\ComfyUI-TRELLIS2\trellis2\pipelines\samplers\classifier_free_guidance_mixin.py", line 23, in _inference_model
std_pos = x_0_pos.std(dim=list(range(1, x_0_pos.ndim)), keepdim=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\EIN PC2\Documents\ComfyUI\custom_nodes\ComfyUI-TRELLIS2\trellis2\modules\sparse\basic.py", line 301, in std
mean = self.mean(dim=dim, keepdim=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\EIN PC2\Documents\ComfyUI\custom_nodes\ComfyUI-TRELLIS2\trellis2\modules\sparse\basic.py", line 292, in mean
return self.reduce(op='mean', dim=dim, keepdim=keepdim)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\EIN PC2\Documents\ComfyUI\custom_nodes\ComfyUI-TRELLIS2\trellis2\modules\sparse\basic.py", line 288, in reduce
red = torch.segment_reduce(red, reduce=op, lengths=self.seqlen)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
## System Information
- **ComfyUI Version:** 0.5.0
- **Arguments:** C:\Users\EIN PC2\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py --user-directory C:\Users\EIN PC2\Documents\ComfyUI\user --input-directory C:\Users\EIN PC2\Documents\ComfyUI\input --output-directory C:\Users\EIN PC2\Documents\ComfyUI\output --front-end-root C:\Users\EIN PC2\AppData\Local\Programs\ComfyUI\resources\ComfyUI\web_custom_versions\desktop_app --base-directory C:\Users\EIN PC2\Documents\ComfyUI --extra-model-paths-config C:\Users\EIN PC2\AppData\Roaming\ComfyUI\extra_models_config.yaml --log-stdout --listen 127.0.0.1 --port 8000 --enable-manager
- **OS:** win32
- **Python Version:** 3.12.11 (main, Aug 18 2025, 19:17:54) [MSC v.1944 64 bit (AMD64)]
- **Embedded Python:** false
- **PyTorch Version:** 2.8.0+cu129
## Devices
- **Name:** cuda:0 NVIDIA GeForce RTX 3090 : cudaMallocAsync
- **Type:** cuda
- **VRAM Total:** 25769279488
- **VRAM Free:** 24431820800
- **Torch VRAM Total:** 0
- **Torch VRAM Free:** 0
## Logs
2025-12-24T12:08:24.756840 - Adding extra search path custom_nodes C:\Users\EIN PC2\Documents\ComfyUI\custom_nodes
2025-12-24T12:08:24.756840 - Adding extra search path download_model_base C:\Users\EIN PC2\Documents\ComfyUI\models
2025-12-24T12:08:24.756840 - Adding extra search path custom_nodes C:\Users\EIN PC2\AppData\Local\Programs\ComfyUI\resources\ComfyUI\custom_nodes
2025-12-24T12:08:24.756840 - Setting output directory to: C:\Users\EIN PC2\Documents\ComfyUI\output
2025-12-24T12:08:24.756840 - Setting input directory to: C:\Users\EIN PC2\Documents\ComfyUI\input
2025-12-24T12:08:24.756840 - Setting user directory to: C:\Users\EIN PC2\Documents\ComfyUI\user
2025-12-24T12:08:25.080565 - [START] Security scan2025-12-24T12:08:25.080565 -
2025-12-24T12:08:25.824583 - [DONE] Security scan2025-12-24T12:08:25.824583 -
2025-12-24T12:08:25.825582 - ** ComfyUI startup time:2025-12-24T12:08:25.825582 - 2025-12-24T12:08:25.825582 - 2025-12-24 12:08:25.8252025-12-24T12:08:25.825582 -
2025-12-24T12:08:25.825582 - ** Platform:2025-12-24T12:08:25.825582 - 2025-12-24T12:08:25.825582 - Windows2025-12-24T12:08:25.825582 -
2025-12-24T12:08:25.825582 - ** Python version:2025-12-24T12:08:25.825582 - 2025-12-24T12:08:25.825582 - 3.12.11 (main, Aug 18 2025, 19:17:54) [MSC v.1944 64 bit (AMD64)]2025-12-24T12:08:25.825582 -
2025-12-24T12:08:25.825582 - ** Python executable:2025-12-24T12:08:25.825582 - 2025-12-24T12:08:25.825582 - C:\Users\EIN PC2\Documents\ComfyUI\.venv\Scripts\python.exe2025-12-24T12:08:25.825582 -
2025-12-24T12:08:25.825582 - ** ComfyUI Path:2025-12-24T12:08:25.825582 - 2025-12-24T12:08:25.825582 - C:\Users\EIN PC2\AppData\Local\Programs\ComfyUI\resources\ComfyUI2025-12-24T12:08:25.825582 -
2025-12-24T12:08:25.825582 - ** ComfyUI Base Folder Path:2025-12-24T12:08:25.825582 - 2025-12-24T12:08:25.825582 - C:\Users\EIN PC2\AppData\Local\Programs\ComfyUI\resources\ComfyUI2025-12-24T12:08:25.825582 -
2025-12-24T12:08:25.827584 - ** User directory:2025-12-24T12:08:25.827584 - 2025-12-24T12:08:25.827584 - C:\Users\EIN PC2\Documents\ComfyUI\user2025-12-24T12:08:25.827584 -
2025-12-24T12:08:25.827584 - ** ComfyUI-Manager config path:2025-12-24T12:08:25.827584 - 2025-12-24T12:08:25.827584 - C:\Users\EIN PC2\Documents\ComfyUI\user\__manager\config.ini2025-12-24T12:08:25.827584 -
2025-12-24T12:08:25.827584 - ** Log path:2025-12-24T12:08:25.827584 - 2025-12-24T12:08:25.827584 - C:\Users\EIN PC2\Documents\ComfyUI\user\comfyui.log2025-12-24T12:08:25.827584 -
2025-12-24T12:08:26.544535 - [ComfyUI-Manager] Skipped fixing the 'comfyui-frontend-package' dependency because the ComfyUI is outdated.
2025-12-24T12:08:26.544535 - [PRE] ComfyUI-Manager
2025-12-24T12:08:26.545536 - [GeometryPack] Parsed GeomPackRemesh: 6 backends2025-12-24T12:08:26.545536 -
2025-12-24T12:08:26.546536 - [GeometryPack] Parsed GeomPackFillHoles: 2 backends2025-12-24T12:08:26.546536 -
2025-12-24T12:08:26.546536 - [GeometryPack] Generated backend_mappings.json2025-12-24T12:08:26.546536 -
2025-12-24T12:08:26.547538 - [GeometryPack] All assets already exist in C:\Users\EIN PC2\Documents\ComfyUI\input\3d2025-12-24T12:08:26.547538 -
2025-12-24T12:08:27.614813 - Checkpoint files will always be loaded safely.
2025-12-24T12:08:27.692741 - Total VRAM 24576 MB, total RAM 130665 MB
2025-12-24T12:08:27.692741 - pytorch version: 2.8.0+cu129
2025-12-24T12:08:27.692741 - Set vram state to: NORMAL_VRAM
2025-12-24T12:08:27.693741 - Device: cuda:0 NVIDIA GeForce RTX 3090 : cudaMallocAsync
2025-12-24T12:08:27.702744 - Using async weight offloading with 2 streams
2025-12-24T12:08:27.702744 - Enabled pinned memory 58799.0
2025-12-24T12:08:28.635162 - Using pytorch attention
2025-12-24T12:08:30.096069 - Python version: 3.12.11 (main, Aug 18 2025, 19:17:54) [MSC v.1944 64 bit (AMD64)]
2025-12-24T12:08:30.097069 - ComfyUI version: 0.5.0
2025-12-24T12:08:30.114069 - [Prompt Server] web root: C:\Users\EIN PC2\AppData\Local\Programs\ComfyUI\resources\ComfyUI\web_custom_versions\desktop_app
2025-12-24T12:08:30.114069 - [START] ComfyUI-Manager
2025-12-24T12:08:30.273596 - [ComfyUI-Manager] network_mode: public
2025-12-24T12:08:30.276596 - [ComfyUI-Manager] The matrix sharing feature has been disabled because the `matrix-nio` dependency is not installed.
To use this feature, please run the following command:
C:\Users\EIN PC2\Documents\ComfyUI\.venv\Scripts\python.exe -m pip install matrix-nio
2025-12-24T12:08:30.763934 - Total VRAM 24576 MB, total RAM 130665 MB
2025-12-24T12:08:30.763934 - pytorch version: 2.8.0+cu129
2025-12-24T12:08:30.763934 - Set vram state to: NORMAL_VRAM
2025-12-24T12:08:30.763934 - Device: cuda:0 NVIDIA GeForce RTX 3090 : cudaMallocAsync
2025-12-24T12:08:30.773935 - Using async weight offloading with 2 streams
2025-12-24T12:08:30.773935 - Enabled pinned memory 58799.0
2025-12-24T12:08:31.073671 - [GeomPack] CGAL Python package found - CGAL Isotropic Remesh node available2025-12-24T12:08:31.073671 -
2025-12-24T12:08:31.722538 - [GeomPack] Custom server routes registered2025-12-24T12:08:31.722538 -
2025-12-24T12:08:31.735542 - [ComfyUI-TRELLIS2] Initializing custom node...2025-12-24T12:08:31.735542 -
2025-12-24T12:08:31.807614 - [ComfyUI-TRELLIS2] [OK] Node classes imported successfully2025-12-24T12:08:31.807614 -
2025-12-24T12:08:31.807614 - [ComfyUI-TRELLIS2] [OK] Loaded successfully!2025-12-24T12:08:31.807614 -
2025-12-24T12:08:31.809614 - Traceback (most recent call last):
File "C:\Users\EIN PC2\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2149, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 995, in exec_module
File "", line 1132, in get_code
File "", line 1190, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\EIN PC2\\Documents\\ComfyUI\\custom_nodes\\trellis2_sm\\__init__.py'
2025-12-24T12:08:31.809614 - Cannot import C:\Users\EIN PC2\Documents\ComfyUI\custom_nodes\trellis2_sm module for custom nodes: [Errno 2] No such file or directory: 'C:\\Users\\EIN PC2\\Documents\\ComfyUI\\custom_nodes\\trellis2_sm\\__init__.py'
2025-12-24T12:08:31.809614 - Blocked by policy: C:\Users\EIN PC2\AppData\Local\Programs\ComfyUI\resources\ComfyUI\custom_nodes\ComfyUI-Manager
2025-12-24T12:08:31.810613 -
Import times for custom nodes:
2025-12-24T12:08:31.810613 - 0.0 seconds: C:\Users\EIN PC2\AppData\Local\Programs\ComfyUI\resources\ComfyUI\custom_nodes\websocket_image_save.py
2025-12-24T12:08:31.810613 - 0.0 seconds (IMPORT FAILED): C:\Users\EIN PC2\Documents\ComfyUI\custom_nodes\trellis2_sm
2025-12-24T12:08:31.810613 - 0.1 seconds: C:\Users\EIN PC2\Documents\ComfyUI\custom_nodes\ComfyUI-TRELLIS2
2025-12-24T12:08:31.810613 - 0.7 seconds: C:\Users\EIN PC2\Documents\ComfyUI\custom_nodes\comfyui-geometrypack
2025-12-24T12:08:31.810613 -
2025-12-24T12:08:32.167514 - Failed to initialize database. Please ensure you have installed the latest requirements. If the error persists, please report this as in future the database will be required: (sqlite3.OperationalError) unable to open database file
(Background on this error at: https://sqlalche.me/e/20/e3q8)
2025-12-24T12:08:32.208516 - Starting server
2025-12-24T12:08:32.208516 - To see the GUI go to: http://127.0.0.1:8000
2025-12-24T12:08:32.864373 - comfyui-frontend-package not found in requirements.txt
2025-12-24T12:08:33.327480 - FETCH ComfyRegistry Data: 5/115
2025-12-24T12:08:36.395530 - FETCH ComfyRegistry Data: 10/115
2025-12-24T12:08:39.489772 - FETCH ComfyRegistry Data: 15/115
2025-12-24T12:08:42.569775 - FETCH ComfyRegistry Data: 20/115
2025-12-24T12:08:43.607154 - got prompt
2025-12-24T12:08:43.742808 - Prepared TRELLIS.2 texture pipeline config (resolution=1024_cascade, models will load lazily)
2025-12-24T12:08:43.743808 - Loading DinoV3 feature extractor...
2025-12-24T12:08:44.217242 - [ComfyUI-TRELLIS2] Remapping facebook/dinov3-vitl16-pretrain-lvd1689m -> PIA-SPACE-LAB/dinov3-vitl-pretrain-lvd1689m2025-12-24T12:08:44.217242 -
2025-12-24T12:08:44.217242 - [ComfyUI-TRELLIS2] Loading DINOv3 model: PIA-SPACE-LAB/dinov3-vitl-pretrain-lvd1689m...2025-12-24T12:08:44.217242 -
2025-12-24T12:08:44.503779 - [ComfyUI-TRELLIS2] DINOv3 model loaded successfully2025-12-24T12:08:44.504778 -
2025-12-24T12:08:45.037667 - DinoV3 feature extractor loaded successfully
2025-12-24T12:08:45.090671 - [smart_crop_square] Object bbox: (47,78)-(996,964), size=949, margin=94, output=1137x1137
2025-12-24T12:08:45.091676 - Extracting DinoV3 conditioning...
2025-12-24T12:08:45.649180 - FETCH ComfyRegistry Data: 25/115
2025-12-24T12:08:45.654180 - DinoV3 conditioning extracted successfully
2025-12-24T12:08:45.849906 - Loading TRELLIS.2 shape pipeline (resolution=1024_cascade)
2025-12-24T12:08:45.921224 - [SPARSE] Conv backend: flex_gemm; Attention backend: flash_attn2025-12-24T12:08:45.921224 -
2025-12-24T12:08:45.975339 - [ComfyUI-TRELLIS2] Loading pipeline config from local cache...2025-12-24T12:08:45.975339 -
2025-12-24T12:08:45.976339 - [ComfyUI-TRELLIS2] Loading 5 models (skipping 3 not needed for this resolution)2025-12-24T12:08:45.976339 -
2025-12-24T12:08:45.976339 - [ComfyUI-TRELLIS2] Loading model [1/5]: sparse_structure_decoder...2025-12-24T12:08:45.976339 -
2025-12-24T12:08:45.976339 - [ComfyUI-TRELLIS2] Loading ckpts/ss_dec_conv3d_16l8_fp16 from local cache...2025-12-24T12:08:45.976339 -
2025-12-24T12:08:45.976339 - [ComfyUI-TRELLIS2] Building model: SparseStructureDecoder2025-12-24T12:08:45.976339 -
2025-12-24T12:08:45.984340 - C:\Users\EIN PC2\Documents\ComfyUI\custom_nodes\ComfyUI-TRELLIS2\trellis2\models\sparse_structure_vae.py:103: SyntaxWarning: invalid escape sequence '\m'
Encoder for Sparse Structure (\mathcal{E}_S in the paper Sec. 3.3).
2025-12-24T12:08:45.985338 - C:\Users\EIN PC2\Documents\ComfyUI\custom_nodes\ComfyUI-TRELLIS2\trellis2\models\sparse_structure_vae.py:212: SyntaxWarning: invalid escape sequence '\m'
Decoder for Sparse Structure (\mathcal{D}_S in the paper Sec. 3.3).
2025-12-24T12:08:46.290217 - [ComfyUI-TRELLIS2] Loading weights directly to cuda:0...2025-12-24T12:08:46.290217 -
2025-12-24T12:08:46.343217 - [ComfyUI-TRELLIS2] Loaded sparse_structure_decoder successfully2025-12-24T12:08:46.343217 -
2025-12-24T12:08:46.343217 - [ComfyUI-TRELLIS2] Loading model [2/5]: sparse_structure_flow_model...2025-12-24T12:08:46.343217 -
2025-12-24T12:08:46.344217 - [ComfyUI-TRELLIS2] Loading ckpts/ss_flow_img_dit_1_3B_64_bf16 from local cache...2025-12-24T12:08:46.344217 -
2025-12-24T12:08:46.344217 - [ComfyUI-TRELLIS2] Building model: SparseStructureFlowModel2025-12-24T12:08:46.344217 -
2025-12-24T12:08:46.386082 - [ATTENTION] Using backend: flash_attn2025-12-24T12:08:46.386082 -
2025-12-24T12:08:48.715614 - FETCH ComfyRegistry Data: 30/115
2025-12-24T12:08:51.828217 - FETCH ComfyRegistry Data: 35/115
2025-12-24T12:08:54.907899 - FETCH ComfyRegistry Data: 40/115
2025-12-24T12:08:56.071310 - [ComfyUI-TRELLIS2] Loading weights directly to cuda:0...2025-12-24T12:08:56.071310 -
2025-12-24T12:08:56.976729 - [ComfyUI-TRELLIS2] Loaded sparse_structure_flow_model successfully2025-12-24T12:08:56.976729 -
2025-12-24T12:08:56.976729 - [ComfyUI-TRELLIS2] Loading model [3/5]: shape_slat_decoder...2025-12-24T12:08:56.976729 -
2025-12-24T12:08:56.977730 - [ComfyUI-TRELLIS2] Loading ckpts/shape_dec_next_dc_f16c32_fp16 from local cache...2025-12-24T12:08:56.977730 -
2025-12-24T12:08:56.977730 - [ComfyUI-TRELLIS2] Building model: FlexiDualGridVaeDecoder2025-12-24T12:08:56.977730 -
2025-12-24T12:08:58.018257 - FETCH ComfyRegistry Data: 45/115
2025-12-24T12:08:59.170279 - [ComfyUI-TRELLIS2] Loading weights directly to cuda:0...2025-12-24T12:08:59.170279 -
2025-12-24T12:08:59.506761 - [ComfyUI-TRELLIS2] Loaded shape_slat_decoder successfully2025-12-24T12:08:59.506761 -
2025-12-24T12:08:59.506761 - [ComfyUI-TRELLIS2] Loading model [4/5]: shape_slat_flow_model_512...2025-12-24T12:08:59.506761 -
2025-12-24T12:08:59.506761 - [ComfyUI-TRELLIS2] Loading ckpts/slat_flow_img2shape_dit_1_3B_512_bf16 from local cache...2025-12-24T12:08:59.506761 -
2025-12-24T12:08:59.506761 - [ComfyUI-TRELLIS2] Building model: SLatFlowModel2025-12-24T12:08:59.506761 -
2025-12-24T12:09:01.089896 - FETCH ComfyRegistry Data: 50/115
2025-12-24T12:09:04.148918 - FETCH ComfyRegistry Data: 55/115
2025-12-24T12:09:07.211680 - FETCH ComfyRegistry Data: 60/115
2025-12-24T12:09:09.221653 - [ComfyUI-TRELLIS2] Loading weights directly to cuda:0...2025-12-24T12:09:09.221653 -
2025-12-24T12:09:10.117159 - [ComfyUI-TRELLIS2] Loaded shape_slat_flow_model_512 successfully2025-12-24T12:09:10.117159 -
2025-12-24T12:09:10.117159 - [ComfyUI-TRELLIS2] Loading model [5/5]: shape_slat_flow_model_1024...2025-12-24T12:09:10.117159 -
2025-12-24T12:09:10.118160 - [ComfyUI-TRELLIS2] Loading ckpts/slat_flow_img2shape_dit_1_3B_1024_bf16 from local cache...2025-12-24T12:09:10.118160 -
2025-12-24T12:09:10.118160 - [ComfyUI-TRELLIS2] Building model: SLatFlowModel2025-12-24T12:09:10.118160 -
2025-12-24T12:09:10.281155 - FETCH ComfyRegistry Data: 65/115
2025-12-24T12:09:13.348202 - FETCH ComfyRegistry Data: 70/115
2025-12-24T12:09:16.424050 - FETCH ComfyRegistry Data: 75/115
2025-12-24T12:09:19.505703 - FETCH ComfyRegistry Data: 80/115
2025-12-24T12:09:19.806229 - [ComfyUI-TRELLIS2] Loading weights directly to cuda:0...2025-12-24T12:09:19.806229 -
2025-12-24T12:09:20.680554 - [ComfyUI-TRELLIS2] Loaded shape_slat_flow_model_1024 successfully2025-12-24T12:09:20.680554 -
2025-12-24T12:09:20.683556 - [ComfyUI-TRELLIS2] All 5 models loaded!2025-12-24T12:09:20.683556 -
2025-12-24T12:09:20.684556 - TRELLIS.2 shape pipeline loaded successfully (resolution=1024_cascade, keep_model_loaded=False)
2025-12-24T12:09:20.684556 - Generating 3D shape (resolution=1024, seed=42)
2025-12-24T12:09:22.328105 -
Sampling sparse structure: 25%|██▌ | 3/12 [00:01<00:04, 1.86it/s]2025-12-24T12:09:22.623421 - FETCH ComfyRegistry Data: 85/115
2025-12-24T12:09:25.648440 -
Sampling sparse structure: 75%|███████▌ | 9/12 [00:04<00:01, 1.81it/s]2025-12-24T12:09:25.756437 - FETCH ComfyRegistry Data: 90/115
2025-12-24T12:09:26.740751 -
Sampling sparse structure: 100%|██████████| 12/12 [00:06<00:00, 2.46it/s]2025-12-24T12:09:26.740751 -
Sampling sparse structure: 100%|██████████| 12/12 [00:06<00:00, 1.98it/s]2025-12-24T12:09:26.741751 -
2025-12-24T12:09:27.215492 -
Sampling shape SLat (LR): 0%| | 0/12 [00:00
Contributor guide
Assessment
This issue has not been assessed yet.