Comfy-Org / Comfy-Org/ComfyUI

Minimax H3 Latent Upscaler Error

Open
#15,968 0 comments 0 reactions 0 assignees View on GitHub
User Support
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 7h
Merged PRs (30d)
158

Description

### Custom Node Testing

- [ ] 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)

### Your question

H3 can operate normally, but the Minimax H3 Latent Upscaler reports an error when turned on。I am using the dasiwa workflow。

### Logs

```powershell
# ComfyUI Error Report
## Error Details
- **Node ID:** 1512:2591
- **Node Type:** SamplerCustomAdvanced
- **Exception Type:** RuntimeError
- **Exception Message:** RuntimeError: shape mismatch: value tensor of shape [1032, 96] cannot be broadcast to indexing result of shape [4128, 96]

## Stack Trace

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\execution.py", line 545, 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 "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\execution.py", line 344, 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 "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\execution.py", line 318, in _async_map_node_over_list
await process_inputs(input_dict, i)

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\execution.py", line 306, in process_inputs
result = f(**inputs)

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy_api\internal\__init__.py", line 149, in wrapped_func
return method(locked_class, **inputs)

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy_api\latest\_io.py", line 1990, in EXECUTE_NORMALIZED
to_return = cls.execute(*args, **kwargs)

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy_extras\nodes_custom_sampler.py", line 1055, in execute
samples = guider.sample(noise.generate_noise(latent), latent_image, sampler, sigmas, denoise_mask=noise_mask, callback=callback, disable_pbar=disable_pbar, seed=noise.seed)

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\samplers.py", line 1335, in sample
output = executor.execute(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed, latent_shapes=latent_shapes)

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\patcher_extension.py", line 114, in execute
return self.wrappers[self.idx](self, *args, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\custom_nodes\comfyui-kjnodes\nodes\preview_override_node.py", line 685, in __call__
return executor(noise, latent_image, sampler, sigmas, denoise_mask, new_callback, disable_pbar, seed, latent_shapes=latent_shapes)

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\patcher_extension.py", line 106, in __call__
return new_executor.execute(*args, **kwargs)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\patcher_extension.py", line 113, in execute
return self.original(*args, **kwargs)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\samplers.py", line 1262, in outer_sample
output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed, latent_shapes=latent_shapes)

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\samplers.py", line 1237, in inner_sample
samples = executor.execute(self, sigmas, extra_args, callback, noise, latent_image, denoise_mask, disable_pbar)

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\patcher_extension.py", line 113, in execute
return self.original(*args, **kwargs)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\samplers.py", line 1005, in sample
samples = self.sampler_function(model_k, noise, sigmas, extra_args=extra_args, callback=k_callback, disable=disable_pbar, **self.extra_options)

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\python\Lib\site-packages\torch\utils\_contextlib.py", line 124, in decorate_context
return func(*args, **kwargs)

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\k_diffusion\sampling.py", line 205, in sample_euler
denoised = model(x, sigma_hat * s_in, **extra_args)

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\samplers.py", line 640, in __call__
out = self.inner_model(x, sigma, model_options=model_options, seed=seed)

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\samplers.py", line 1208, in __call__
return self.outer_predict_noise(*args, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\samplers.py", line 1215, in outer_predict_noise
).execute(x, timestep, model_options, seed)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\patcher_extension.py", line 113, in execute
return self.original(*args, **kwargs)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\samplers.py", line 1218, in predict_noise
return sampling_function(self.inner_model, x, timestep, self.conds.get("negative", None), self.conds.get("positive", None), self.cfg, model_options=model_options, seed=seed)

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\samplers.py", line 620, in sampling_function
out = calc_cond_batch(model, conds, x, timestep, model_options)

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\samplers.py", line 211, in calc_cond_batch
return _calc_cond_batch_outer(model, conds, x_in, timestep, model_options)

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\samplers.py", line 219, in _calc_cond_batch_outer
return executor.execute(model, conds, x_in, timestep, model_options)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\patcher_extension.py", line 113, in execute
return self.original(*args, **kwargs)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\samplers.py", line 335, in _calc_cond_batch
output = model.apply_model(input_x, timestep_, **c).chunk(batch_chunks)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\model_base.py", line 204, in apply_model
return comfy.patcher_extension.WrapperExecutor.new_class_executor(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...<2 lines>...
comfy.patcher_extension.get_all_wrappers(comfy.patcher_extension.WrappersMP.APPLY_MODEL, transformer_options)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
).execute(x, t, c_concat, c_crossattn, control, transformer_options, **kwargs)
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\patcher_extension.py", line 113, in execute
return self.original(*args, **kwargs)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\model_base.py", line 248, in _apply_model
model_output = self.diffusion_model(xc, t, context=context, control=control, transformer_options=transformer_options, **extra_conds)

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\python\Lib\site-packages\torch\nn\modules\module.py", line 1778, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\python\Lib\site-packages\torch\nn\modules\module.py", line 1789, in _call_impl
return forward_call(*args, **kwargs)

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\ldm\minimax\model.py", line 540, in forward
out = comfy.patcher_extension.WrapperExecutor.new_class_executor(
...<2 lines>...
comfy.patcher_extension.get_all_wrappers(comfy.patcher_extension.WrappersMP.DIFFUSION_MODEL, transformer_options)
).execute(x, timestep, context, transformer_options, minimax_payload=minimax_payload,
denoise_mask=denoise_mask, audio_denoise_mask=audio_denoise_mask, **kwargs)

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\patcher_extension.py", line 113, in execute
return self.original(*args, **kwargs)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^

File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\ldm\minimax\model.py", line 654, in _forward
all_video_rows[~img_update] = cond_video_rows
~~~~~~~~~~~~~~^^^^^^^^^^^^^

## System Information
- **ComfyUI Version:** 0.33.0
- **Arguments:** E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\main.py --auto-launch --preview-method auto --use-sage-attention --disable-cuda-malloc
- **OS:** win32
- **Python Version:** 3.13.11 (tags/v3.13.11:6278944, Dec 5 2025, 16:26:58) [MSC v.1944 64 bit (AMD64)]
- **Embedded Python:** false
- **PyTorch Version:** 2.13.0+cu130
## Devices

- **Name:** cuda:0 NVIDIA GeForce RTX 5080 : cudaMallocAsync
- **Type:** cuda
- **VRAM Total:** 17066033152
- **VRAM Free:** 15712911360
- **Torch VRAM Total:** 0
- **Torch VRAM Free:** 0

## Logs

2026-08-30T02:06:20.007874 -
2026-08-30T02:06:20.007886 - des_AlekPet2026-08-30T02:06:20.007897 -
2026-08-30T02:06:20.008360 -
2026-08-30T02:06:20.008386 - Cmd2026-08-30T02:06:20.008464 - (2026-08-30T02:06:20.008487 - 'git'2026-08-30T02:06:20.008502 - )2026-08-30T02:06:20.008513 - failed due to: exit 2026-08-30T02:06:20.008525 - code2026-08-30T02:06:20.008593 - (2026-08-30T02:06:20.008623 - 1282026-08-30T02:06:20.008641 - )2026-08-30T02:06:20.008657 -
2026-08-30T02:06:20.008671 - cmdline: git fetch -v -- origin2026-08-30T02:06:20.008684 -
2026-08-30T02:06:20.008696 - stderr: 2026-08-30T02:06:20.008713 - 'fatal: unable to access 2026-08-30T02:06:20.008728 -
2026-08-30T02:06:20.008743 - '2026-08-30T02:06:20.008759 - https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet/2026-08-30T02:06:20.008776 - ': Failed to connect 2026-08-30T02:06:20.008791 -
2026-08-30T02:06:20.008806 - to github.com port 443 after 21033 ms: Couldn'2026-08-30T02:06:20.008820 - t connect to server'2026-08-30T02:06:20.008831 -
2026-08-30T02:06:20.008842 - CUSTOM NODE CHECK: Error2026-08-30T02:06:20.008854 -
2026-08-30T02:06:20.008866 -
2026-08-30T02:06:20.009034 - 
Fetching: E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite2026-08-30T02:06:20.009046 - 2026-08-30T02:06:40.060188 - 2026-08-30T02:06:40.060230 - [2026-08-30T02:06:40.060250 - 2KFetch error: 2026-08-30T02:06:40.060265 -
2026-08-30T02:06:40.060279 - E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2026-08-30T02:06:40.060300 - 22026-08-30T02:06:40.060316 - \ComfyUI\custom_nodes\comfyui_controlne2026-08-30T02:06:40.060329 -
2026-08-30T02:06:40.060341 - t_aux2026-08-30T02:06:40.060354 -
2026-08-30T02:06:40.060770 -
2026-08-30T02:06:40.060794 - Cmd2026-08-30T02:06:40.060814 - (2026-08-30T02:06:40.060832 - 'git'2026-08-30T02:06:40.060850 - )2026-08-30T02:06:40.060864 - failed due to: exit 2026-08-30T02:06:40.060881 - code2026-08-30T02:06:40.060897 - (2026-08-30T02:06:40.060914 - 1282026-08-30T02:06:40.060930 - )2026-08-30T02:06:40.060944 -
2026-08-30T02:06:40.060956 - cmdline: git fetch -v -- origin2026-08-30T02:06:40.060968 -
2026-08-30T02:06:40.060980 - stderr: 'error: RPC failed; curl 2026-08-30T02:06:40.060995 - 282026-08-30T02:06:40.061009 - Recv failure: Connection was reset2026-08-30T02:06:40.061020 -
2026-08-30T02:06:40.061031 - fatal: expected flush after ref listing'2026-08-30T02:06:40.061042 -
2026-08-30T02:06:40.061054 - CUSTOM NODE CHECK: Error2026-08-30T02:06:40.061066 -
2026-08-30T02:06:40.061077 -
2026-08-30T02:06:40.061245 - 
Fetching: E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper2026-08-30T02:06:40.061258 - 2026-08-30T02:06:40.125040 - 2026-08-30T02:06:40.125072 - [2026-08-30T02:06:40.125086 - 2KFetch error: 2026-08-30T02:06:40.125096 -
2026-08-30T02:06:40.125105 - E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2026-08-30T02:06:40.125121 - 22026-08-30T02:06:40.125132 - \ComfyUI\custom_nodes\ComfyUI-GGUF2026-08-30T02:06:40.125141 -
2026-08-30T02:06:40.125502 -
2026-08-30T02:06:40.125521 - Cmd2026-08-30T02:06:40.125535 - (2026-08-30T02:06:40.125549 - 'git'2026-08-30T02:06:40.125560 - )2026-08-30T02:06:40.125570 - failed due to: exit 2026-08-30T02:06:40.125581 - code2026-08-30T02:06:40.125592 - (2026-08-30T02:06:40.125603 - 1282026-08-30T02:06:40.125614 - )2026-08-30T02:06:40.125623 -
2026-08-30T02:06:40.125632 - cmdline: git fetch -v -- origin2026-08-30T02:06:40.125641 -
2026-08-30T02:06:40.125648 - stderr: 'error: RPC failed; curl 2026-08-30T02:06:40.125659 - 282026-08-30T02:06:40.125668 - Recv failure: Connection was reset2026-08-30T02:06:40.125677 -
2026-08-30T02:06:40.125686 - fatal: expected flush after ref listing'2026-08-30T02:06:40.125693 -
2026-08-30T02:06:40.125701 - CUSTOM NODE CHECK: Error2026-08-30T02:06:40.125710 -
2026-08-30T02:06:40.125719 -
2026-08-30T02:06:40.125846 - 
Fetching: E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\custom_nodes\ComfyUI-RMBG2026-08-30T02:06:40.125856 - 2026-08-30T02:06:42.002906 - 2026-08-30T02:06:42.002983 - [2026-08-30T02:06:42.003019 - 2KFetch error: 2026-08-30T02:06:42.003039 -
2026-08-30T02:06:42.003054 - E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2026-08-30T02:06:42.003077 - 22026-08-30T02:06:42.003093 - \ComfyUI\custom_nodes\ComfyUI-VideoHelp2026-08-30T02:06:42.003105 -
2026-08-30T02:06:42.003117 - erSuite2026-08-30T02:06:42.003129 -
2026-08-30T02:06:42.004025 -
2026-08-30T02:06:42.004061 - Cmd2026-08-30T02:06:42.004081 - (2026-08-30T02:06:42.004102 - 'git'2026-08-30T02:06:42.004120 - )2026-08-30T02:06:42.004135 - failed due to: exit 2026-08-30T02:06:42.004152 - code2026-08-30T02:06:42.004170 - (2026-08-30T02:06:42.004187 - 1282026-08-30T02:06:42.004204 - )2026-08-30T02:06:42.004220 -
2026-08-30T02:06:42.004234 - cmdline: git fetch -v -- origin2026-08-30T02:06:42.004248 -
2026-08-30T02:06:42.004261 - stderr: 2026-08-30T02:06:42.004278 - 'fatal: unable to access 2026-08-30T02:06:42.004294 -
2026-08-30T02:06:42.004308 - '2026-08-30T02:06:42.004326 - https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite/2026-08-30T02:06:42.004343 - ': Failed to connect 2026-08-30T02:06:42.004357 -
2026-08-30T02:06:42.004374 - to github.com port 443 after 21058 ms: Couldn'2026-08-30T02:06:42.004389 - t connect to server'2026-08-30T02:06:42.004400 -
2026-08-30T02:06:42.004412 - CUSTOM NODE CHECK: Error2026-08-30T02:06:42.004424 -
2026-08-30T02:06:42.004437 -
2026-08-30T02:06:42.004610 - 
Fetching: E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\custom_nodes\ComfyUI-LTXVideo2026-08-30T02:06:42.004624 - 2026-08-30T02:06:54.263291 - 2026-08-30T02:06:54.263332 - [2026-08-30T02:06:54.263350 - 2KFetch error: 2026-08-30T02:06:54.263363 -
2026-08-30T02:06:54.263375 - E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2026-08-30T02:06:54.263393 - 22026-08-30T02:06:54.263407 - \ComfyUI\custom_nodes\ComfyUI_IPAdapter2026-08-30T02:06:54.263419 -
2026-08-30T02:06:54.263430 - _plus2026-08-30T02:06:54.263442 -
2026-08-30T02:06:54.264103 -
2026-08-30T02:06:54.264130 - Cmd2026-08-30T02:06:54.264149 - (2026-08-30T02:06:54.264169 - 'git'2026-08-30T02:06:54.264186 - )2026-08-30T02:06:54.264200 - failed due to: exit 2026-08-30T02:06:54.264216 - code2026-08-30T02:06:54.264233 - (2026-08-30T02:06:54.264249 - 1282026-08-30T02:06:54.264265 - )2026-08-30T02:06:54.264278 -
2026-08-30T02:06:54.264290 - cmdline: git fetch -v -- origin2026-08-30T02:06:54.264300 -
2026-08-30T02:06:54.264311 - stderr: 2026-08-30T02:06:54.264324 - 'fatal: unable to access 2026-08-30T02:06:54.264338 -
2026-08-30T02:06:54.264352 - '2026-08-30T02:06:54.264369 - https://github.com/cubiq/ComfyUI_IPAdapter_plus/2026-08-30T02:06:54.264386 - ': Recv failure: Connection 2026-08-30T02:06:54.264402 -
2026-08-30T02:06:54.264417 - was reset'2026-08-30T02:06:54.264430 -
2026-08-30T02:06:54.264441 - CUSTOM NODE CHECK: Error2026-08-30T02:06:54.264452 -
2026-08-30T02:06:54.264463 -
2026-08-30T02:07:02.023154 - 2026-08-30T02:07:02.023199 - [2026-08-30T02:07:02.023217 - 2KFetch error: 2026-08-30T02:07:02.023232 -
2026-08-30T02:07:02.023248 - E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2026-08-30T02:07:02.023268 - 22026-08-30T02:07:02.023283 - \ComfyUI\custom_nodes\ComfyUI-WanVideoW2026-08-30T02:07:02.023295 -
2026-08-30T02:07:02.023306 - rapper2026-08-30T02:07:02.023317 -
2026-08-30T02:07:02.023798 -
2026-08-30T02:07:02.023826 - Cmd2026-08-30T02:07:02.023847 - (2026-08-30T02:07:02.023869 - 'git'2026-08-30T02:07:02.023888 - )2026-08-30T02:07:02.023904 - failed due to: exit 2026-08-30T02:07:02.023920 - code2026-08-30T02:07:02.023937 - (2026-08-30T02:07:02.023955 - 1282026-08-30T02:07:02.023972 - )2026-08-30T02:07:02.023988 -
2026-08-30T02:07:02.024000 - cmdline: git fetch -v -- origin2026-08-30T02:07:02.024013 -
2026-08-30T02:07:02.024025 - stderr: 2026-08-30T02:07:02.024040 - 'fatal: unable to access 2026-08-30T02:07:02.024055 -
2026-08-30T02:07:02.024256 - '2026-08-30T02:07:02.024296 - https://github.com/kijai/ComfyUI-WanVideoWrapper/2026-08-30T02:07:02.024376 - ': Failed to connect to 2026-08-30T02:07:02.024423 -
2026-08-30T02:07:02.024441 - github.com port 443 after 21070 ms: Couldn'2026-08-30T02:07:02.024462 - t connect to server'2026-08-30T02:07:02.024476 -
2026-08-30T02:07:02.024488 - CUSTOM NODE CHECK: Error2026-08-30T02:07:02.024513 -
2026-08-30T02:07:02.024546 -
2026-08-30T02:07:02.062860 - 2026-08-30T02:07:02.062901 - [2026-08-30T02:07:02.062921 - 2KFetch error: 2026-08-30T02:07:02.062937 -
2026-08-30T02:07:02.062951 - E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2026-08-30T02:07:02.062972 - 22026-08-30T02:07:02.062989 - \ComfyUI\custom_nodes\ComfyUI-RMBG2026-08-30T02:07:02.063002 -
2026-08-30T02:07:02.063468 -
2026-08-30T02:07:02.063497 - Cmd2026-08-30T02:07:02.063518 - (2026-08-30T02:07:02.063539 - 'git'2026-08-30T02:07:02.063557 - )2026-08-30T02:07:02.063571 - failed due to: exit 2026-08-30T02:07:02.063588 - code2026-08-30T02:07:02.063605 - (2026-08-30T02:07:02.063622 - 1282026-08-30T02:07:02.063638 - )2026-08-30T02:07:02.063652 -
2026-08-30T02:07:02.063665 - cmdline: git fetch -v -- origin2026-08-30T02:07:02.063677 -
2026-08-30T02:07:02.063688 - stderr: 2026-08-30T02:07:02.063704 - 'fatal: unable to access '2026-08-30T02:07:02.063721 - https://github.com/1038lab/ComfyUI-RMBG/2026-08-30T02:07:02.063738 - ': 2026-08-30T02:07:02.063751 -
2026-08-30T02:07:02.063766 - Failed to connect to github.com port 443 after 21044 ms: Couldn'2026-08-30T02:07:02.063780 - t connect to 2026-08-30T02:07:02.063801 -
2026-08-30T02:07:02.063855 - server'2026-08-30T02:07:02.063870 -
2026-08-30T02:07:02.063882 - CUSTOM NODE CHECK: Error2026-08-30T02:07:02.063893 -
2026-08-30T02:07:02.063903 -
2026-08-30T02:07:03.966784 - 2026-08-30T02:07:03.966827 - [2026-08-30T02:07:03.966846 - 2KFetch error: 2026-08-30T02:07:03.966862 -
2026-08-30T02:07:03.966875 - E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2026-08-30T02:07:03.966965 - 22026-08-30T02:07:03.967005 - \ComfyUI\custom_nodes\ComfyUI-LTXVideo2026-08-30T02:07:03.967025 -
2026-08-30T02:07:03.967536 -
2026-08-30T02:07:03.967564 - Cmd2026-08-30T02:07:03.967580 - (2026-08-30T02:07:03.967593 - 'git'2026-08-30T02:07:03.967605 - )2026-08-30T02:07:03.967614 - failed due to: exit 2026-08-30T02:07:03.967625 - code2026-08-30T02:07:03.967634 - (2026-08-30T02:07:03.967645 - 1282026-08-30T02:07:03.967655 - )2026-08-30T02:07:03.967664 -
2026-08-30T02:07:03.967673 - cmdline: git fetch -v -- origin2026-08-30T02:07:03.967681 -
2026-08-30T02:07:03.967688 - stderr: 2026-08-30T02:07:03.967698 - 'fatal: unable to access 2026-08-30T02:07:03.967707 -
2026-08-30T02:07:03.967716 - '2026-08-30T02:07:03.967727 - https://github.com/Lightricks/ComfyUI-LTXVideo/2026-08-30T02:07:03.967738 - ': Failed to connect to 2026-08-30T02:07:03.967746 -
2026-08-30T02:07:03.967755 - github.com port 443 after 21062 ms: Couldn'2026-08-30T02:07:03.967763 - t connect to server'2026-08-30T02:07:03.967770 -
2026-08-30T02:07:03.967779 - CUSTOM NODE CHECK: Error2026-08-30T02:07:03.967788 -
2026-08-30T02:07:03.967795 -
2026-08-30T02:07:03.968638 - 
Fetching done.2026-08-30T02:07:03.968665 -
2026-08-30T02:07:04.113078 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json2026-08-30T02:07:04.113101 - 2026-08-30T02:07:04.644696 - [DONE]2026-08-30T02:07:04.644734 -
2026-08-30T02:07:22.111503 - FETCH ComfyRegistry Data [DONE]2026-08-30T02:07:22.111545 -
2026-08-30T02:07:22.339376 - [INFO] [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
2026-08-30T02:07:22.375444 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2026-08-30T02:07:22.375511 - 2026-08-30T02:07:22.977593 - [DONE]2026-08-30T02:07:22.977634 -
2026-08-30T02:07:23.056718 - [INFO] [ComfyUI-Manager] All startup tasks have been completed.
2026-08-30T02:08:41.229677 - [ComfyUI-Manager] The ComfyRegistry cache update is still in progress, so an outdated cache is being used.2026-08-30T02:08:41.229722 -
2026-08-30T02:08:41.315018 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2026-08-30T02:08:41.315043 - 2026-08-30T02:09:35.986597 - [INFO] got prompt
2026-08-30T02:09:36.651540 - [INFO] 0 models unloaded.
2026-08-30T02:09:36.700771 - [INFO] Model MiniMaxH3 prepared for dynamic VRAM loading. 19995MB Staged. 208 patches attached. Force pre-loaded 210 weights: 1175 KB.
2026-08-30T02:09:36.717239 - [INFO] Patching torch settings: torch.backends.cuda.matmul.allow_fp16_accumulation = True
2026-08-30T02:09:36.995746 - [INFO] Patching torch settings: torch.backends.cuda.matmul.allow_fp16_accumulation = False
2026-08-30T02:09:37.078419 - [ERROR] !!! Exception during processing !!! shape mismatch: value tensor of shape [1032, 96] cannot be broadcast to indexing result of shape [4128, 96]
2026-08-30T02:09:37.080897 - [ERROR] Traceback (most recent call last):
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\execution.py", line 545, 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 "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\execution.py", line 344, 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 "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\execution.py", line 318, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\execution.py", line 306, in process_inputs
result = f(**inputs)
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy_api\internal\__init__.py", line 149, in wrapped_func
return method(locked_class, **inputs)
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy_api\latest\_io.py", line 1990, in EXECUTE_NORMALIZED
to_return = cls.execute(*args, **kwargs)
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy_extras\nodes_custom_sampler.py", line 1055, in execute
samples = guider.sample(noise.generate_noise(latent), latent_image, sampler, sigmas, denoise_mask=noise_mask, callback=callback, disable_pbar=disable_pbar, seed=noise.seed)
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\samplers.py", line 1335, in sample
output = executor.execute(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed, latent_shapes=latent_shapes)
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\patcher_extension.py", line 114, in execute
return self.wrappers[self.idx](self, *args, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\custom_nodes\comfyui-kjnodes\nodes\preview_override_node.py", line 685, in __call__
return executor(noise, latent_image, sampler, sigmas, denoise_mask, new_callback, disable_pbar, seed, latent_shapes=latent_shapes)
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\patcher_extension.py", line 106, in __call__
return new_executor.execute(*args, **kwargs)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\patcher_extension.py", line 113, in execute
return self.original(*args, **kwargs)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\samplers.py", line 1262, in outer_sample
output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed, latent_shapes=latent_shapes)
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\samplers.py", line 1237, in inner_sample
samples = executor.execute(self, sigmas, extra_args, callback, noise, latent_image, denoise_mask, disable_pbar)
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\patcher_extension.py", line 113, in execute
return self.original(*args, **kwargs)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\samplers.py", line 1005, in sample
samples = self.sampler_function(model_k, noise, sigmas, extra_args=extra_args, callback=k_callback, disable=disable_pbar, **self.extra_options)
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\python\Lib\site-packages\torch\utils\_contextlib.py", line 124, in decorate_context
return func(*args, **kwargs)
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\k_diffusion\sampling.py", line 205, in sample_euler
denoised = model(x, sigma_hat * s_in, **extra_args)
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\samplers.py", line 640, in __call__
out = self.inner_model(x, sigma, model_options=model_options, seed=seed)
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\samplers.py", line 1208, in __call__
return self.outer_predict_noise(*args, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\samplers.py", line 1215, in outer_predict_noise
).execute(x, timestep, model_options, seed)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\patcher_extension.py", line 113, in execute
return self.original(*args, **kwargs)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\samplers.py", line 1218, in predict_noise
return sampling_function(self.inner_model, x, timestep, self.conds.get("negative", None), self.conds.get("positive", None), self.cfg, model_options=model_options, seed=seed)
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\samplers.py", line 620, in sampling_function
out = calc_cond_batch(model, conds, x, timestep, model_options)
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\samplers.py", line 211, in calc_cond_batch
return _calc_cond_batch_outer(model, conds, x_in, timestep, model_options)
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\samplers.py", line 219, in _calc_cond_batch_outer
return executor.execute(model, conds, x_in, timestep, model_options)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\patcher_extension.py", line 113, in execute
return self.original(*args, **kwargs)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\samplers.py", line 335, in _calc_cond_batch
output = model.apply_model(input_x, timestep_, **c).chunk(batch_chunks)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\model_base.py", line 204, in apply_model
return comfy.patcher_extension.WrapperExecutor.new_class_executor(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...<2 lines>...
comfy.patcher_extension.get_all_wrappers(comfy.patcher_extension.WrappersMP.APPLY_MODEL, transformer_options)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
).execute(x, t, c_concat, c_crossattn, control, transformer_options, **kwargs)
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\patcher_extension.py", line 113, in execute
return self.original(*args, **kwargs)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\model_base.py", line 248, in _apply_model
model_output = self.diffusion_model(xc, t, context=context, control=control, transformer_options=transformer_options, **extra_conds)
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\python\Lib\site-packages\torch\nn\modules\module.py", line 1778, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\python\Lib\site-packages\torch\nn\modules\module.py", line 1789, in _call_impl
return forward_call(*args, **kwargs)
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\ldm\minimax\model.py", line 540, in forward
out = comfy.patcher_extension.WrapperExecutor.new_class_executor(
...<2 lines>...
comfy.patcher_extension.get_all_wrappers(comfy.patcher_extension.WrappersMP.DIFFUSION_MODEL, transformer_options)
).execute(x, timestep, context, transformer_options, minimax_payload=minimax_payload,
denoise_mask=denoise_mask, audio_denoise_mask=audio_denoise_mask, **kwargs)
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\patcher_extension.py", line 113, in execute
return self.original(*args, **kwargs)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "E:\BaiduNetdiskDownload\ComfyUI-aki-v3.2\ComfyUI\comfy\ldm\minimax\model.py", line 654, in _forward
all_video_rows[~img_update] = cond_video_rows
~~~~~~~~~~~~~~^^^^^^^^^^^^^
RuntimeError: shape mismatch: value tensor of shape [1032, 96] cannot be broadcast to indexing result of shape [4128, 96]

2026-08-30T02:09:37.084807 - [INFO] Prompt executed in 1.05 seconds

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

Workflow too large. Please manually upload the workflow from local file system.

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

### Other

_No response_

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the dasiwa workflow with the Minimax H3 Latent Upscaler and confirm whether the failure persists with custom nodes disabled. Read comfy/ldm/minimax/model.py around line 654, then trace the call from comfy_extras/nodes_custom_sampler.py:1055 and compare the reported tensor shapes. Done means identifying the incompatible inputs and confirming the workflow completes without the shape-mismatch error.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, pytorch
Domain
ai, backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.