RESOLVED: Gives an error in ComfyUI: ValueError: Unknown architecture: 'qwen3'
EDIT: RESOLVED BY UPDATING GGUF NODES.
Gives an error in ComfyUI. Is this supposed to be a Clip Text Encoder?
got prompt
Using pytorch attention in VAE
Using pytorch attention in VAE
VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16
!!! Exception during processing !!! Unknown architecture: 'qwen3'
Traceback (most recent call last):
File "l:\ComfyUI\ComfyUI\execution.py", line 510, 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, hidden_inputs=hidden_inputs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "l:\ComfyUI\ComfyUI\execution.py", line 324, 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, hidden_inputs=hidden_inputs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "L:\ComfyUI\ComfyUI\custom_nodes\comfyui-lora-manager\py\metadata_collector\metadata_hook.py", line 165, in async_map_node_over_list_with_metadata
results = await original_map_node_over_list(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "l:\ComfyUI\ComfyUI\execution.py", line 298, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "l:\ComfyUI\ComfyUI\execution.py", line 286, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "L:\ComfyUI\ComfyUI\custom_nodes\gguf\pig.py", line 549, in load_clip
return (self.load_patcher([clip_path], get_clip_type(type), self.load_data([clip_path])), get_device('default'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "L:\ComfyUI\ComfyUI\custom_nodes\gguf\pig.py", line 530, in load_data
sd = load_gguf_clip(p)
^^^^^^^^^^^^^^^^^
File "L:\ComfyUI\ComfyUI\custom_nodes\gguf\pig.py", line 421, in load_gguf_clip
sd, arch = load_gguf_sd(path, return_arch=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "L:\ComfyUI\ComfyUI\custom_nodes\gguf\pig.py", line 334, in load_gguf_sd
raise ValueError(f"Unknown architecture: {arch_str!r}")
ValueError: Unknown architecture: 'qwen3'
Same error
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\ComfyUI-Easy-Install\ComfyUI-Easy-Install\ComfyUI\custom_nodes\ComfyUI-GGUF\loader.py", line 89, in gguf_sd_loader
raise ValueError(f"Unexpected text model architecture type in GGUF file: {arch_str!r}")
ValueError: Unexpected text model architecture type in GGUF file: 'qwen3'
Prompt executed in 7.63 seconds