Skip to content

fresh install of comfy and Nvidia (cuda13) still get an error with Trellis2 nodes #11498

@AnuAmun

Description

@AnuAmun

Custom Node Testing

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

Debug Logs

# 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 "<frozen importlib._bootstrap_external>", line 995, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1132, in get_code
  File "<frozen importlib._bootstrap_external>", 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<?, ?it/s]2025-12-24T12:09:27.774998 - 
Sampling shape SLat (LR):   0%|          | 0/12 [00:00<?, ?it/s]2025-12-24T12:09:27.774998 - 
2025-12-24T12:09:27.789998 - !!! Exception during processing !!! 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
2025-12-24T12:09:27.791998 - Traceback (most recent call last):
  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)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: 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

2025-12-24T12:09:27.792998 - Prompt executed in 44.18 seconds


## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.

{"id":"993ef16b-b850-4a37-8e99-cdfe9b8651d3","revision":0,"last_node_id":65,"last_link_id":121,"nodes":[{"id":29,"type":"LoadTrellis2DinoV3","pos":[-368.64410866013964,45.76235385898068],"size":[270,58],"flags":{},"order":0,"mode":0,"inputs":[{"localized_name":"low_vram","name":"low_vram","shape":7,"type":"BOOLEAN","widget":{"name":"low_vram"},"link":null}],"outputs":[{"localized_name":"dinov3","name":"dinov3","type":"TRELLIS2_DINOV3","links":[37]}],"properties":{"Node name for S&R":"LoadTrellis2DinoV3","cnr_id":"ComfyUI-TRELLIS2","aux_id":"PozzettiAndrea/ComfyUI-TRELLIS2","ver":"1873571a55232310f0464bed8ca17d3f1436e952"},"widgets_values":[false]},{"id":11,"type":"InvertMask","pos":[-193.65179494509184,522.0597912589249],"size":[140,26],"flags":{},"order":4,"mode":0,"inputs":[{"localized_name":"mask","name":"mask","type":"MASK","link":13}],"outputs":[{"localized_name":"MASK","name":"MASK","type":"MASK","links":[15,41]}],"properties":{"Node name for S&R":"InvertMask","cnr_id":"comfy-core","ver":"0.5.1"},"widgets_values":[]},{"id":10,"type":"MaskPreview","pos":[-200.29025594023426,600.077399388618],"size":[140,246],"flags":{},"order":5,"mode":0,"inputs":[{"localized_name":"mask","name":"mask","type":"MASK","link":15}],"outputs":[],"properties":{"Node name for S&R":"MaskPreview","cnr_id":"comfy-core","ver":"0.5.1"},"widgets_values":[]},{"id":32,"type":"LoadTrellis2ShapeModel","pos":[-47.05765642213647,34.10742859806472],"size":[295.2232421875,82],"flags":{},"order":1,"mode":0,"inputs":[{"localized_name":"resolution","name":"resolution","type":"COMBO","widget":{"name":"resolution"},"link":null},{"localized_name":"keep_model_loaded","name":"keep_model_loaded","shape":7,"type":"BOOLEAN","widget":{"name":"keep_model_loaded"},"link":null}],"outputs":[{"localized_name":"shape_pipeline","name":"shape_pipeline","type":"TRELLIS2_SHAPE_PIPELINE","links":[82]}],"properties":{"Node name for S&R":"LoadTrellis2ShapeModel","cnr_id":"ComfyUI-TRELLIS2","aux_id":"PozzettiAndrea/ComfyUI-TRELLIS2","ver":"1873571a55232310f0464bed8ca17d3f1436e952"},"widgets_values":["1024_cascade",false]},{"id":35,"type":"LoadTrellis2TextureModel","pos":[281.0329559087034,30.915710404376238],"size":[303.132421875,82],"flags":{},"order":2,"mode":0,"inputs":[{"localized_name":"resolution","name":"resolution","type":"COMBO","widget":{"name":"resolution"},"link":null},{"localized_name":"keep_model_loaded","name":"keep_model_loaded","shape":7,"type":"BOOLEAN","widget":{"name":"keep_model_loaded"},"link":null}],"outputs":[{"localized_name":"texture_pipeline","name":"texture_pipeline","type":"TRELLIS2_TEXTURE_PIPELINE","links":[118]}],"properties":{"Node name for S&R":"LoadTrellis2TextureModel","cnr_id":"ComfyUI-TRELLIS2","aux_id":"PozzettiAndrea/ComfyUI-TRELLIS2","ver":"1873571a55232310f0464bed8ca17d3f1436e952"},"widgets_values":["1024_cascade",false]},{"id":1,"type":"LoadImage","pos":[-370.05066743827155,173.18005738811723],"size":[315,314],"flags":{},"order":3,"mode":0,"inputs":[{"localized_name":"image","name":"image","type":"COMBO","widget":{"name":"image"},"link":null},{"localized_name":"choose file to upload","name":"upload","type":"IMAGEUPLOAD","widget":{"name":"upload"},"link":null}],"outputs":[{"localized_name":"IMAGE","name":"IMAGE","type":"IMAGE","slot_index":0,"links":[42]},{"localized_name":"MASK","name":"MASK","type":"MASK","links":[13]}],"properties":{"Node name for S&R":"LoadImage","cnr_id":"comfy-core","ver":"0.5.0"},"widgets_values":["cannon.webp","image"]},{"id":28,"type":"Trellis2GetConditioning","pos":[-39.78569778344544,169.5788842656948],"size":[282.31015625,122],"flags":{},"order":6,"mode":0,"inputs":[{"localized_name":"dinov3","name":"dinov3","type":"TRELLIS2_DINOV3","link":37},{"localized_name":"image","name":"image","type":"IMAGE","link":42},{"localized_name":"mask","name":"mask","type":"MASK","link":41},{"localized_name":"include_1024","name":"include_1024","shape":7,"type":"BOOLEAN","widget":{"name":"include_1024"},"link":null},{"localized_name":"background_color","name":"background_color","shape":7,"type":"COMBO","widget":{"name":"background_color"},"link":null}],"outputs":[{"localized_name":"conditioning","name":"conditioning","type":"TRELLIS2_CONDITIONING","links":[81,119]},{"localized_name":"preprocessed_image","name":"preprocessed_image","type":"IMAGE","links":null}],"properties":{"Node name for S&R":"Trellis2GetConditioning","cnr_id":"ComfyUI-TRELLIS2","aux_id":"PozzettiAndrea/ComfyUI-TRELLIS2","ver":"1873571a55232310f0464bed8ca17d3f1436e952"},"widgets_values":[true,"black"]},{"id":51,"type":"Trellis2ImageToShape","pos":[276.48115197381554,171.09165236781615],"size":[308.890625,242],"flags":{},"order":7,"mode":0,"inputs":[{"localized_name":"shape_pipeline","name":"shape_pipeline","type":"TRELLIS2_SHAPE_PIPELINE","link":82},{"localized_name":"conditioning","name":"conditioning","type":"TRELLIS2_CONDITIONING","link":81},{"localized_name":"seed","name":"seed","shape":7,"type":"INT","widget":{"name":"seed"},"link":null},{"localized_name":"resolution","name":"resolution","shape":7,"type":"COMBO","widget":{"name":"resolution"},"link":null},{"localized_name":"ss_guidance_strength","name":"ss_guidance_strength","shape":7,"type":"FLOAT","widget":{"name":"ss_guidance_strength"},"link":null},{"localized_name":"ss_sampling_steps","name":"ss_sampling_steps","shape":7,"type":"INT","widget":{"name":"ss_sampling_steps"},"link":null},{"localized_name":"shape_guidance_strength","name":"shape_guidance_strength","shape":7,"type":"FLOAT","widget":{"name":"shape_guidance_strength"},"link":null},{"localized_name":"shape_sampling_steps","name":"shape_sampling_steps","shape":7,"type":"INT","widget":{"name":"shape_sampling_steps"},"link":null}],"outputs":[{"localized_name":"shape_slat","name":"shape_slat","type":"TRELLIS2_SHAPE_SLAT","links":[116]},{"localized_name":"subs","name":"subs","type":"TRELLIS2_SUBS","links":[117]},{"localized_name":"mesh","name":"mesh","type":"TRIMESH","links":null}],"properties":{"Node name for S&R":"Trellis2ImageToShape","cnr_id":"ComfyUI-TRELLIS2","ver":"c7089ebab7c126ac3c0829f27f359d549de56bf6"},"widgets_values":[42,"fixed","1024",7.5,12,7.5,12]},{"id":65,"type":"Trellis2ShapeToTexturedMesh","pos":[602.4022843644974,133.73647880445495],"size":[332.7662109375,190],"flags":{},"order":8,"mode":0,"inputs":[{"localized_name":"texture_pipeline","name":"texture_pipeline","type":"TRELLIS2_TEXTURE_PIPELINE","link":118},{"localized_name":"conditioning","name":"conditioning","type":"TRELLIS2_CONDITIONING","link":119},{"localized_name":"shape_slat","name":"shape_slat","type":"TRELLIS2_SHAPE_SLAT","link":116},{"localized_name":"subs","name":"subs","type":"TRELLIS2_SUBS","link":117},{"localized_name":"seed","name":"seed","shape":7,"type":"INT","widget":{"name":"seed"},"link":null},{"localized_name":"tex_guidance_strength","name":"tex_guidance_strength","shape":7,"type":"FLOAT","widget":{"name":"tex_guidance_strength"},"link":null},{"localized_name":"tex_sampling_steps","name":"tex_sampling_steps","shape":7,"type":"INT","widget":{"name":"tex_sampling_steps"},"link":null}],"outputs":[{"localized_name":"trimesh","name":"trimesh","type":"TRIMESH","links":[120]},{"localized_name":"voxelgrid","name":"voxelgrid","type":"TRELLIS2_VOXELGRID","links":[121]},{"localized_name":"pbr_pointcloud","name":"pbr_pointcloud","type":"TRIMESH","links":null}],"properties":{"Node name for S&R":"Trellis2ShapeToTexturedMesh","cnr_id":"ComfyUI-TRELLIS2","ver":"c7089ebab7c126ac3c0829f27f359d549de56bf6"},"widgets_values":[43,"fixed",7.5,12]},{"id":62,"type":"Trellis2ExportGLB","pos":[641.6584162964847,398.6976390642245],"size":[270,150],"flags":{},"order":9,"mode":0,"inputs":[{"localized_name":"trimesh","name":"trimesh","type":"TRIMESH","link":120},{"localized_name":"voxelgrid","name":"voxelgrid","type":"TRELLIS2_VOXELGRID","link":121},{"localized_name":"decimation_target","name":"decimation_target","shape":7,"type":"INT","widget":{"name":"decimation_target"},"link":null},{"localized_name":"texture_size","name":"texture_size","shape":7,"type":"INT","widget":{"name":"texture_size"},"link":null},{"localized_name":"remesh","name":"remesh","shape":7,"type":"BOOLEAN","widget":{"name":"remesh"},"link":null},{"localized_name":"filename_prefix","name":"filename_prefix","shape":7,"type":"STRING","widget":{"name":"filename_prefix"},"link":null}],"outputs":[{"localized_name":"glb_path","name":"glb_path","type":"STRING","links":[115]}],"properties":{"Node name for S&R":"Trellis2ExportGLB","cnr_id":"ComfyUI-TRELLIS2","ver":"c7089ebab7c126ac3c0829f27f359d549de56bf6"},"widgets_values":[500000,2048,true,"trellis2"]},{"id":64,"type":"Preview3D","pos":[970.4467165150935,123.353798076811],"size":[400,550],"flags":{},"order":10,"mode":0,"inputs":[{"localized_name":"camera_info","name":"camera_info","shape":7,"type":"LOAD3D_CAMERA","link":null},{"localized_name":"bg_image","name":"bg_image","shape":7,"type":"IMAGE","link":null},{"localized_name":"model_file","name":"model_file","type":"STRING","widget":{"name":"model_file"},"link":115},{"localized_name":"image","name":"image","type":"PREVIEW_3D","widget":{"name":"image"},"link":null}],"outputs":[],"properties":{"Node name for S&R":"Preview3D","cnr_id":"comfy-core","ver":"0.5.1","Camera Config":{"cameraType":"perspective","fov":75,"state":{"position":{"x":2.1846399341229343,"y":2.1747167760392623,"z":2.941498331221942},"target":{"x":0,"y":1.4790715012084426,"z":0},"zoom":1,"cameraType":"perspective"}},"Last Time Model File":"/home/shadeform/trellis2/ComfyUI/output/trellis2_20251220_012625.glb","Resource Folder":"shadeform/trellis2/ComfyUI/output","Scene Config":{"showGrid":true,"backgroundColor":"#282828","backgroundImage":"","backgroundRenderMode":"tiled"},"Light Config":{"intensity":3}},"widgets_values":["/home/shadeform/trellis2/ComfyUI/output/trellis2_20251220_012625.glb",""]}],"links":[[13,1,1,11,0,"MASK"],[15,11,0,10,0,"MASK"],[37,29,0,28,0,"TRELLIS2_DINOV3"],[41,11,0,28,2,"MASK"],[42,1,0,28,1,"IMAGE"],[81,28,0,51,1,"TRELLIS2_CONDITIONING"],[82,32,0,51,0,"TRELLIS2_SHAPE_PIPELINE"],[115,62,0,64,2,"STRING"],[116,51,0,65,2,"TRELLIS2_SHAPE_SLAT"],[117,51,1,65,3,"TRELLIS2_SUBS"],[118,35,0,65,0,"TRELLIS2_TEXTURE_PIPELINE"],[119,28,0,65,1,"TRELLIS2_CONDITIONING"],[120,65,0,62,0,"TRIMESH"],[121,65,1,62,1,"TRELLIS2_VOXELGRID"]],"groups":[],"config":{},"extra":{"ds":{"scale":1.0508870989226657,"offset":[516.2492354990928,87.9359354440428]},"frontendVersion":"1.34.9","workflowRendererVersion":"LG"},"version":0.4}


## Additional Context
(Please add any additional context or steps to reproduce the error here)

Other

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Potential BugUser is reporting a bug. This should be tested.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions