Comfy-Org / Comfy-Org/ComfyUI

mat1 and mat2

Open
#13,750 0 comments 0 reactions 0 assignees View on GitHub
Potential Bug
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

please

### Actual Behavior

please

### Steps to Reproduce

please

### Debug Logs

```powershell
# ComfyUI Error Report
## Error Details
- **Node ID:** 15
- **Node Type:** CLIPTextEncode
- **Exception Type:** RuntimeError
- **Exception Message:** mat1 and mat2 shapes cannot be multiplied (56x188160 and 3840x188160)

## Stack Trace

File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\execution.py", line 524, 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 "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\execution.py", line 333, 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 "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\execution.py", line 307, in _async_map_node_over_list
await process_inputs(input_dict, i)

File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\execution.py", line 295, in process_inputs
result = f(**inputs)

File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\nodes.py", line 80, in encode
return (clip.encode_from_tokens_scheduled(tokens), )
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^

File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\comfy\sd.py", line 311, in encode_from_tokens_scheduled
pooled_dict = self.encode_from_tokens(tokens, return_pooled=return_pooled, return_dict=True)

File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\comfy\sd.py", line 375, in encode_from_tokens
o = self.cond_stage_model.encode_token_weights(tokens)

File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\comfy\text_encoders\lt.py", line 154, in encode_token_weights
out = self.text_embedding_projection(out)

File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1776, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^

File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1787, in _call_impl
return forward_call(*args, **kwargs)

File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\comfy\ops.py", line 360, in forward
return self.forward_comfy_cast_weights(*args, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^

File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyUI-GGUF\ops.py", line 217, in forward_comfy_cast_weights
out = super().forward_comfy_cast_weights(input, *args, **kwargs)

File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\comfy\ops.py", line 353, in forward_comfy_cast_weights
x = torch.nn.functional.linear(input, weight, bias)

## System Information
- **ComfyUI Version:** 0.15.1
- **Arguments:** F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\main.py --windows-standalone-build --listen 0.0.0.0 --enable-cors-header * --auto-launch
- **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:** true
- **PyTorch Version:** 2.10.0+cu130
## Devices

- **Name:** cuda:0 NVIDIA GeForce RTX 4070 : cudaMallocAsync
- **Type:** cuda
- **VRAM Total:** 12878086144
- **VRAM Free:** 11588730880
- **Torch VRAM Total:** 33554432
- **Torch VRAM Free:** 25034752

## Logs

2026-05-07T14:25:22.044611 - [Crystools INFO] CPU: 13th Gen Intel(R) Core(TM) i9-13900KF - Arch: AMD64 - OS: Windows 10
2026-05-07T14:25:22.050879 - [Crystools INFO] pynvml (NVIDIA) initialized.
2026-05-07T14:25:22.051138 - [Crystools INFO] GPU/s:
2026-05-07T14:25:22.062120 - [Crystools INFO] 0) NVIDIA GeForce RTX 4070
2026-05-07T14:25:22.062573 - [Crystools INFO] NVIDIA Driver: 591.74
2026-05-07T14:25:22.129448 - [ComfyUI-Easy-Use] server: 2026-05-07T14:25:22.129712 - v1.3.7 2026-05-07T14:25:22.129834 - Loaded2026-05-07T14:25:22.129966 -
2026-05-07T14:25:22.130052 - [ComfyUI-Easy-Use] web root: 2026-05-07T14:25:22.130493 - F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyUI-Easy-Use-main\web_version/v2 2026-05-07T14:25:22.130680 - Loaded2026-05-07T14:25:22.130815 -
2026-05-07T14:25:22.467101 - ComfyUI-GGUF: Allowing full torch compile
2026-05-07T14:25:22.480785 - Total VRAM 12282 MB, total RAM 65292 MB
2026-05-07T14:25:22.481167 - pytorch version: 2.10.0+cu130
2026-05-07T14:25:22.482042 - Set vram state to: NORMAL_VRAM
2026-05-07T14:25:22.482258 - Device: cuda:0 NVIDIA GeForce RTX 4070 : cudaMallocAsync
2026-05-07T14:25:22.496484 - Using async weight offloading with 2 streams
2026-05-07T14:25:22.503164 - Enabled pinned memory 29381.0
2026-05-07T14:25:22.506932 - ### Loading: ComfyUI-Impact-Pack (V8.28.2)
2026-05-07T14:25:22.663379 - [Impact Pack] custom_wildcards path not found: F:\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui-impact-pack\custom_wildcards. Using default path.
2026-05-07T14:25:22.665059 - [Impact Pack] Wildcard total size (0.00 MB) is within cache limit (50.00 MB). Using full cache mode.
2026-05-07T14:25:22.666124 - [Impact Pack] Wildcards loading done.
2026-05-07T14:25:22.668960 - ### Loading: ComfyUI-Impact-Subpack (V1.3.5)
2026-05-07T14:25:22.670873 - [Impact Pack/Subpack] Using folder_paths to determine whitelist path: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\user\default\ComfyUI-Impact-Subpack\model-whitelist.txt
2026-05-07T14:25:22.671146 - [Impact Pack/Subpack] Ensured whitelist directory exists: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\user\default\ComfyUI-Impact-Subpack
2026-05-07T14:25:22.671472 - [Impact Pack/Subpack] Loaded 0 model(s) from whitelist: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\user\default\ComfyUI-Impact-Subpack\model-whitelist.txt
2026-05-07T14:25:22.671812 - [Impact Subpack] ultralytics_bbox: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\models\ultralytics\bbox
2026-05-07T14:25:22.671948 - [Impact Subpack] ultralytics_segm: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\models\ultralytics\segm
2026-05-07T14:25:23.202642 - ### Loading: ComfyUI-Manager (V3.39.2)
2026-05-07T14:25:23.203461 - [ComfyUI-Manager] network_mode: public
2026-05-07T14:25:23.205832 - [ComfyUI-Manager] ComfyUI per-queue preview override detected (PR #11261). Manager's preview method feature is disabled. Use ComfyUI's --preview-method CLI option or 'Settings > Execution > Live preview method'.
2026-05-07T14:25:23.271495 - ### ComfyUI Revision: 205 [3dd10a59] *DETACHED | Released on '2026-02-26'
2026-05-07T14:25:24.026994 - [MultiGPU Core Patching] Patching mm.soft_empty_cache for Comprehensive Memory Management (VRAM + CPU + Store Pruning)
2026-05-07T14:25:24.029584 - [MultiGPU Core Patching] Patching mm.get_torch_device, mm.text_encoder_device, mm.unet_offload_device
2026-05-07T14:25:24.030212 - [MultiGPU DEBUG] Initial current_device: cuda:0
2026-05-07T14:25:24.030888 - [MultiGPU DEBUG] Initial current_text_encoder_device: cuda:0
2026-05-07T14:25:24.032055 - [MultiGPU DEBUG] Initial current_unet_offload_device: cpu
2026-05-07T14:25:24.036461 - [MultiGPU] Initiating custom_node Registration. . .
2026-05-07T14:25:24.037073 - -----------------------------------------------
2026-05-07T14:25:24.037624 - custom_node Found Nodes
2026-05-07T14:25:24.038162 - -----------------------------------------------
2026-05-07T14:25:24.039389 - ComfyUI-LTXVideo N 0
2026-05-07T14:25:24.039939 - ComfyUI-Florence2 N 0
2026-05-07T14:25:24.040480 - ComfyUI_bitsandbytes_NF4 N 0
2026-05-07T14:25:24.041033 - x-flux-comfyui N 0
2026-05-07T14:25:24.042930 - ComfyUI-MMAudio N 0
2026-05-07T14:25:24.043509 - ComfyUI-GGUF Y 18
2026-05-07T14:25:24.044048 - PuLID_ComfyUI Y 3
2026-05-07T14:25:24.044596 - ComfyUI-WanVideoWrapper Y 20
2026-05-07T14:25:24.045143 - -----------------------------------------------
2026-05-07T14:25:24.045762 - [MultiGPU] Registration complete. Final mappings: CheckpointLoaderAdvancedMultiGPU, CheckpointLoaderAdvancedDisTorch2MultiGPU, UNetLoaderLP, UNETLoaderMultiGPU, VAELoaderMultiGPU, CLIPLoaderMultiGPU, DualCLIPLoaderMultiGPU, TripleCLIPLoaderMultiGPU, QuadrupleCLIPLoaderMultiGPU, CLIPVisionLoaderMultiGPU, CheckpointLoaderSimpleMultiGPU, ControlNetLoaderMultiGPU, DiffusersLoaderMultiGPU, DiffControlNetLoaderMultiGPU, UNETLoaderDisTorch2MultiGPU, VAELoaderDisTorch2MultiGPU, CLIPLoaderDisTorch2MultiGPU, DualCLIPLoaderDisTorch2MultiGPU, TripleCLIPLoaderDisTorch2MultiGPU, QuadrupleCLIPLoaderDisTorch2MultiGPU, CLIPVisionLoaderDisTorch2MultiGPU, CheckpointLoaderSimpleDisTorch2MultiGPU, ControlNetLoaderDisTorch2MultiGPU, DiffusersLoaderDisTorch2MultiGPU, DiffControlNetLoaderDisTorch2MultiGPU, UnetLoaderGGUFDisTorchMultiGPU, UnetLoaderGGUFAdvancedDisTorchMultiGPU, CLIPLoaderGGUFDisTorchMultiGPU, DualCLIPLoaderGGUFDisTorchMultiGPU, TripleCLIPLoaderGGUFDisTorchMultiGPU, QuadrupleCLIPLoaderGGUFDisTorchMultiGPU, UnetLoaderGGUFDisTorch2MultiGPU, UnetLoaderGGUFAdvancedDisTorch2MultiGPU, CLIPLoaderGGUFDisTorch2MultiGPU, DualCLIPLoaderGGUFDisTorch2MultiGPU, TripleCLIPLoaderGGUFDisTorch2MultiGPU, QuadrupleCLIPLoaderGGUFDisTorch2MultiGPU, UnetLoaderGGUFMultiGPU, UnetLoaderGGUFAdvancedMultiGPU, CLIPLoaderGGUFMultiGPU, DualCLIPLoaderGGUFMultiGPU, TripleCLIPLoaderGGUFMultiGPU, QuadrupleCLIPLoaderGGUFMultiGPU, PulidModelLoaderMultiGPU, PulidInsightFaceLoaderMultiGPU, PulidEvaClipLoaderMultiGPU, LoadWanVideoT5TextEncoderMultiGPU, WanVideoTextEncodeMultiGPU, WanVideoTextEncodeCachedMultiGPU, WanVideoTextEncodeSingleMultiGPU, WanVideoVAELoaderMultiGPU, WanVideoTinyVAELoaderMultiGPU, WanVideoBlockSwapMultiGPU, WanVideoImageToVideoEncodeMultiGPU, WanVideoDecodeMultiGPU, WanVideoModelLoaderMultiGPU, WanVideoSamplerMultiGPU, WanVideoVACEEncodeMultiGPU, WanVideoEncodeMultiGPU, LoadWanVideoClipTextEncoderMultiGPU, WanVideoClipVisionEncodeMultiGPU, WanVideoControlnetLoaderMultiGPU, FantasyTalkingModelLoaderMultiGPU, Wav2VecModelLoaderMultiGPU, WanVideoUni3C_ControlnetLoaderMultiGPU, DownloadAndLoadWav2VecModelMultiGPU
2026-05-07T14:25:24.049804 - ======================================== ComfyUI-nunchaku Initialization ========================================
2026-05-07T14:25:24.051374 - Nunchaku version: 1.3.0.dev20260213
2026-05-07T14:25:24.052474 - ComfyUI-nunchaku version: 1.2.1
2026-05-07T14:25:24.236467 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
2026-05-07T14:25:24.741065 - =================================================================================================================
2026-05-07T14:25:24.874277 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
2026-05-07T14:25:25.249446 - [ReActor]2026-05-07T14:25:25.249626 - - 2026-05-07T14:25:25.249906 - STATUS2026-05-07T14:25:25.249969 - - 2026-05-07T14:25:25.250028 - Running v0.6.2-b1 in ComfyUI2026-05-07T14:25:25.250089 -
2026-05-07T14:25:25.341951 - Torch version: 2.10.0+cu1302026-05-07T14:25:25.342112 -
2026-05-07T14:25:25.469435 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
2026-05-07T14:25:26.044802 - ------------------------------------------2026-05-07T14:25:26.045009 -
2026-05-07T14:25:26.045394 - Comfyroll Studio v1.76 : 2026-05-07T14:25:26.045776 - 175 Nodes Loaded2026-05-07T14:25:26.045889 -
2026-05-07T14:25:26.046037 - ------------------------------------------2026-05-07T14:25:26.046324 -
2026-05-07T14:25:26.046434 - ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md2026-05-07T14:25:26.046930 -
2026-05-07T14:25:26.047257 - ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki2026-05-07T14:25:26.047508 -
2026-05-07T14:25:26.047619 - ------------------------------------------2026-05-07T14:25:26.047861 -
2026-05-07T14:25:26.054229 - [F:\AIGC\Large版\ComfyUI_Mie_2026_V8_x_0\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ckpts path: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts2026-05-07T14:25:26.054910 -
2026-05-07T14:25:26.055533 - [F:\AIGC\Large版\ComfyUI_Mie_2026_V8_x_0\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using symlinks: False2026-05-07T14:25:26.056097 -
2026-05-07T14:25:26.056718 - [F:\AIGC\Large版\ComfyUI_Mie_2026_V8_x_0\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']2026-05-07T14:25:26.057336 -
2026-05-07T14:25:26.074506 - DWPose: Onnxruntime with acceleration providers detected2026-05-07T14:25:26.074714 -
2026-05-07T14:25:26.349823 - USDU batch patches applied successfully.
2026-05-07T14:25:26.350000 - USDU batch patches applied successfully.
2026-05-07T14:25:26.502685 - # 😺dzNodes: WordCloud -> find 139 fonts in C:\Windows\fonts2026-05-07T14:25:26.502857 -
2026-05-07T14:25:26.546676 -
2026-05-07T14:25:26.546848 - Efficiency Nodes:2026-05-07T14:25:26.546974 - Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...2026-05-07T14:25:26.547114 - Success!2026-05-07T14:25:26.547556 -
2026-05-07T14:25:26.743215 - *****************Using origin block_sparse_attn,成功导入block_sparse_attn*******************2026-05-07T14:25:26.743361 -
2026-05-07T14:25:27.119031 - ✅ ComfyUI-Qwen-TTS v1.0.6 loaded2026-05-07T14:25:27.119239 -
2026-05-07T14:25:27.221141 - Using pytorch attention
2026-05-07T14:25:27.275333 - (RES4LYF) Init2026-05-07T14:25:27.275495 -
2026-05-07T14:25:27.275963 - (RES4LYF) Importing beta samplers.2026-05-07T14:25:27.276227 -
2026-05-07T14:25:27.295452 - (RES4LYF) Importing legacy samplers.2026-05-07T14:25:27.295591 -
2026-05-07T14:25:27.321365 -
2026-05-07T14:25:27.321536 - [rgthree-comfy] Loaded 48 fantastic nodes. 🎉2026-05-07T14:25:27.321971 -
2026-05-07T14:25:27.322083 -
2026-05-07T14:25:27.323280 - [rgthree-comfy] ComfyUI's new Node 2.0 rendering may be incompatible with some rgthree-comfy nodes and features, breaking some rendering as well as losing the ability to access a node's properties (a vital part of many nodes). It also appears to run MUCH more slowly spiking CPU usage and causing jankiness and unresponsiveness, especially with large workflows. Personally I am not planning to use the new Nodes 2.0 and, unfortunately, am not able to invest the time to investigate and overhaul rgthree-comfy where needed. If you have issues when Nodes 2.0 is enabled, I'd urge you to switch it off as well and join me in hoping ComfyUI is not planning to deprecate the existing, stable canvas rendering all together.
2026-05-07T14:25:27.327572 -
2026-05-07T14:25:27.508961 - ⚡ SeedVR2 optimizations check: SageAttention ✅ | Flash Attention ✅ | Triton ✅2026-05-07T14:25:27.509175 -
2026-05-07T14:25:27.509521 - 🔧 Conv3d workaround active: PyTorch 2.10.0, cuDNN 91200 (fixing VAE 3x memory bug)2026-05-07T14:25:27.509983 -
2026-05-07T14:25:27.618435 - 📊 Initial CUDA memory: 10.77GB free / 11.99GB total2026-05-07T14:25:27.618656 -
2026-05-07T14:25:27.666512 -
Import times for custom nodes:
2026-05-07T14:25:27.666850 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\0_mie.py
2026-05-07T14:25:27.668218 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\websocket_image_save.py
2026-05-07T14:25:27.668543 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui-portrait-master-zh-cn
2026-05-07T14:25:27.668855 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyUI-DD-Translation
2026-05-07T14:25:27.669195 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyUI_AdvancedRefluxControl
2026-05-07T14:25:27.669501 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\Comfyui-Memory_Cleanup-main
2026-05-07T14:25:27.669829 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyUI_EasySize
2026-05-07T14:25:27.670095 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyUI-PolotnoCanvasEditor-master
2026-05-07T14:25:27.670371 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui-qwenmultiangle
2026-05-07T14:25:27.670631 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyUI-Inpaint-CropAndStitch-main
2026-05-07T14:25:27.670864 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui_instantid
2026-05-07T14:25:27.671113 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui-dev-utils
2026-05-07T14:25:27.671292 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyUI-GGUF
2026-05-07T14:25:27.671519 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui-enricos-nodes
2026-05-07T14:25:27.671719 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui_ipadapter_plus
2026-05-07T14:25:27.671924 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui-custom-scripts
2026-05-07T14:25:27.672132 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui-impact-subpack
2026-05-07T14:25:27.672347 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyUI_CatVTON_Wrapper
2026-05-07T14:25:27.672558 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyMath
2026-05-07T14:25:27.672772 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyUI-WanAnimatePreprocess
2026-05-07T14:25:27.673000 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyUI-SCAIL-Pose
2026-05-07T14:25:27.673212 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyUI-MelBandRoFormer
2026-05-07T14:25:27.673453 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui-inpaint-nodes-main
2026-05-07T14:25:27.673665 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui_essentials
2026-05-07T14:25:27.673874 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyUI_essentials-main
2026-05-07T14:25:27.674081 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyUI-MieNodes
2026-05-07T14:25:27.674371 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui-segment-anything-2
2026-05-07T14:25:27.674786 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui_ultimatesdupscale
2026-05-07T14:25:27.674948 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui-videohelpersuite
2026-05-07T14:25:27.675652 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyUI-KJNodes
2026-05-07T14:25:27.675908 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui-multigpu
2026-05-07T14:25:27.676128 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\rgthree-comfy
2026-05-07T14:25:27.676344 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2026-05-07T14:25:27.676567 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyUI_Sonic
2026-05-07T14:25:27.676776 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui-ic-light
2026-05-07T14:25:27.676990 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui_controlnet_aux
2026-05-07T14:25:27.677200 - 0.0 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\efficiency-nodes-comfyui
2026-05-07T14:25:27.677411 - 0.1 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\audio-separation-nodes-comfyui
2026-05-07T14:25:27.677636 - 0.1 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyUI-Easy-Use-main
2026-05-07T14:25:27.677846 - 0.1 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyUI_LayerStyle_Advance
2026-05-07T14:25:27.678053 - 0.1 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\pulid_comfyui
2026-05-07T14:25:27.678261 - 0.1 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui-advancedliveportrait
2026-05-07T14:25:27.678498 - 0.1 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui-reactor-node
2026-05-07T14:25:27.678708 - 0.1 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyUI-Crystools
2026-05-07T14:25:27.678918 - 0.1 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui_layerstyle
2026-05-07T14:25:27.679129 - 0.1 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui-fluxtrainer
2026-05-07T14:25:27.679362 - 0.2 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui_wordcloud
2026-05-07T14:25:27.679560 - 0.2 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\seedvr2_videoupscaler
2026-05-07T14:25:27.679768 - 0.2 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui-impact-pack
2026-05-07T14:25:27.679975 - 0.2 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\sd-ppp
2026-05-07T14:25:27.680189 - 0.2 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\RES4LYF
2026-05-07T14:25:27.680450 - 0.2 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyUI-Florence2-main
2026-05-07T14:25:27.680658 - 0.2 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui-tensorops
2026-05-07T14:25:27.680871 - 0.2 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\flashvsr
2026-05-07T14:25:27.681084 - 0.2 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\qwen3-tts-comfyui
2026-05-07T14:25:27.681338 - 0.3 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyUI-CaptionThis
2026-05-07T14:25:27.683710 - 0.4 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper
2026-05-07T14:25:27.683873 - 0.5 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui-liveportraitkj
2026-05-07T14:25:27.684083 - 0.5 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui-ollama
2026-05-07T14:25:27.684298 - 0.7 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyUI-nunchaku
2026-05-07T14:25:27.684508 - 0.8 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui-manager
2026-05-07T14:25:27.684724 - 2.1 seconds: F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\comfyui-brushnet
2026-05-07T14:25:27.684931 -
2026-05-07T14:25:27.691595 - Context impl SQLiteImpl.
2026-05-07T14:25:27.691796 - Will assume non-transactional DDL.
2026-05-07T14:25:27.774287 - Assets scan(roots=['models']) completed in 0.079s (created=0, skipped_existing=371, orphans_pruned=0, total_seen=375)
2026-05-07T14:25:27.891659 -
本整合包由黎黎原上咩(https://space.bilibili.com/449342345)基于开源社区内容制作并免费分享,不收费,不加群,不私聊。2026-05-07T14:25:27.891899 -
2026-05-07T14:25:27.893539 - Starting server

2026-05-07T14:25:27.894226 - To see the GUI go to: http://0.0.0.0:8188
2026-05-07T14:25:30.531887 - [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-05-07T14:25:30.532237 - [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-05-07T14:25:30.535628 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/clipspace.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-05-07T14:25:30.537887 - [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-05-07T14:25:30.538231 - [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-05-07T14:25:32.141932 - [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-05-07T14:25:32.143862 - Start Log Catchers...2026-05-07T14:25:32.143970 -
2026-05-07T14:25:32.144144 - [LogConsole] client [d3754e541b3749b69e0babb56ca12c59], console [2edc9ed2-5343-4a4d-b06e-b8fe6bda5309], connected2026-05-07T14:25:32.144281 -
2026-05-07T14:25:43.618888 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
2026-05-07T14:25:50.806267 - got prompt
2026-05-07T14:25:50.865296 - WARNING: No VAE weights detected, VAE not initalized.
2026-05-07T14:25:50.946718 - end_vram - start_vram: 8519680 - 8519680 = 02026-05-07T14:25:50.946934 -
2026-05-07T14:25:50.947259 - #5 [VAELoaderKJ]: 0.12s - vram 0b2026-05-07T14:25:50.947618 -
2026-05-07T14:25:50.948317 - end_vram - start_vram: 8519680 - 8519680 = 02026-05-07T14:25:50.948492 -
2026-05-07T14:25:50.948616 - #39 [INTConstant]: 0.00s - vram 0b2026-05-07T14:25:50.948869 -
2026-05-07T14:25:50.949567 - end_vram - start_vram: 8519680 - 8519680 = 02026-05-07T14:25:50.949682 -
2026-05-07T14:25:50.949822 - #44 [SimpleMath+]: 0.00s - vram 0b2026-05-07T14:25:50.950256 -
2026-05-07T14:25:50.950825 - end_vram - start_vram: 8519680 - 8519680 = 02026-05-07T14:25:50.951538 -
2026-05-07T14:25:50.951675 - #38 [INTConstant]: 0.00s - vram 0b2026-05-07T14:25:50.952061 -
2026-05-07T14:25:50.952730 - end_vram - start_vram: 8519680 - 8519680 = 02026-05-07T14:25:50.952872 -
2026-05-07T14:25:50.953006 - #36 [SimpleMath+]: 0.00s - vram 0b2026-05-07T14:25:50.953238 -
2026-05-07T14:25:50.954150 - end_vram - start_vram: 8519680 - 8519680 = 02026-05-07T14:25:50.954255 -
2026-05-07T14:25:50.954392 - #22 [LTXVEmptyLatentAudio]: 0.00s - vram 0b2026-05-07T14:25:50.954652 -
2026-05-07T14:25:50.956468 - end_vram - start_vram: 8519680 - 8519680 = 02026-05-07T14:25:50.956635 -
2026-05-07T14:25:50.956777 - #23 [EmptyLTXVLatentVideo]: 0.00s - vram 0b2026-05-07T14:25:50.957023 -
2026-05-07T14:25:50.958007 - end_vram - start_vram: 8519680 - 8519680 = 02026-05-07T14:25:50.960786 -
2026-05-07T14:25:50.961042 - #20 [LTXVConcatAVLatent]: 0.00s - vram 0b2026-05-07T14:25:50.961204 -
2026-05-07T14:25:50.986891 - gguf qtypes: F32 (80), Q5_K (36), Q4_K (76), BF16 (9)
2026-05-07T14:25:51.001151 - model weight dtype torch.bfloat16, manual cast: None
2026-05-07T14:25:51.002931 - model_type FLUX
2026-05-07T14:25:51.024927 - end_vram - start_vram: 8519680 - 8519680 = 02026-05-07T14:25:51.025114 -
2026-05-07T14:25:51.025318 - #215 [UnetLoaderGGUF]: 0.06s - vram 0b2026-05-07T14:25:51.025716 -
2026-05-07T14:25:51.026422 - end_vram - start_vram: 8519680 - 8519680 = 02026-05-07T14:25:51.026607 -
2026-05-07T14:25:51.026847 - #102 [Power Lora Loader (rgthree)]: 0.00s - vram 0b2026-05-07T14:25:51.027014 -
2026-05-07T14:25:51.032075 - Using sage attention mode: auto
2026-05-07T14:25:51.032592 - end_vram - start_vram: 8519680 - 8519680 = 02026-05-07T14:25:51.032704 -
2026-05-07T14:25:51.032918 - #9 [PathchSageAttentionKJ]: 0.01s - vram 0b2026-05-07T14:25:51.033120 -
2026-05-07T14:25:51.034220 - end_vram - start_vram: 8519680 - 8519680 = 02026-05-07T14:25:51.034340 -
2026-05-07T14:25:51.034485 - #26 [BasicScheduler]: 0.00s - vram 0b2026-05-07T14:25:51.034744 -
2026-05-07T14:25:51.129991 - end_vram - start_vram: 8519680 - 8519680 = 02026-05-07T14:25:51.130204 -
2026-05-07T14:25:51.130443 - #27 [VisualizeSigmasKJ]: 0.09s - vram 0b2026-05-07T14:25:51.131295 -
2026-05-07T14:25:51.151903 - end_vram - start_vram: 8519680 - 8519680 = 02026-05-07T14:25:51.152125 -
2026-05-07T14:25:51.152276 - #92 [PreviewImage]: 0.02s - vram 0b2026-05-07T14:25:51.152661 -
2026-05-07T14:25:51.154211 - end_vram - start_vram: 8519680 - 8519680 = 02026-05-07T14:25:51.154310 -
2026-05-07T14:25:51.154520 - #25 [KSamplerSelect]: 0.00s - vram 0b2026-05-07T14:25:51.154747 -
2026-05-07T14:26:05.469607 - gguf qtypes: F32 (289), Q6_K (49), Q4_K (288)
2026-05-07T14:26:05.722435 - Attempting to recreate sentencepiece tokenizer from GGUF file metadata...
2026-05-07T14:26:21.335116 - Created tokenizer with vocab size of 262208
2026-05-07T14:26:21.906398 - Dequantizing token_embd.weight to prevent runtime OOM.
2026-05-07T14:26:24.414537 - [MultiGPU Core Patching] text_encoder_device_patched returning device: cuda:0 (current_text_encoder_device=cuda:0)
2026-05-07T14:26:25.000286 - clip missing: ['multi_modal_projector.mm_input_projection_weight', 'multi_modal_projector.mm_soft_emb_norm.weight', 'vision_model.embeddings.patch_embedding.weight', 'vision_model.embeddings.patch_embedding.bias', 'vision_model.embeddings.position_embedding.weight', 'vision_model.encoder.layers.0.layer_norm1.weight', 'vision_model.encoder.layers.0.layer_norm1.bias', 'vision_model.encoder.layers.0.self_attn.q_proj.weight', 'vision_model.encoder.layers.0.self_attn.k_proj.weight', 'vision_model.encoder.layers.0.self_attn.v_proj.weight', 'vision_model.encoder.layers.0.self_attn.out_proj.weight', 'vision_model.encoder.layers.0.layer_norm2.weight', 'vision_model.encoder.layers.0.layer_norm2.bias', 'vision_model.encoder.layers.0.mlp.fc1.weight', 'vision_model.encoder.layers.0.mlp.fc2.weight', 'vision_model.encoder.layers.1.layer_norm1.weight', 'vision_model.encoder.layers.1.layer_norm1.bias', 'vision_model.encoder.layers.1.self_attn.q_proj.weight', 'vision_model.encoder.layers.1.self_attn.k_proj.weight', 'vision_model.encoder.layers.1.self_attn.v_proj.weight', 'vision_model.encoder.layers.1.self_attn.out_proj.weight', 'vision_model.encoder.layers.1.layer_norm2.weight', 'vision_model.encoder.layers.1.layer_norm2.bias', 'vision_model.encoder.layers.1.mlp.fc1.weight', 'vision_model.encoder.layers.1.mlp.fc2.weight', 'vision_model.encoder.layers.2.layer_norm1.weight', 'vision_model.encoder.layers.2.layer_norm1.bias', 'vision_model.encoder.layers.2.self_attn.q_proj.weight', 'vision_model.encoder.layers.2.self_attn.k_proj.weight', 'vision_model.encoder.layers.2.self_attn.v_proj.weight', 'vision_model.encoder.layers.2.self_attn.out_proj.weight', 'vision_model.encoder.layers.2.layer_norm2.weight', 'vision_model.encoder.layers.2.layer_norm2.bias', 'vision_model.encoder.layers.2.mlp.fc1.weight', 'vision_model.encoder.layers.2.mlp.fc2.weight', 'vision_model.encoder.layers.3.layer_norm1.weight', 'vision_model.encoder.layers.3.layer_norm1.bias', 'vision_model.encoder.layers.3.self_attn.q_proj.weight', 'vision_model.encoder.layers.3.self_attn.k_proj.weight', 'vision_model.encoder.layers.3.self_attn.v_proj.weight', 'vision_model.encoder.layers.3.self_attn.out_proj.weight', 'vision_model.encoder.layers.3.layer_norm2.weight', 'vision_model.encoder.layers.3.layer_norm2.bias', 'vision_model.encoder.layers.3.mlp.fc1.weight', 'vision_model.encoder.layers.3.mlp.fc2.weight', 'vision_model.encoder.layers.4.layer_norm1.weight', 'vision_model.encoder.layers.4.layer_norm1.bias', 'vision_model.encoder.layers.4.self_attn.q_proj.weight', 'vision_model.encoder.layers.4.self_attn.k_proj.weight', 'vision_model.encoder.layers.4.self_attn.v_proj.weight', 'vision_model.encoder.layers.4.self_attn.out_proj.weight', 'vision_model.encoder.layers.4.layer_norm2.weight', 'vision_model.encoder.layers.4.layer_norm2.bias', 'vision_model.encoder.layers.4.mlp.fc1.weight', 'vision_model.encoder.layers.4.mlp.fc2.weight', 'vision_model.encoder.layers.5.layer_norm1.weight', 'vision_model.encoder.layers.5.layer_norm1.bias', 'vision_model.encoder.layers.5.self_attn.q_proj.weight', 'vision_model.encoder.layers.5.self_attn.k_proj.weight', 'vision_model.encoder.layers.5.self_attn.v_proj.weight', 'vision_model.encoder.layers.5.self_attn.out_proj.weight', 'vision_model.encoder.layers.5.layer_norm2.weight', 'vision_model.encoder.layers.5.layer_norm2.bias', 'vision_model.encoder.layers.5.mlp.fc1.weight', 'vision_model.encoder.layers.5.mlp.fc2.weight', 'vision_model.encoder.layers.6.layer_norm1.weight', 'vision_model.encoder.layers.6.layer_norm1.bias', 'vision_model.encoder.layers.6.self_attn.q_proj.weight', 'vision_model.encoder.layers.6.self_attn.k_proj.weight', 'vision_model.encoder.layers.6.self_attn.v_proj.weight', 'vision_model.encoder.layers.6.self_attn.out_proj.weight', 'vision_model.encoder.layers.6.layer_norm2.weight', 'vision_model.encoder.layers.6.layer_norm2.bias', 'vision_model.encoder.layers.6.mlp.fc1.weight', 'vision_model.encoder.layers.6.mlp.fc2.weight', 'vision_model.encoder.layers.7.layer_norm1.weight', 'vision_model.encoder.layers.7.layer_norm1.bias', 'vision_model.encoder.layers.7.self_attn.q_proj.weight', 'vision_model.encoder.layers.7.self_attn.k_proj.weight', 'vision_model.encoder.layers.7.self_attn.v_proj.weight', 'vision_model.encoder.layers.7.self_attn.out_proj.weight', 'vision_model.encoder.layers.7.layer_norm2.weight', 'vision_model.encoder.layers.7.layer_norm2.bias', 'vision_model.encoder.layers.7.mlp.fc1.weight', 'vision_model.encoder.layers.7.mlp.fc2.weight', 'vision_model.encoder.layers.8.layer_norm1.weight', 'vision_model.encoder.layers.8.layer_norm1.bias', 'vision_model.encoder.layers.8.self_attn.q_proj.weight', 'vision_model.encoder.layers.8.self_attn.k_proj.weight', 'vision_model.encoder.layers.8.self_attn.v_proj.weight', 'vision_model.encoder.layers.8.self_attn.out_proj.weight', 'vision_model.encoder.layers.8.layer_norm2.weight', 'vision_model.encoder.layers.8.layer_norm2.bias', 'vision_model.encoder.layers.8.mlp.fc1.weight', 'vision_model.encoder.layers.8.mlp.fc2.weight', 'vision_model.encoder.layers.9.layer_norm1.weight', 'vision_model.encoder.layers.9.layer_norm1.bias', 'vision_model.encoder.layers.9.self_attn.q_proj.weight', 'vision_model.encoder.layers.9.self_attn.k_proj.weight', 'vision_model.encoder.layers.9.self_attn.v_proj.weight', 'vision_model.encoder.layers.9.self_attn.out_proj.weight', 'vision_model.encoder.layers.9.layer_norm2.weight', 'vision_model.encoder.layers.9.layer_norm2.bias', 'vision_model.encoder.layers.9.mlp.fc1.weight', 'vision_model.encoder.layers.9.mlp.fc2.weight', 'vision_model.encoder.layers.10.layer_norm1.weight', 'vision_model.encoder.layers.10.layer_norm1.bias', 'vision_model.encoder.layers.10.self_attn.q_proj.weight', 'vision_model.encoder.layers.10.self_attn.k_proj.weight', 'vision_model.encoder.layers.10.self_attn.v_proj.weight', 'vision_model.encoder.layers.10.self_attn.out_proj.weight', 'vision_model.encoder.layers.10.layer_norm2.weight', 'vision_model.encoder.layers.10.layer_norm2.bias', 'vision_model.encoder.layers.10.mlp.fc1.weight', 'vision_model.encoder.layers.10.mlp.fc2.weight', 'vision_model.encoder.layers.11.layer_norm1.weight', 'vision_model.encoder.layers.11.layer_norm1.bias', 'vision_model.encoder.layers.11.self_attn.q_proj.weight', 'vision_model.encoder.layers.11.self_attn.k_proj.weight', 'vision_model.encoder.layers.11.self_attn.v_proj.weight', 'vision_model.encoder.layers.11.self_attn.out_proj.weight', 'vision_model.encoder.layers.11.layer_norm2.weight', 'vision_model.encoder.layers.11.layer_norm2.bias', 'vision_model.encoder.layers.11.mlp.fc1.weight', 'vision_model.encoder.layers.11.mlp.fc2.weight', 'vision_model.encoder.layers.12.layer_norm1.weight', 'vision_model.encoder.layers.12.layer_norm1.bias', 'vision_model.encoder.layers.12.self_attn.q_proj.weight', 'vision_model.encoder.layers.12.self_attn.k_proj.weight', 'vision_model.encoder.layers.12.self_attn.v_proj.weight', 'vision_model.encoder.layers.12.self_attn.out_proj.weight', 'vision_model.encoder.layers.12.layer_norm2.weight', 'vision_model.encoder.layers.12.layer_norm2.bias', 'vision_model.encoder.layers.12.mlp.fc1.weight', 'vision_model.encoder.layers.12.mlp.fc2.weight', 'vision_model.encoder.layers.13.layer_norm1.weight', 'vision_model.encoder.layers.13.layer_norm1.bias', 'vision_model.encoder.layers.13.self_attn.q_proj.weight', 'vision_model.encoder.layers.13.self_attn.k_proj.weight', 'vision_model.encoder.layers.13.self_attn.v_proj.weight', 'vision_model.encoder.layers.13.self_attn.out_proj.weight', 'vision_model.encoder.layers.13.layer_norm2.weight', 'vision_model.encoder.layers.13.layer_norm2.bias', 'vision_model.encoder.layers.13.mlp.fc1.weight', 'vision_model.encoder.layers.13.mlp.fc2.weight', 'vision_model.encoder.layers.14.layer_norm1.weight', 'vision_model.encoder.layers.14.layer_norm1.bias', 'vision_model.encoder.layers.14.self_attn.q_proj.weight', 'vision_model.encoder.layers.14.self_attn.k_proj.weight', 'vision_model.encoder.layers.14.self_attn.v_proj.weight', 'vision_model.encoder.layers.14.self_attn.out_proj.weight', 'vision_model.encoder.layers.14.layer_norm2.weight', 'vision_model.encoder.layers.14.layer_norm2.bias', 'vision_model.encoder.layers.14.mlp.fc1.weight', 'vision_model.encoder.layers.14.mlp.fc2.weight', 'vision_model.encoder.layers.15.layer_norm1.weight', 'vision_model.encoder.layers.15.layer_norm1.bias', 'vision_model.encoder.layers.15.self_attn.q_proj.weight', 'vision_model.encoder.layers.15.self_attn.k_proj.weight', 'vision_model.encoder.layers.15.self_attn.v_proj.weight', 'vision_model.encoder.layers.15.self_attn.out_proj.weight', 'vision_model.encoder.layers.15.layer_norm2.weight', 'vision_model.encoder.layers.15.layer_norm2.bias', 'vision_model.encoder.layers.15.mlp.fc1.weight', 'vision_model.encoder.layers.15.mlp.fc2.weight', 'vision_model.encoder.layers.16.layer_norm1.weight', 'vision_model.encoder.layers.16.layer_norm1.bias', 'vision_model.encoder.layers.16.self_attn.q_proj.weight', 'vision_model.encoder.layers.16.self_attn.k_proj.weight', 'vision_model.encoder.layers.16.self_attn.v_proj.weight', 'vision_model.encoder.layers.16.self_attn.out_proj.weight', 'vision_model.encoder.layers.16.layer_norm2.weight', 'vision_model.encoder.layers.16.layer_norm2.bias', 'vision_model.encoder.layers.16.mlp.fc1.weight', 'vision_model.encoder.layers.16.mlp.fc2.weight', 'vision_model.encoder.layers.17.layer_norm1.weight', 'vision_model.encoder.layers.17.layer_norm1.bias', 'vision_model.encoder.layers.17.self_attn.q_proj.weight', 'vision_model.encoder.layers.17.self_attn.k_proj.weight', 'vision_model.encoder.layers.17.self_attn.v_proj.weight', 'vision_model.encoder.layers.17.self_attn.out_proj.weight', 'vision_model.encoder.layers.17.layer_norm2.weight', 'vision_model.encoder.layers.17.layer_norm2.bias', 'vision_model.encoder.layers.17.mlp.fc1.weight', 'vision_model.encoder.layers.17.mlp.fc2.weight', 'vision_model.encoder.layers.18.layer_norm1.weight', 'vision_model.encoder.layers.18.layer_norm1.bias', 'vision_model.encoder.layers.18.self_attn.q_proj.weight', 'vision_model.encoder.layers.18.self_attn.k_proj.weight', 'vision_model.encoder.layers.18.self_attn.v_proj.weight', 'vision_model.encoder.layers.18.self_attn.out_proj.weight', 'vision_model.encoder.layers.18.layer_norm2.weight', 'vision_model.encoder.layers.18.layer_norm2.bias', 'vision_model.encoder.layers.18.mlp.fc1.weight', 'vision_model.encoder.layers.18.mlp.fc2.weight', 'vision_model.encoder.layers.19.layer_norm1.weight', 'vision_model.encoder.layers.19.layer_norm1.bias', 'vision_model.encoder.layers.19.self_attn.q_proj.weight', 'vision_model.encoder.layers.19.self_attn.k_proj.weight', 'vision_model.encoder.layers.19.self_attn.v_proj.weight', 'vision_model.encoder.layers.19.self_attn.out_proj.weight', 'vision_model.encoder.layers.19.layer_norm2.weight', 'vision_model.encoder.layers.19.layer_norm2.bias', 'vision_model.encoder.layers.19.mlp.fc1.weight', 'vision_model.encoder.layers.19.mlp.fc2.weight', 'vision_model.encoder.layers.20.layer_norm1.weight', 'vision_model.encoder.layers.20.layer_norm1.bias', 'vision_model.encoder.layers.20.self_attn.q_proj.weight', 'vision_model.encoder.layers.20.self_attn.k_proj.weight', 'vision_model.encoder.layers.20.self_attn.v_proj.weight', 'vision_model.encoder.layers.20.self_attn.out_proj.weight', 'vision_model.encoder.layers.20.layer_norm2.weight', 'vision_model.encoder.layers.20.layer_norm2.bias', 'vision_model.encoder.layers.20.mlp.fc1.weight', 'vision_model.encoder.layers.20.mlp.fc2.weight', 'vision_model.encoder.layers.21.layer_norm1.weight', 'vision_model.encoder.layers.21.layer_norm1.bias', 'vision_model.encoder.layers.21.self_attn.q_proj.weight', 'vision_model.encoder.layers.21.self_attn.k_proj.weight', 'vision_model.encoder.layers.21.self_attn.v_proj.weight', 'vision_model.encoder.layers.21.self_attn.out_proj.weight', 'vision_model.encoder.layers.21.layer_norm2.weight', 'vision_model.encoder.layers.21.layer_norm2.bias', 'vision_model.encoder.layers.21.mlp.fc1.weight', 'vision_model.encoder.layers.21.mlp.fc2.weight', 'vision_model.encoder.layers.22.layer_norm1.weight', 'vision_model.encoder.layers.22.layer_norm1.bias', 'vision_model.encoder.layers.22.self_attn.q_proj.weight', 'vision_model.encoder.layers.22.self_attn.k_proj.weight', 'vision_model.encoder.layers.22.self_attn.v_proj.weight', 'vision_model.encoder.layers.22.self_attn.out_proj.weight', 'vision_model.encoder.layers.22.layer_norm2.weight', 'vision_model.encoder.layers.22.layer_norm2.bias', 'vision_model.encoder.layers.22.mlp.fc1.weight', 'vision_model.encoder.layers.22.mlp.fc2.weight', 'vision_model.encoder.layers.23.layer_norm1.weight', 'vision_model.encoder.layers.23.layer_norm1.bias', 'vision_model.encoder.layers.23.self_attn.q_proj.weight', 'vision_model.encoder.layers.23.self_attn.k_proj.weight', 'vision_model.encoder.layers.23.self_attn.v_proj.weight', 'vision_model.encoder.layers.23.self_attn.out_proj.weight', 'vision_model.encoder.layers.23.layer_norm2.weight', 'vision_model.encoder.layers.23.layer_norm2.bias', 'vision_model.encoder.layers.23.mlp.fc1.weight', 'vision_model.encoder.layers.23.mlp.fc2.weight', 'vision_model.encoder.layers.24.layer_norm1.weight', 'vision_model.encoder.layers.24.layer_norm1.bias', 'vision_model.encoder.layers.24.self_attn.q_proj.weight', 'vision_model.encoder.layers.24.self_attn.k_proj.weight', 'vision_model.encoder.layers.24.self_attn.v_proj.weight', 'vision_model.encoder.layers.24.self_attn.out_proj.weight', 'vision_model.encoder.layers.24.layer_norm2.weight', 'vision_model.encoder.layers.24.layer_norm2.bias', 'vision_model.encoder.layers.24.mlp.fc1.weight', 'vision_model.encoder.layers.24.mlp.fc2.weight', 'vision_model.encoder.layers.25.layer_norm1.weight', 'vision_model.encoder.layers.25.layer_norm1.bias', 'vision_model.encoder.layers.25.self_attn.q_proj.weight', 'vision_model.encoder.layers.25.self_attn.k_proj.weight', 'vision_model.encoder.layers.25.self_attn.v_proj.weight', 'vision_model.encoder.layers.25.self_attn.out_proj.weight', 'vision_model.encoder.layers.25.layer_norm2.weight', 'vision_model.encoder.layers.25.layer_norm2.bias', 'vision_model.encoder.layers.25.mlp.fc1.weight', 'vision_model.encoder.layers.25.mlp.fc2.weight', 'vision_model.encoder.layers.26.layer_norm1.weight', 'vision_model.encoder.layers.26.layer_norm1.bias', 'vision_model.encoder.layers.26.self_attn.q_proj.weight', 'vision_model.encoder.layers.26.self_attn.k_proj.weight', 'vision_model.encoder.layers.26.self_attn.v_proj.weight', 'vision_model.encoder.layers.26.self_attn.out_proj.weight', 'vision_model.encoder.layers.26.layer_norm2.weight', 'vision_model.encoder.layers.26.layer_norm2.bias', 'vision_model.encoder.layers.26.mlp.fc1.weight', 'vision_model.encoder.layers.26.mlp.fc2.weight', 'vision_model.post_layernorm.weight', 'vision_model.post_layernorm.bias']
2026-05-07T14:26:25.213364 - clip missing: ['text_embedding_projection.weight']
2026-05-07T14:26:25.213760 - CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cpu, dtype: torch.float16
2026-05-07T14:26:25.230851 - end_vram - start_vram: 8519680 - 8519680 = 02026-05-07T14:26:25.231044 -
2026-05-07T14:26:25.231271 - #8 [DualCLIPLoaderGGUF]: 34.07s - vram 0b2026-05-07T14:26:25.231448 -
2026-05-07T14:26:25.233043 - Requested to load LTXAVTEModel_
2026-05-07T14:26:34.857433 - loaded partially; 8525.88 MB usable, 0.00 MB loaded, 12431.60 MB offloaded, 8563.80 MB buffer reserved, lowvram patches: 0
2026-05-07T14:26:34.858967 - Attempting to release mmap (290)
2026-05-07T14:26:39.504669 - !!! Exception during processing !!! mat1 and mat2 shapes cannot be multiplied (56x188160 and 3840x188160)
2026-05-07T14:26:39.509247 - Traceback (most recent call last):
File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\execution.py", line 524, 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 "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\execution.py", line 333, 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 "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\execution.py", line 307, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\execution.py", line 295, in process_inputs
result = f(**inputs)
File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\nodes.py", line 80, in encode
return (clip.encode_from_tokens_scheduled(tokens), )
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\comfy\sd.py", line 311, in encode_from_tokens_scheduled
pooled_dict = self.encode_from_tokens(tokens, return_pooled=return_pooled, return_dict=True)
File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\comfy\sd.py", line 375, in encode_from_tokens
o = self.cond_stage_model.encode_token_weights(tokens)
File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\comfy\text_encoders\lt.py", line 154, in encode_token_weights
out = self.text_embedding_projection(out)
File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1776, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1787, in _call_impl
return forward_call(*args, **kwargs)
File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\comfy\ops.py", line 360, in forward
return self.forward_comfy_cast_weights(*args, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyUI-GGUF\ops.py", line 217, in forward_comfy_cast_weights
out = super().forward_comfy_cast_weights(input, *args, **kwargs)
File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\comfy\ops.py", line 353, in forward_comfy_cast_weights
x = torch.nn.functional.linear(input, weight, bias)
RuntimeError: mat1 and mat2 shapes cannot be multiplied (56x188160 and 3840x188160)

2026-05-07T14:26:39.512080 - end_vram - start_vram: 4373319680 - 8519680 = 43648000002026-05-07T14:26:39.512206 -
2026-05-07T14:26:39.512488 - #15 [CLIPTextEncode]: 14.28s - vram 4364800000b2026-05-07T14:26:39.512699 -
2026-05-07T14:26:39.513743 - Prompt executed in 48.70 seconds
2026-05-07T14:26:56.999690 - got prompt
2026-05-07T14:26:57.038483 - loaded partially; 8487.75 MB usable, 0.00 MB loaded, 12431.60 MB offloaded, 8563.80 MB buffer reserved, lowvram patches: 0
2026-05-07T14:27:01.181416 - !!! Exception during processing !!! mat1 and mat2 shapes cannot be multiplied (56x188160 and 3840x188160)
2026-05-07T14:27:01.183702 - Traceback (most recent call last):
File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\execution.py", line 524, 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 "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\execution.py", line 333, 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 "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\execution.py", line 307, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\execution.py", line 295, in process_inputs
result = f(**inputs)
File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\nodes.py", line 80, in encode
return (clip.encode_from_tokens_scheduled(tokens), )
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\comfy\sd.py", line 311, in encode_from_tokens_scheduled
pooled_dict = self.encode_from_tokens(tokens, return_pooled=return_pooled, return_dict=True)
File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\comfy\sd.py", line 375, in encode_from_tokens
o = self.cond_stage_model.encode_token_weights(tokens)
File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\comfy\text_encoders\lt.py", line 154, in encode_token_weights
out = self.text_embedding_projection(out)
File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1776, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1787, in _call_impl
return forward_call(*args, **kwargs)
File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\comfy\ops.py", line 360, in forward
return self.forward_comfy_cast_weights(*args, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\custom_nodes\ComfyUI-GGUF\ops.py", line 217, in forward_comfy_cast_weights
out = super().forward_comfy_cast_weights(input, *args, **kwargs)
File "F:\AIGC\Large版\ComfyUI_Mie_2026_V8.0\ComfyUI\comfy\ops.py", line 353, in forward_comfy_cast_weights
x = torch.nn.functional.linear(input, weight, bias)
RuntimeError: mat1 and mat2 shapes cannot be multiplied (56x188160 and 3840x188160)

2026-05-07T14:27:01.186795 - end_vram - start_vram: 4373319680 - 17039360 = 43562803202026-05-07T14:27:01.186924 -
2026-05-07T14:27:01.187399 - #15 [CLIPTextEncode]: 4.17s - vram 4356280320b2026-05-07T14:27:01.187643 -
2026-05-07T14:27:01.188655 - Prompt executed in 4.18 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

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.