Request: DOI

#2
by x1211 - opened

Node threw an error during execution.

ComfyUI Error Report

Error Details

  • Node ID: 459:470
  • Node Type: UnetLoaderGGUF
  • Exception Type: ValueError
  • Exception Message: ValueError: This model is not currently supported - (Unknown model architecture!)

Stack Trace

  File "C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI\execution.py", line 547, in execute
    output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI\execution.py", line 352, in get_output_data
    return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI\execution.py", line 326, in _async_map_node_over_list
    await process_inputs(input_dict, i)

  File "C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI\execution.py", line 314, in process_inputs
    result = f(**inputs)

  File "C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI\custom_nodes\ComfyUI-GGUF\nodes.py", line 169, in load_unet
    sd, extra = gguf_sd_loader(unet_path)
                ~~~~~~~~~~~~~~^^^^^^^^^^^

  File "C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI\custom_nodes\ComfyUI-GGUF\loader.py", line 105, in gguf_sd_loader
    raise ValueError(f"This model is not currently supported - ({e})")

System Information

  • ComfyUI Version: 0.37.0
  • Arguments: ComfyUI\main.py --feature-flag show_signin_button=true --enable-manager --lowvram --extra-model-paths-config C:\Users\xwpony\AppData\Roaming\Comfy Desktop\instance-model-paths\inst-1789937056392.yaml --input-directory C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\input --output-directory C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\output --port 8189
  • OS: win32
  • Python Version: 3.13.12 (main, Feb 12 2026, 00:38:53) [MSC v.1944 64 bit (AMD64)]
  • Embedded Python: false
  • PyTorch Version: 2.12.1+cu130

Devices

  • Name: cuda:0 NVIDIA GeForce RTX 3060 : cudaMallocAsync
    • Type: cuda
    • VRAM Total: 12884246528
    • VRAM Free: 11791237120
    • Torch VRAM Total: 0
    • Torch VRAM Free: 0

Logs

2026-09-21T01:15:29.868627 - [INFO] setup plugin alembic.autogenerate.schemas
2026-09-21T01:15:29.868831 - [INFO] setup plugin alembic.autogenerate.tables
2026-09-21T01:15:29.868907 - [INFO] setup plugin alembic.autogenerate.types
2026-09-21T01:15:29.868992 - [INFO] setup plugin alembic.autogenerate.constraints
2026-09-21T01:15:29.869055 - [INFO] setup plugin alembic.autogenerate.defaults
2026-09-21T01:15:29.869117 - [INFO] setup plugin alembic.autogenerate.comments
2026-09-21T01:15:29.869177 - [INFO] setup plugin alembic.autogenerate.checkconstraint_byname
2026-09-21T01:15:30.740832 - [WARNING] On windows we are currently forcing single GPU mode in ComfyUI due to a Nvidia related issue, if you want to disable this use: --cuda-device all
2026-09-21T01:15:30.757654 - [INFO] Adding extra search path checkpoints C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\checkpoints
2026-09-21T01:15:30.757785 - [INFO] Adding extra search path classifiers C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\classifiers
2026-09-21T01:15:30.757864 - [INFO] Adding extra search path clip_vision C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\clip_vision
2026-09-21T01:15:30.757921 - [INFO] Adding extra search path configs C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\configs
2026-09-21T01:15:30.757973 - [INFO] Adding extra search path controlnet C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\controlnet
2026-09-21T01:15:30.758057 - [INFO] Adding extra search path controlnet C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\t2i_adapter
2026-09-21T01:15:30.758108 - [INFO] Adding extra search path diffusers C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\diffusers
2026-09-21T01:15:30.758157 - [INFO] Adding extra search path diffusion_models C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\diffusion_models
2026-09-21T01:15:30.758206 - [INFO] Adding extra search path embeddings C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\embeddings
2026-09-21T01:15:30.758255 - [INFO] Adding extra search path gligen C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\gligen
2026-09-21T01:15:30.758304 - [INFO] Adding extra search path hypernetworks C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\hypernetworks
2026-09-21T01:15:30.758352 - [INFO] Adding extra search path latent_upscale_models C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\latent_upscale_models
2026-09-21T01:15:30.758401 - [INFO] Adding extra search path loras C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\loras
2026-09-21T01:15:30.758450 - [INFO] Adding extra search path model_patches C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\model_patches
2026-09-21T01:15:30.758497 - [INFO] Adding extra search path audio_encoders C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\audio_encoders
2026-09-21T01:15:30.758564 - [INFO] Adding extra search path photomaker C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\photomaker
2026-09-21T01:15:30.758613 - [INFO] Adding extra search path style_models C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\style_models
2026-09-21T01:15:30.758660 - [INFO] Adding extra search path text_encoders C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\text_encoders
2026-09-21T01:15:30.758711 - [INFO] Adding extra search path upscale_models C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\upscale_models
2026-09-21T01:15:30.758759 - [INFO] Adding extra search path background_removal C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\background_removal
2026-09-21T01:15:30.758807 - [INFO] Adding extra search path frame_interpolation C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\frame_interpolation
2026-09-21T01:15:30.758854 - [INFO] Adding extra search path geometry_estimation C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\geometry_estimation
2026-09-21T01:15:30.758901 - [INFO] Adding extra search path optical_flow C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\optical_flow
2026-09-21T01:15:30.758949 - [INFO] Adding extra search path detection C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\detection
2026-09-21T01:15:30.759014 - [INFO] Adding extra search path vae C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\vae
2026-09-21T01:15:30.759081 - [INFO] Adding extra search path vae_approx C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\vae_approx
2026-09-21T01:15:30.759129 - [INFO] Adding extra search path clip C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\clip
2026-09-21T01:15:30.759177 - [INFO] Adding extra search path unet C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\unet
2026-09-21T01:15:30.759238 - [INFO] Setting output directory to: C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\output
2026-09-21T01:15:30.759312 - [INFO] Setting input directory to: C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Shared\input
2026-09-21T01:15:31.320462 - [START] Security scan2026-09-21T01:15:31.320479 - 
2026-09-21T01:15:33.180489 - [DONE] Security scan2026-09-21T01:15:33.180510 - 
2026-09-21T01:15:33.181677 - ** ComfyUI startup time:2026-09-21T01:15:33.181814 -  2026-09-21T01:15:33.181882 - 2026-09-21 01:15:33.1812026-09-21T01:15:33.181945 - 
2026-09-21T01:15:33.182029 - ** Platform:2026-09-21T01:15:33.182087 -  2026-09-21T01:15:33.182145 - Windows2026-09-21T01:15:33.182201 - 
2026-09-21T01:15:33.182262 - ** Python version:2026-09-21T01:15:33.182317 -  2026-09-21T01:15:33.182373 - 3.13.12 (main, Feb 12 2026, 00:38:53) [MSC v.1944 64 bit (AMD64)]2026-09-21T01:15:33.182431 - 
2026-09-21T01:15:33.182490 - ** Python executable:2026-09-21T01:15:33.182545 -  2026-09-21T01:15:33.182601 - C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI\.venv\Scripts\python.exe2026-09-21T01:15:33.182657 - 
2026-09-21T01:15:33.182716 - ** ComfyUI Path:2026-09-21T01:15:33.182770 -  2026-09-21T01:15:33.182825 - C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI2026-09-21T01:15:33.182880 - 
2026-09-21T01:15:33.182938 - ** ComfyUI Base Folder Path:2026-09-21T01:15:33.182992 -  2026-09-21T01:15:33.185873 - C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI2026-09-21T01:15:33.185964 - 
2026-09-21T01:15:33.186033 - ** User directory:2026-09-21T01:15:33.186069 -  2026-09-21T01:15:33.186105 - C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI\user2026-09-21T01:15:33.186140 - 
2026-09-21T01:15:33.186176 - ** ComfyUI-Manager config path:2026-09-21T01:15:33.186209 -  2026-09-21T01:15:33.186243 - C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI\user\__manager\config.ini2026-09-21T01:15:33.186277 - 
2026-09-21T01:15:33.186321 - ** Log path:2026-09-21T01:15:33.186354 -  2026-09-21T01:15:33.186388 - C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI\user\comfyui.log2026-09-21T01:15:33.186421 - 
2026-09-21T01:15:34.628313 - [INFO] [PRE] ComfyUI-Manager
2026-09-21T01:15:40.588394 - [INFO] Found comfy_kitchen backend triton: {'available': False, 'disabled': True, 'unavailable_reason': "ImportError: No module named 'triton'", 'capabilities': []}
2026-09-21T01:15:40.588606 - [INFO] Found comfy_kitchen backend eager: {'available': True, 'disabled': False, 'unavailable_reason': None, 'capabilities': ['adaln', 'apply_rope', 'apply_rope1', 'apply_rope1_', 'apply_rope_', 'apply_rope_split_half', 'apply_rope_split_half1', 'apply_rope_split_half1_', 'apply_rope_split_half_', 'convrot_w4a4_linear', 'dequantize_convrot_w4a4_weight', 'dequantize_int8_convrot_weight', 'dequantize_int8_convrot_weight_dtype', 'dequantize_int8_embedding', 'dequantize_int8_simple', 'dequantize_int8_simple_dtype', 'dequantize_mxfp8', 'dequantize_nvfp4', 'dequantize_per_tensor_fp8', 'dequantize_w4a8_int8_weight', 'fp16_conv3d', 'fp16_linear', 'gemv_awq_w4a16', 'group_norm_silu_pad3d', 'int8_linear', 'na3d', 'prepare_int4_weight_for_int8_linear', 'quantize_and_rotate_rowwise', 'quantize_convrot_w4a4_weight', 'quantize_int8_convrot_weight', 'quantize_int8_rowwise', 'quantize_int8_tensorwise', 'quantize_mxfp8', 'quantize_nvfp4', 'quantize_per_tensor_fp8', 'quantize_svdquant_w4a4', 'quantize_w4a8_int8_weight', 'rms_adaln', 'rms_rope', 'rms_rope1', 'rms_rope1_', 'rms_rope_', 'rms_rope_split_half', 'rms_rope_split_half1', 'rms_rope_split_half1_', 'rms_rope_split_half_', 'rotate_int8_convrot_weight', 'scaled_mm_mxfp8', 'scaled_mm_nvfp4', 'scaled_mm_svdquant_w4a4', 'sol_attn', 'stochastic_rounding_fp8', 'w4a8_int8_linear']}
2026-09-21T01:15:40.588734 - [INFO] Found comfy_kitchen backend hip: {'available': False, 'disabled': False, 'unavailable_reason': 'PyTorch ROCm/HIP runtime not available', 'capabilities': []}
2026-09-21T01:15:40.588852 - [INFO] Found comfy_kitchen backend cuda: {'available': True, 'disabled': False, 'unavailable_reason': None, 'capabilities': ['adaln', 'apply_rope', 'apply_rope1', 'apply_rope1_', 'apply_rope_', 'apply_rope_split_half', 'apply_rope_split_half1', 'apply_rope_split_half1_', 'apply_rope_split_half_', 'convrot_w4a4_linear', 'dequantize_convrot_w4a4_weight', 'dequantize_int8_convrot_weight', 'dequantize_int8_convrot_weight_dtype', 'dequantize_int8_simple', 'dequantize_int8_simple_dtype', 'dequantize_nvfp4', 'dequantize_per_tensor_fp8', 'dequantize_w4a8_int8_weight', 'fp16_conv3d', 'fp16_linear', 'gemv_awq_w4a16', 'group_norm_silu_pad3d', 'int8_linear', 'na3d', 'prepare_int4_weight_for_int8_linear', 'quantize_and_rotate_rowwise', 'quantize_convrot_w4a4_weight', 'quantize_int8_convrot_weight', 'quantize_int8_rowwise', 'quantize_int8_tensorwise', 'quantize_mxfp8', 'quantize_nvfp4', 'quantize_per_tensor_fp8', 'quantize_svdquant_w4a4', 'quantize_w4a8_int8_weight', 'rms_adaln', 'rms_rope', 'rms_rope1', 'rms_rope1_', 'rms_rope_', 'rms_rope_split_half', 'rms_rope_split_half1', 'rms_rope_split_half1_', 'rms_rope_split_half_', 'rotate_int8_convrot_weight', 'scaled_mm_nvfp4', 'scaled_mm_svdquant_w4a4', 'sol_attn', 'stochastic_rounding_fp8', 'w4a8_int8_linear']}
2026-09-21T01:15:40.604922 - [INFO] Checkpoint files will always be loaded safely.
2026-09-21T01:15:40.785897 - [INFO] Total VRAM 12287 MB, total RAM 16225 MB
2026-09-21T01:15:40.786198 - [INFO] pytorch version: 2.12.1+cu130
2026-09-21T01:15:40.786915 - [INFO] Set vram state to: LOW_VRAM
2026-09-21T01:15:40.787180 - [INFO] Device: cuda:0 NVIDIA GeForce RTX 3060 : cudaMallocAsync
2026-09-21T01:15:40.819627 - [INFO] Using async weight offloading with 2 streams
2026-09-21T01:15:40.820109 - [INFO] Enabled pinned memory 6489.0
2026-09-21T01:15:40.882562 - [INFO] Using pytorch attention
2026-09-21T01:15:47.283607 - [INFO] aimdo: src-win/cuda-detour.c:38:INFO:aimdo_setup_hooks: installing 6 hooks
2026-09-21T01:15:47.327647 - [INFO] aimdo: src/control.c:269:INFO:comfy-aimdo NVML pressure enabled
2026-09-21T01:15:47.343154 - [INFO] aimdo: src-win/shmem-detect.c:80:INFO:comfy-aimdo WDDM adapter match: NVIDIA GeForce RTX 3060 runtime_luid=00000000:0000ecbe dxgi_luid=00000000:0000ecbe
2026-09-21T01:15:47.343342 - [INFO] aimdo: src/control.c:284:INFO:comfy-aimdo inited for GPU: NVIDIA GeForce RTX 3060 (VRAM: 12287 MB)
2026-09-21T01:15:47.343519 - [INFO] DynamicVRAM support detected and enabled
2026-09-21T01:15:47.343671 - [INFO] Python version: 3.13.12 (main, Feb 12 2026, 00:38:53) [MSC v.1944 64 bit (AMD64)]
2026-09-21T01:15:47.343776 - [INFO] ComfyUI version: 0.37.0
2026-09-21T01:15:47.345270 - [INFO] comfy-aimdo version: 0.5.5
2026-09-21T01:15:47.346916 - [INFO] comfy-kitchen version: 0.2.35
2026-09-21T01:15:47.356512 - [INFO] comfyui-frontend-package version: 1.52.7
2026-09-21T01:15:47.356769 - [INFO] comfyui-workflow-templates version: 0.11.66
2026-09-21T01:15:47.356890 - [INFO] comfyui-embedded-docs version: 0.5.12
2026-09-21T01:15:47.357000 - [INFO] comfy-kitchen version: 0.2.35
2026-09-21T01:15:47.357104 - [INFO] comfy-aimdo version: 0.5.5
2026-09-21T01:15:47.359447 - [INFO] [Prompt Server] web root: C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI\.venv\Lib\site-packages\comfyui_frontend_package\static
2026-09-21T01:15:47.361001 - [INFO] Asset seeder disabled
2026-09-21T01:15:47.361279 - [INFO] [START] ComfyUI-Manager
2026-09-21T01:15:48.275906 - [ComfyUI-Manager] Using GitPython backend2026-09-21T01:15:48.275983 - 
2026-09-21T01:15:48.369219 - [INFO] [ComfyUI-Manager] network_mode: public
2026-09-21T01:15:48.376219 - [WARNING] [ComfyUI-Manager] The matrix sharing feature has been disabled because the `matrix-nio` dependency is not installed.
    To use this feature, please run the following command:
    C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI\.venv\Scripts\python.exe -m pip install matrix-nio

