Zimage GGUF: KSampler mat1 and mat2 shapes cannot be multiplied
- 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)
### Expected Behavior
Generate image
### Actual Behavior
KSampler mat1 and mat2 shapes cannot be multiplied (512x2560 and 12288x4096)
### Steps to Reproduce
### Debug Logs
```powershell
KSampler
mat1 and mat2 shapes cannot be multiplied (512x2560 and 12288x4096)
# ComfyUI Error Report
## Error Details
- **Node ID:** 3
- **Node Type:** KSampler
- **Exception Type:** RuntimeError
- **Exception Message:** mat1 and mat2 shapes cannot be multiplied (512x2560 and 12288x4096)
## Stack Trace
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\execution.py", line 518, 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 "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\execution.py", line 329, 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 "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\execution.py", line 303, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\execution.py", line 291, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1590, in sample
return common_ksampler(model, seed, steps, cfg, sampler_name, scheduler, positive, negative, latent_image, denoise=denoise)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1555, in common_ksampler
samples = comfy.sample.sample(model, noise, steps, cfg, sampler_name, scheduler, positive, negative, latent_image,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\sample.py", line 66, in sample
samples = sampler.sample(noise, positive, negative, cfg=cfg, latent_image=latent_image, start_step=start_step, last_step=last_step, force_full_denoise=force_full_denoise, denoise_mask=noise_mask, sigmas=sigmas, callback=callback, disable_pbar=disable_pbar, seed=seed)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 1178, in sample
return sample(self.model, noise, positive, negative, cfg, self.device, sampler, sigmas, self.model_options, latent_image=latent_image, denoise_mask=denoise_mask, callback=callback, disable_pbar=disable_pbar, seed=seed)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 1068, in sample
return cfg_guider.sample(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 1050, in sample
output = executor.execute(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed, latent_shapes=latent_shapes)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 112, in execute
return self.original(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 994, in outer_sample
output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed, latent_shapes=latent_shapes)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 980, in inner_sample
samples = executor.execute(self, sigmas, extra_args, callback, noise, latent_image, denoise_mask, disable_pbar)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 112, in execute
return self.original(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 752, in sample
samples = self.sampler_function(model_k, noise, sigmas, extra_args=extra_args, callback=k_callback, disable=disable_pbar, **self.extra_options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 120, in decorate_context
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\k_diffusion\sampling.py", line 202, in sample_euler
denoised = model(x, sigma_hat * s_in, **extra_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 401, in __call__
out = self.inner_model(x, sigma, model_options=model_options, seed=seed)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 953, in __call__
return self.outer_predict_noise(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 960, in outer_predict_noise
).execute(x, timestep, model_options, seed)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 112, in execute
return self.original(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 963, 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 "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 381, in sampling_function
out = calc_cond_batch(model, conds, x, timestep, model_options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 206, in calc_cond_batch
return _calc_cond_batch_outer(model, conds, x_in, timestep, model_options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 214, in _calc_cond_batch_outer
return executor.execute(model, conds, x_in, timestep, model_options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 112, in execute
return self.original(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 326, in _calc_cond_batch
output = model.apply_model(input_x, timestep_, **c).chunk(batch_chunks)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\model_base.py", line 164, in apply_model
return comfy.patcher_extension.WrapperExecutor.new_class_executor(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 112, in execute
return self.original(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\model_base.py", line 206, in _apply_model
model_output = self.diffusion_model(xc, t, context=context, control=control, transformer_options=transformer_options, **extra_conds)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1775, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1786, in _call_impl
return forward_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\ldm\flux\model.py", line 300, in forward
return comfy.patcher_extension.WrapperExecutor.new_class_executor(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 112, in execute
return self.original(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\ldm\flux\model.py", line 351, in _forward
out = self.forward_orig(img, img_ids, context, txt_ids, timestep, y, guidance, control, transformer_options, attn_mask=kwargs.get("attention_mask", None))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\ldm\flux\model.py", line 165, in forward_orig
txt = self.txt_in(txt)
^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1775, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1786, in _call_impl
return forward_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\comfy\ops.py", line 164, in forward
return self.forward_comfy_cast_weights(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF\ops.py", line 215, in forward_comfy_cast_weights
out = self.forward_ggml_cast_weights(input, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF\ops.py", line 244, in forward_ggml_cast_weights
return torch.nn.functional.linear(input, weight, bias)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
## System Information
- **ComfyUI Version:** 0.11.0
- **Arguments:** ComfyUI\main.py --windows-standalone-build
- **OS:** win32
- **Python Version:** 3.12.7 (tags/v3.12.7:0b05ead, Oct 1 2024, 03:06:41) [MSC v.1941 64 bit (AMD64)]
- **Embedded Python:** true
- **PyTorch Version:** 2.9.1+cu128
## Devices
- **Name:** cuda:0 NVIDIA GeForce RTX 2060 : cudaMallocAsync
- **Type:** cuda
- **VRAM Total:** 6442123264
- **VRAM Free:** 5352980480
- **Torch VRAM Total:** 0
- **Torch VRAM Free:** 0
## Logs
2026-01-28T11:34:50.325555 - [DONE] Security scan2026-01-28T11:34:50.325555 -
2026-01-28T11:34:50.480486 - ## ComfyUI-Manager: installing dependencies done.2026-01-28T11:34:50.480486 -
2026-01-28T11:34:50.480486 - ** ComfyUI startup time:2026-01-28T11:34:50.481488 - 2026-01-28T11:34:50.481488 - 2026-01-28 11:34:50.4802026-01-28T11:34:50.481488 -
2026-01-28T11:34:50.482486 - ** Platform:2026-01-28T11:34:50.482486 - 2026-01-28T11:34:50.482486 - Windows2026-01-28T11:34:50.482486 -
2026-01-28T11:34:50.482486 - ** Python version:2026-01-28T11:34:50.483489 - 2026-01-28T11:34:50.483489 - 3.12.7 (tags/v3.12.7:0b05ead, Oct 1 2024, 03:06:41) [MSC v.1941 64 bit (AMD64)]2026-01-28T11:34:50.483489 -
2026-01-28T11:34:50.483489 - ** Python executable:2026-01-28T11:34:50.483489 - 2026-01-28T11:34:50.483489 - D:\AI\UI\ComfyUI_windows_portable\python_embeded\python.exe2026-01-28T11:34:50.483489 -
2026-01-28T11:34:50.483489 - ** ComfyUI Path:2026-01-28T11:34:50.484489 - 2026-01-28T11:34:50.484489 - D:\AI\UI\ComfyUI_windows_portable\ComfyUI2026-01-28T11:34:50.484489 -
2026-01-28T11:34:50.484489 - ** ComfyUI Base Folder Path:2026-01-28T11:34:50.484489 - 2026-01-28T11:34:50.484489 - D:\AI\UI\ComfyUI_windows_portable\ComfyUI2026-01-28T11:34:50.484489 -
2026-01-28T11:34:50.484489 - ** User directory:2026-01-28T11:34:50.485488 - 2026-01-28T11:34:50.485488 - D:\AI\UI\ComfyUI_windows_portable\ComfyUI\user2026-01-28T11:34:50.485488 -
2026-01-28T11:34:50.485488 - ** ComfyUI-Manager config path:2026-01-28T11:34:50.485488 - 2026-01-28T11:34:50.485488 - D:\AI\UI\ComfyUI_windows_portable\ComfyUI\user\default\ComfyUI-Manager\config.ini2026-01-28T11:34:50.485488 -
2026-01-28T11:34:50.485488 - ** Log path:2026-01-28T11:34:50.486487 - 2026-01-28T11:34:50.486487 - D:\AI\UI\ComfyUI_windows_portable\ComfyUI\user\comfyui.log2026-01-28T11:34:50.486487 -
2026-01-28T11:34:52.467712 -
Prestartup times for custom nodes:
2026-01-28T11:34:52.468734 - 0.0 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2026-01-28T11:34:52.469733 - 4.1 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager
2026-01-28T11:34:52.469733 -
2026-01-28T11:34:54.184462 - Checkpoint files will always be loaded safely.
2026-01-28T11:34:54.334057 - Total VRAM 6144 MB, total RAM 23933 MB
2026-01-28T11:34:54.335045 - pytorch version: 2.9.1+cu128
2026-01-28T11:34:54.337136 - Set vram state to: NORMAL_VRAM
2026-01-28T11:34:54.337258 - Device: cuda:0 NVIDIA GeForce RTX 2060 : cudaMallocAsync
2026-01-28T11:34:54.355434 - Using async weight offloading with 2 streams
2026-01-28T11:34:54.358451 - Enabled pinned memory 10769.0
2026-01-28T11:34:54.360450 - working around nvidia conv3d memory bug.
2026-01-28T11:34:55.324329 - WARNING: You need pytorch with cu130 or higher to use optimized CUDA operations.
2026-01-28T11:34:55.325315 - Found comfy_kitchen backend triton: {'available': False, 'disabled': True, 'unavailable_reason': "ImportError: No module named 'triton'", 'capabilities': []}
2026-01-28T11:34:55.326323 - Found comfy_kitchen backend eager: {'available': True, 'disabled': False, 'unavailable_reason': None, 'capabilities': ['apply_rope', 'apply_rope1', 'dequantize_nvfp4', 'dequantize_per_tensor_fp8', 'quantize_nvfp4', 'quantize_per_tensor_fp8', 'scaled_mm_nvfp4']}
2026-01-28T11:34:55.327506 - Found comfy_kitchen backend cuda: {'available': True, 'disabled': True, 'unavailable_reason': None, 'capabilities': ['apply_rope', 'apply_rope1', 'dequantize_nvfp4', 'dequantize_per_tensor_fp8', 'quantize_nvfp4', 'quantize_per_tensor_fp8']}
2026-01-28T11:34:55.521370 - Using pytorch attention
2026-01-28T11:34:57.443191 - Python version: 3.12.7 (tags/v3.12.7:0b05ead, Oct 1 2024, 03:06:41) [MSC v.1941 64 bit (AMD64)]
2026-01-28T11:34:57.443191 - ComfyUI version: 0.11.0
2026-01-28T11:34:57.470148 - ComfyUI frontend version: 1.37.11
2026-01-28T11:34:57.471134 - [Prompt Server] web root: D:\AI\UI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\comfyui_frontend_package\static
2026-01-28T11:34:58.684579 - ✨ Bobs Latent Optimizer nodes loaded! ✨2026-01-28T11:34:58.684579 -
2026-01-28T11:34:58.767659 - ⚙️ ComfyLab: 34 carefully crafted nodes available2026-01-28T11:34:58.768221 -
2026-01-28T11:34:58.782864 - [94mConDelta Nodes: [92mLoaded[0m2026-01-28T11:34:58.783142 -
2026-01-28T11:35:00.278690 - D:\AI\UI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\jieba\_compat.py:18: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
import pkg_resources
2026-01-28T11:35:03.074854 - PyTorch version 2.9.1+cu128 available.
2026-01-28T11:35:03.078513 - JAX version 0.5.1 available.
2026-01-28T11:35:05.018768 - ✅ Gemini TTS Node v1.0.0 loaded successfully2026-01-28T11:35:05.018768 -
2026-01-28T11:35:05.041183 - ComfyUI-GGUF: Allowing full torch compile
2026-01-28T11:35:05.042189 - Unknown file list already present on key unet_gguf: ['D:\\AI\\SD Models\\models\\unet']
2026-01-28T11:35:05.647282 - ### Loading: ComfyUI-Manager (V3.33.3)
2026-01-28T11:35:05.648288 - [ComfyUI-Manager] network_mode: public
2026-01-28T11:35:06.516292 - ### ComfyUI Version: v0.11.0-2-g4f5bd39b | Released on '2026-01-27'
2026-01-28T11:35:07.110812 - ======================================== ComfyUI-nunchaku Initialization ========================================
2026-01-28T11:35:07.112809 - Nunchaku version: 1.0.2
2026-01-28T11:35:07.114997 - ComfyUI-nunchaku version: 1.2.0
2026-01-28T11:35:07.345493 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
2026-01-28T11:35:07.356655 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
2026-01-28T11:35:07.581518 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
2026-01-28T11:35:07.694957 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
2026-01-28T11:35:07.775628 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
2026-01-28T11:35:12.133535 - FETCH ComfyRegistry Data: 5/1222026-01-28T11:35:12.133535 -
2026-01-28T11:35:14.572136 - D:\AI\UI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\albumentations\__init__.py:13: UserWarning: A new version of Albumentations is available: 2.0.8 (you have 1.4.15). Upgrade using: pip install -U albumentations. To disable automatic update checks, set the environment variable NO_ALBUMENTATIONS_UPDATE to 1.
check_for_updates()
2026-01-28T11:35:14.972455 - D:\AI\UI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\timm\models\layers\__init__.py:48: FutureWarning: Importing from timm.models.layers is deprecated, please import via timm.layers
warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
2026-01-28T11:35:14.989081 - Nodes `NunchakuZImageDiTLoader` import failed:
Traceback (most recent call last):
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-nunchaku\__init__.py", line 144, in
from .nodes.models.zimage import NunchakuZImageDiTLoader
File "D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-nunchaku\nodes\models\zimage.py", line 12, in
from nunchaku.models.transformers.utils import convert_fp16, patch_scale_key
ImportError: cannot import name 'convert_fp16' from 'nunchaku.models.transformers.utils' (D:\AI\UI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\nunchaku\models\transformers\utils.py)
2026-01-28T11:35:14.992520 - 'nunchaku_versions.json' not found. Node will start in minimal mode. Use 'update node' to fetch versions.2026-01-28T11:35:14.992952 -
2026-01-28T11:35:14.992952 - =================================================================================================================
2026-01-28T11:35:15.161936 - [36;20m[D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ckpts path: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts[0m
2026-01-28T11:35:15.162960 - [36;20m[D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using symlinks: False[0m
2026-01-28T11:35:15.164954 - [36;20m[D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider'][0m
2026-01-28T11:35:15.190321 - D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\dwpose.py:26: UserWarning: DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly
warnings.warn("DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly")
2026-01-28T11:35:15.302977 - All packages from requirements.txt are installed and up to date.2026-01-28T11:35:15.302977 -
2026-01-28T11:35:15.323224 - llama-cpp installed2026-01-28T11:35:15.323224 -
2026-01-28T11:35:15.324206 - All packages from requirements.txt are installed and up to date.2026-01-28T11:35:15.325208 -
2026-01-28T11:35:15.469635 -
2026-01-28T11:35:15.470308 - [92m[rgthree-comfy] Loaded 42 magnificent nodes. 🎉[00m2026-01-28T11:35:15.471315 -
2026-01-28T11:35:15.472313 -
2026-01-28T11:35:15.475248 - 🔧 TTS Audio Suite: Python 3.12 - numba JIT enabled2026-01-28T11:35:15.475636 -
2026-01-28T11:35:15.475636 - ℹ️ Critical package versions: NumPy 1.26.4, Librosa 0.10.2.post1, Numba 0.61.2, PyTorch 2.9.1+cu128, TorchAudio 2.9.1+cu128, Transformers 4.56.1, Accelerate 1.10.0, SoundFile 0.13.12026-01-28T11:35:15.475636 -
2026-01-28T11:35:15.512254 - ✅ FFmpeg available - optimal audio processing enabled2026-01-28T11:35:15.512254 -
2026-01-28T11:35:15.835089 - FETCH ComfyRegistry Data: 10/1222026-01-28T11:35:15.835089 -
2026-01-28T11:35:16.346120 - ✅ ChatterboxTTS loaded from bundled package2026-01-28T11:35:16.346694 -
2026-01-28T11:35:16.346694 - ✅ ChatterboxVC loaded from bundled package2026-01-28T11:35:16.347719 -
2026-01-28T11:35:16.751310 - ✅ F5-TTS loaded from system package2026-01-28T11:35:16.751821 -
2026-01-28T11:35:16.758293 - APEX FusedRMSNorm not available, using native implementation
2026-01-28T11:35:16.809813 - 🎭 Character voices: Found 28 characters, 10 aliases2026-01-28T11:35:16.809813 -
2026-01-28T11:35:17.840390 - ======================================================================2026-01-28T11:35:17.840717 -
2026-01-28T11:35:17.840717 - 🚀 TTS Audio Suite v4.11.92026-01-28T11:35:17.843467 -
2026-01-28T11:35:17.843668 - Universal multi-engine TTS extension for ComfyUI2026-01-28T11:35:17.843668 -
2026-01-28T11:35:17.844674 - ⚠️ No local ChatterBox models found - will download from Hugging Face2026-01-28T11:35:17.844674 -
2026-01-28T11:35:17.844674 - 💡 Tip: First generation will download models (~1GB)2026-01-28T11:35:17.845675 -
2026-01-28T11:35:17.845675 - Models will be saved locally for future use2026-01-28T11:35:17.846676 -
2026-01-28T11:35:18.103526 - Loading faiss with AVX2 support.
2026-01-28T11:35:18.166920 - Successfully loaded faiss with AVX2 support.
2026-01-28T11:35:18.184549 - ✅ TTS Audio Suite v4.11.9 loaded with 25 nodes:2026-01-28T11:35:18.184835 -
2026-01-28T11:35:18.184835 - • ⚙️ ChatterBox Official 23-Lang Engine2026-01-28T11:35:18.185860 -
2026-01-28T11:35:18.185860 - • ⚙️ ChatterBox TTS Engine2026-01-28T11:35:18.185860 -
2026-01-28T11:35:18.186859 - • ⚙️ F5 TTS Engine2026-01-28T11:35:18.186859 -
2026-01-28T11:35:18.186859 - • ⚙️ Higgs Audio 2 Engine2026-01-28T11:35:18.190235 -
2026-01-28T11:35:18.190235 - • ⚙️ IndexTTS-2 Engine2026-01-28T11:35:18.191215 -
2026-01-28T11:35:18.191215 - • ⚙️ RVC Engine2026-01-28T11:35:18.191215 -
2026-01-28T11:35:18.192218 - • ⚙️ VibeVoice Engine2026-01-28T11:35:18.192218 -
2026-01-28T11:35:18.193222 - • 🌈 IndexTTS-2 Emotion Vectors2026-01-28T11:35:18.193222 -
2026-01-28T11:35:18.194215 - • 🌈 IndexTTS-2 Text Emotion2026-01-28T11:35:18.194215 -
2026-01-28T11:35:18.194215 - • 🌊 Audio Wave Analyzer2026-01-28T11:35:18.194215 -
2026-01-28T11:35:18.194215 - • 🎙️ Voice Capture2026-01-28T11:35:18.195230 -
2026-01-28T11:35:18.195230 - • 🎤 TTS Text2026-01-28T11:35:18.195230 -
2026-01-28T11:35:18.195230 - • 🎭 Character Voices2026-01-28T11:35:18.195230 -
2026-01-28T11:35:18.196216 - • 🎭 Load RVC Character Model2026-01-28T11:35:18.196216 -
2026-01-28T11:35:18.196216 - • 👄 F5-TTS Speech Editor2026-01-28T11:35:18.196216 -
2026-01-28T11:35:18.196216 - • 📝 Phoneme Text Normalizer2026-01-28T11:35:18.197216 -
2026-01-28T11:35:18.197216 - • 📺 TTS SRT2026-01-28T11:35:18.197216 -
2026-01-28T11:35:18.197216 - • 🔄 Voice Changer2026-01-28T11:35:18.197216 -
2026-01-28T11:35:18.197216 - • 🔧 Audio Analyzer Options2026-01-28T11:35:18.198272 -
2026-01-28T11:35:18.198407 - • 🔧 F5-TTS Edit Options2026-01-28T11:35:18.198407 -
2026-01-28T11:35:18.198407 - • 🔧 RVC Pitch Extraction Options2026-01-28T11:35:18.198407 -
2026-01-28T11:35:18.198407 - • 🔧 Viseme Mouth Shape Options2026-01-28T11:35:18.199406 -
2026-01-28T11:35:18.199406 - • 🗣️ Silent Speech Analyzer2026-01-28T11:35:18.199406 -
2026-01-28T11:35:18.199406 - • 🤐 Noise or Vocal Removal2026-01-28T11:35:18.199406 -
2026-01-28T11:35:18.199406 - • 🥪 Merge Audio2026-01-28T11:35:18.200408 -
2026-01-28T11:35:18.200408 - ======================================================================2026-01-28T11:35:18.200408 -
2026-01-28T11:35:18.210955 - [VibeVoice] Using embedded VibeVoice (MIT licensed)
2026-01-28T11:35:18.212027 - [VibeVoice] VibeVoice nodes registered successfully
2026-01-28T11:35:18.231216 -
Import times for custom nodes:
2026-01-28T11:35:18.232036 - 0.0 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
2026-01-28T11:35:18.233050 - 0.0 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Olm-Resolution-Picker
2026-01-28T11:35:18.233050 - 0.0 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\polish_decomposer
2026-01-28T11:35:18.234041 - 0.0 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-sd3latentselectres
2026-01-28T11:35:18.235056 - 0.0 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-adaptive-guidance
2026-01-28T11:35:18.236041 - 0.0 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-florence2
2026-01-28T11:35:18.236041 - 0.0 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\bobs_latent_optimizer
2026-01-28T11:35:18.236041 - 0.0 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-visualarea-nodes
2026-01-28T11:35:18.236041 - 0.0 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-42lux
2026-01-28T11:35:18.237043 - 0.0 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_steudio
2026-01-28T11:35:18.238043 - 0.0 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-image-picker
2026-01-28T11:35:18.238300 - 0.0 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-aspect-ratio-presets
2026-01-28T11:35:18.238300 - 0.0 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ConDelta
2026-01-28T11:35:18.238300 - 0.0 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui_Redux_Advanced
2026-01-28T11:35:18.239312 - 0.0 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_ipadapter_plus
2026-01-28T11:35:18.239312 - 0.0 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-custom-scripts
2026-01-28T11:35:18.239312 - 0.0 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\VibeVoice-ComfyUI
2026-01-28T11:35:18.239312 - 0.0 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_essentials
2026-01-28T11:35:18.240299 - 0.0 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_ultimatesdupscale
2026-01-28T11:35:18.240299 - 0.0 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\x-flux-comfyui
2026-01-28T11:35:18.240299 - 0.0 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF
2026-01-28T11:35:18.241299 - 0.0 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2026-01-28T11:35:18.241299 - 0.0 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ExtraModels
2026-01-28T11:35:18.241299 - 0.1 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
2026-01-28T11:35:18.241299 - 0.1 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfylab-pack
2026-01-28T11:35:18.242301 - 0.1 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-kjnodes
2026-01-28T11:35:18.242301 - 0.1 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_vlm_nodes
2026-01-28T11:35:18.243303 - 0.2 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tensorops
2026-01-28T11:35:18.243303 - 0.4 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-detail-daemon
2026-01-28T11:35:18.243303 - 0.5 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-kynode
2026-01-28T11:35:18.244302 - 0.5 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-edgetts
2026-01-28T11:35:18.244302 - 0.9 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Gemini_TTS
2026-01-28T11:35:18.244302 - 1.5 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager
2026-01-28T11:35:18.245300 - 2.7 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\tts_audio_suite
2026-01-28T11:35:18.245300 - 4.3 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-f5-tts
2026-01-28T11:35:18.245300 - 7.9 seconds: D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-nunchaku
2026-01-28T11:35:18.246300 -
2026-01-28T11:35:18.249472 - Context impl SQLiteImpl.
2026-01-28T11:35:18.252472 - Will assume non-transactional DDL.
2026-01-28T11:35:18.312474 - Assets scan(roots=['models']) completed in 0.057s (created=0, skipped_existing=191, total_seen=193)
2026-01-28T11:35:18.410448 - Starting server
2026-01-28T11:35:18.410448 - To see the GUI go to: http://127.0.0.1:8188
2026-01-28T11:35:19.300575 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-01-28T11:35:19.302573 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/asyncDialog.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-01-28T11:35:19.307749 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/groupNode.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-01-28T11:35:19.315750 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/buttonGroup.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-01-28T11:35:19.317857 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/button.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-01-28T11:35:19.318859 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/popup.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-01-28T11:35:19.322859 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/widgetInputs.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-01-28T11:35:19.555706 - RESOLUTION_FILE: 2026-01-28T11:35:19.556705 - 2026-01-28T11:35:19.556705 - D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Olm-Resolution-Picker\resolutions.txt2026-01-28T11:35:19.556705 -
2026-01-28T11:35:19.557804 - RESOLUTION_FILE: 2026-01-28T11:35:19.558208 - 2026-01-28T11:35:19.558208 - D:\AI\UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Olm-Resolution-Picker\resolutions.txt2026-01-28T11:35:19.558208 -
2026-01-28T11:35:20.025210 - [VibeVoice] Found 2 VibeVoice model(s) available
2026-01-28T11:35:20.025848 - [VibeVoice] No LoRA adapters found in ComfyUI/models/vibevoice/loras
2026-01-28T11:35:20.028072 - [VibeVoice] No LoRA adapters found in ComfyUI/models/vibevoice/loras
2026-01-28T11:35:20.028072 - []2026-01-28T11:35:20.029074 -
2026-01-28T11:35:20.029530 - []2026-01-28T11:35:20.029530 -
2026-01-28T11:35:20.573907 - FETCH ComfyRegistry Data: 15/1222026-01-28T11:35:20.574905 -
2026-01-28T11:35:24.363204 - FETCH ComfyRegistry Data: 20/1222026-01-28T11:35:24.363394 -
2026-01-28T11:35:24.723154 - got prompt
2026-01-28T11:35:24.791562 - Using pytorch attention in VAE
2026-01-28T11:35:24.792562 - Using pytorch attention in VAE
2026-01-28T11:35:25.255118 - VAE load device: cuda:0, offload device: cpu, dtype: torch.float32
2026-01-28T11:35:29.009498 - FETCH ComfyRegistry Data: 25/1222026-01-28T11:35:29.010497 -
2026-01-28T11:35:32.403537 - gguf qtypes: F32 (145), Q8_0 (253)
2026-01-28T11:35:32.515692 - Dequantizing token_embd.weight to prevent runtime OOM.
2026-01-28T11:35:33.067882 - CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cpu, dtype: torch.float16
2026-01-28T11:35:33.078884 - Requested to load ZImageTEModel_
2026-01-28T11:35:33.334409 - FETCH ComfyRegistry Data: 30/1222026-01-28T11:35:33.335410 -
2026-01-28T11:35:35.865230 - loaded partially; 3673.80 MB usable, 3598.09 MB loaded, 826.09 MB offloaded, 74.38 MB buffer reserved, lowvram patches: 0
2026-01-28T11:35:36.929927 - loaded partially; 3643.68 MB usable, 3568.87 MB loaded, 855.31 MB offloaded, 74.38 MB buffer reserved, lowvram patches: 0
2026-01-28T11:35:37.143344 - FETCH ComfyRegistry Data: 35/1222026-01-28T11:35:37.143344 -
2026-01-28T11:35:37.769848 - gguf qtypes: F32 (80), Q8_0 (112), BF16 (9)
2026-01-28T11:35:37.782852 - model weight dtype torch.float16, manual cast: None
2026-01-28T11:35:37.784852 - model_type FLUX
2026-01-28T11:35:37.836926 - Requested to load Flux2
2026-01-28T11:35:41.179012 - FETCH ComfyRegistry Data: 40/1222026-01-28T11:35:41.179350 -
2026-01-28T11:35:44.901418 - FETCH ComfyRegistry Data: 45/1222026-01-28T11:35:44.902421 -
2026-01-28T11:35:49.214124 - FETCH ComfyRegistry Data: 50/1222026-01-28T11:35:49.214124 -
2026-01-28T11:35:53.059420 - FETCH ComfyRegistry Data: 55/1222026-01-28T11:35:53.059420 -
2026-01-28T11:35:57.861798 - FETCH ComfyRegistry Data: 60/1222026-01-28T11:35:57.863798 -
2026-01-28T11:36:00.278541 - loaded partially; 2865.04 MB usable, 2397.02 MB loaded, 7311.00 MB offloaded, 459.00 MB buffer reserved, lowvram patches: 0
2026-01-28T11:36:00.949495 -
0%| | 0/8 [00:00
Contributor guide
Assessment
This issue has not been assessed yet.