ExponentialML / ComfyUI_Native_DynamiCrafter

DynamiCrafter that works natively with ComfyUI's nodes, optimizations, and more.
Apache License 2.0
109 stars 10 forks source link

ImportError: cannot import name 'sd2_clip' from 'comfy' (unknown location) #29

Open K-O-N-B opened 2 months ago

K-O-N-B commented 2 months ago

help......

Traceback (most recent call last): File "H:\ComfyUI-qiuye\ComfyUI\nodes.py", line 1982, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "H:\ComfyUI-qiuye\ComfyUI\custom_nodes\ComfyUI_ModelScopeT2V__init__.py", line 1, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "H:\ComfyUI-qiuye\ComfyUI\custom_nodes\ComfyUI_ModelScopeT2V\nodes.py", line 10, in from .configs.modelscope_config import MODELSCOPE_UNET_CONFIG, SD15_CONFIG File "H:\ComfyUI-qiuye\ComfyUI\custom_nodes\ComfyUI_ModelScopeT2V\configs\modelscope_config.py", line 6, in from comfy import sd2_clip ImportError: cannot import name 'sd2_clip' from 'comfy' (unknown location)

Cannot import H:\ComfyUI-qiuye\ComfyUI\custom_nodes\ComfyUI_ModelScopeT2V module for custom nodes: cannot import name 'sd2_clip' from 'comfy' (unknown location) Traceback (most recent call last): File "H:\ComfyUI-qiuye\ComfyUI\nodes.py", line 1982, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "H:\ComfyUI-qiuye\ComfyUI\custom_nodes\ComfyUI_Native_DynamiCrafter__init__.py", line 1, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "H:\ComfyUI-qiuye\ComfyUI\custom_nodes\ComfyUI_Native_DynamiCrafter\nodes.py", line 11, in from .utils.model_utils import DynamiCrafterBase, DYNAMICRAFTER_CONFIG, \ File "H:\ComfyUI-qiuye\ComfyUI\custom_nodes\ComfyUI_Native_DynamiCrafter\utils\model_utils.py", line 9, in from comfy import sd2_clip ImportError: cannot import name 'sd2_clip' from 'comfy' (unknown location)

ranchen3010 commented 2 months ago

I also found this problem, has it been solved?

K-O-N-B commented 2 months ago

I also found this problem, has it been solved?

no...

richardyip commented 1 month ago

Plus+1, same question.

vxinhao commented 1 month ago

comfyui_native_dynamicrafter/utils/model_utils.py

# from comfy import sd2_clip
from comfy.text_encoders import sd2_clip

After modifying the import method, although it can be imported correctly, there will still be other issues that have been confirmed to be caused by Comfyui upgrade,so...