2026-09-21T01:15:50.954927 - [INFO] No OpenGL_accelerate module loaded: No module named 'OpenGL_accelerate'
2026-09-21T01:15:52.772178 - [INFO] ComfyUI-GGUF: Allowing full torch compile
2026-09-21T01:15:52.778187 - [INFO] 
Import times for custom nodes:
2026-09-21T01:15:52.778389 - [INFO]    0.0 seconds: C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI\custom_nodes\websocket_image_save.py
2026-09-21T01:15:52.778503 - [INFO]    0.1 seconds: C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI\custom_nodes\ComfyUI-GGUF
2026-09-21T01:15:52.778601 - [INFO] 
2026-09-21T01:15:52.785547 - [INFO] Context impl SQLiteImpl.
2026-09-21T01:15:52.785736 - [INFO] Will assume non-transactional DDL.
2026-09-21T01:15:53.004383 - [INFO] Using RAM pressure cache.
2026-09-21T01:15:53.005498 - [INFO] Starting server

2026-09-21T01:15:53.006181 - [INFO] To see the GUI go to: http://127.0.0.1:8189
2026-09-21T01:15:53.320063 - [ERROR] Exception in callback _ProactorBasePipeTransport._call_connection_lost()
handle: <Handle _ProactorBasePipeTransport._call_connection_lost()>
Traceback (most recent call last):
  File "C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\standalone-env\Lib\asyncio\events.py", line 89, in _run
    self._context.run(self._callback, *self._args)
    ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\standalone-env\Lib\asyncio\proactor_events.py", line 165, in _call_connection_lost
    self._sock.shutdown(socket.SHUT_RDWR)
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
ConnectionResetError: [WinError 10054] Удаленный хост принудительно разорвал существующее подключение
2026-09-21T01:15:56.641673 - [INFO] [ComfyUI-Manager] The ComfyRegistry cache update is still in progress, so an outdated cache is being used.
2026-09-21T01:15:56.939913 - FETCH DATA from: C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI\.venv\Lib\site-packages\comfyui_manager\custom-node-list.json2026-09-21T01:15:56.939982 - 2026-09-21T01:15:56.979143 -  [DONE]2026-09-21T01:15:56.979224 - 
2026-09-21T01:16:36.257410 - [INFO] got prompt
2026-09-21T01:16:36.311605 - [INFO] Model storage policy: fast_disk=False paths=['C:\\Users\\xwpony\\AppData\\Local\\Comfy-Desktop\\ComfyUI-Installs\\ComfyUI\\ComfyUI\\models\\vae\\qwen_image_2.1_vae_bf16.safetensors']
2026-09-21T01:16:36.326939 - [INFO] Using pytorch attention in VAE
2026-09-21T01:16:36.329884 - [INFO] Using pytorch attention in VAE
2026-09-21T01:16:36.981997 - [INFO] VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16
2026-09-21T01:16:37.028739 - [INFO] Found quantization metadata version 1
2026-09-21T01:16:37.030399 - [INFO] Using MixedPrecisionOps for text encoder
2026-09-21T01:16:37.656838 - [INFO] Model storage policy: fast_disk=False paths=['C:\\Users\\xwpony\\AppData\\Local\\Comfy-Desktop\\ComfyUI-Installs\\ComfyUI\\ComfyUI\\models\\text_encoders\\qwen3vl_8b_int8_convrot.safetensors']
2026-09-21T01:16:37.777006 - [INFO] CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cpu, dtype: torch.float16
2026-09-21T01:16:37.785186 - [INFO] Requested to load QwenImage21TEModel_
2026-09-21T01:16:38.139898 - [INFO] Model QwenImage21TEModel_ prepared for dynamic VRAM loading. 8916MB Staged. 0 patches attached. Force pre-loaded 255 weights: 849 KB.
2026-09-21T01:17:00.456736 - [INFO] Model QwenImage21TEModel_ prepared for dynamic VRAM loading. 8916MB Staged. 0 patches attached. Force pre-loaded 255 weights: 849 KB.
2026-09-21T01:17:01.978094 - [ERROR] !!! Exception during processing !!! This model is not currently supported - (Unknown model architecture!)
2026-09-21T01:17:01.986115 - [ERROR] Traceback (most recent call last):
  File "C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI\custom_nodes\ComfyUI-GGUF\loader.py", line 103, in gguf_sd_loader
    arch_str = detect_arch(set(val[0] for val in tensors)).arch
               ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI\custom_nodes\ComfyUI-GGUF\tools\convert.py", line 169, in detect_arch
    assert model_arch is not None, "Unknown model architecture!"
           ^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unknown model architecture!

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI\execution.py", line 547, in execute
    output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI\execution.py", line 352, in get_output_data
    return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI\execution.py", line 326, in _async_map_node_over_list
    await process_inputs(input_dict, i)
  File "C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI\execution.py", line 314, in process_inputs
    result = f(**inputs)
  File "C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI\custom_nodes\ComfyUI-GGUF\nodes.py", line 169, in load_unet
    sd, extra = gguf_sd_loader(unet_path)
                ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI\custom_nodes\ComfyUI-GGUF\loader.py", line 105, in gguf_sd_loader
    raise ValueError(f"This model is not currently supported - ({e})")
