When I just update the nodes to 2.3.2,there are some misstakes:
我刚更新到了2.3.2, 控制台输出错误如下:
[DEBUG] Added to sys.path: F:\CMU\ComfyUI\custom_nodes\ComfyUI-QwenImageLoraLoader
[DEBUG] wrappers dir exists: True
[DEBUG] qwenimage.py exists: True
LoRA nodes import failed:
Traceback (most recent call last):
File "F:\CMU\ComfyUI\custom_nodes\ComfyUI-QwenImageLoraLoader_init_.py", line 28, in
from .nodes.lora.zimageturbo_v4 import GENERATED_NODES as ZIMAGETURBO_V4_NODES, GENERATED_DISPLAY_NAMES as ZIMAGETURBO_V4_NAMES
ModuleNotFoundError: No module named 'F:\CMU\ComfyUI\custom_nodes\ComfyUI-QwenImageLoraLoader.nodes.lora.zimageturbo_v4'
Traceback (most recent call last):
File "F:\CMU\ComfyUI\nodes.py", line 2155, in load_custom_node
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1027, in exec_module
File "", line 488, in call_with_frames_removed
File "F:\CMU\ComfyUI\custom_nodes\ComfyUI-QwenImageLoraLoader_init.py", line 67, in
**ZIMAGETURBO_V4_NAMES
^^^^^^^^^^^^^^^^^^^^
NameError: name 'ZIMAGETURBO_V4_NAMES' is not defined
Cannot import F:\CMU\ComfyUI\custom_nodes\ComfyUI-QwenImageLoraLoader module for custom nodes: name 'ZIMAGETURBO_V4_NAMES' is not defined
I checked here and my local dir, but didn't find a node called v4...
我在仓库相应位置找了一下,没有发现v4这个节点。。。
When I just update the nodes to 2.3.2,there are some misstakes:
我刚更新到了2.3.2, 控制台输出错误如下:
[DEBUG] Added to sys.path: F:\CMU\ComfyUI\custom_nodes\ComfyUI-QwenImageLoraLoader
[DEBUG] wrappers dir exists: True
[DEBUG] qwenimage.py exists: True
LoRA nodes import failed:
Traceback (most recent call last):
File "F:\CMU\ComfyUI\custom_nodes\ComfyUI-QwenImageLoraLoader_init_.py", line 28, in
from .nodes.lora.zimageturbo_v4 import GENERATED_NODES as ZIMAGETURBO_V4_NODES, GENERATED_DISPLAY_NAMES as ZIMAGETURBO_V4_NAMES
ModuleNotFoundError: No module named 'F:\CMU\ComfyUI\custom_nodes\ComfyUI-QwenImageLoraLoader.nodes.lora.zimageturbo_v4'
Traceback (most recent call last):
File "F:\CMU\ComfyUI\nodes.py", line 2155, in load_custom_node
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1027, in exec_module
File "", line 488, in call_with_frames_removed
File "F:\CMU\ComfyUI\custom_nodes\ComfyUI-QwenImageLoraLoader_init.py", line 67, in
**ZIMAGETURBO_V4_NAMES
^^^^^^^^^^^^^^^^^^^^
NameError: name 'ZIMAGETURBO_V4_NAMES' is not defined
Cannot import F:\CMU\ComfyUI\custom_nodes\ComfyUI-QwenImageLoraLoader module for custom nodes: name 'ZIMAGETURBO_V4_NAMES' is not defined
I checked here and my local dir, but didn't find a node called v4...
我在仓库相应位置找了一下,没有发现v4这个节点。。。