ValueError: This model is not currently supported - (Unknown model architecture!)

2026-09-21T01:17:01.990188 - [INFO] Prompt executed in 25.70 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)

I'm looking into it. I'll help you shortly.

Node threw an error during execution.

ComfyUI Error Report

This error happens because the GGUF files were quantized in raw sd.cpp compatibility format without the general.architecture metadata key in the file header. When ComfyUI-GGUF encounters a file without this key, it attempts to detect the architecture via tensor names in tools/convert.py. However, upstream city96/ComfyUI-GGUF currently lacks the ModelQwenImage definition in its tools/convert.py.

Here is the exact fix:

  1. Open this file on your system in Notepad or VS Code:
    C:\Users\xwpony\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI\custom_nodes\ComfyUI-GGUF\tools\convert.py

  2. Right before arch_list = [...] (around line 150), add:

    class ModelQwenImage(ModelTemplate):
        arch = "qwen_image"
        keys_detect = [
            ("img_in.weight", "modulation.1.weight"),
        ]
    
  3. And append ModelQwenImage to the end of the arch_list array:

    arch_list = [ModelFlux, ModelSD3, ModelAura, ModelHiDream, CosmosPredict2, 
                 ModelLTXV, ModelHyVid, ModelWan, ModelSDXL, ModelSD1, ModelLumina2, ModelQwenImage]
    
  4. Save the file and restart ComfyUI.

abenzerps changed discussion status to closed

Sign up or log in to comment