Traceback (most recent call last):
2024-08-03T05:12:56.392759589Z File "/root/ComfyUI/nodes.py", line 1941, in load_custom_node
module_spec.loader.exec_module(module)
2024-08-03T05:12:56.392770079Z File "<frozen importlib._bootstrap_external>", line 940, in exec_module
2024-08-03T05:12:56.392775236Z File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
2024-08-03T05:12:56.392780353Z File "/root/ComfyUI/custom_nodes/ComfyUI-Easy-Use/__init__.py", line 20, in <module>
imported_module = importlib.import_module(".py.{}".format(module_name), __name__)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-08-03T05:12:56.392818477Z File "/usr/lib64/python3.11/importlib/__init__.py", line 126, in import_module
2024-08-03T05:12:56.392823424Z return _bootstrap._gcd_import(name[level:], package, level)
2024-08-03T05:12:56.392828321Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-08-03T05:12:56.392833150Z File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
2024-08-03T05:12:56.392848203Z File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
2024-08-03T05:12:56.392853294Z File "<frozen importlib._bootstrap_external>", line 940, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/root/ComfyUI/custom_nodes/ComfyUI-Easy-Use/py/easyNodes.py", line 1611, in <module>
from .dynamiCrafter import DynamiCrafter
File "/root/ComfyUI/custom_nodes/ComfyUI-Easy-Use/py/dynamiCrafter/__init__.py", line 11, in <module>
2024-08-03T05:12:56.392878433Z from .utils.model_utils import DynamiCrafterBase, DYNAMICRAFTER_CONFIG, load_image_proj_dict, load_dynamicrafter_dict, get_image_proj_model
File "/root/ComfyUI/custom_nodes/ComfyUI-Easy-Use/py/dynamiCrafter/utils/model_utils.py", line 10, in <module>
2024-08-03T05:12:56.392888787Z from comfy import sd2_clip
ImportError: cannot import name 'sd2_clip' from 'comfy' (unknown location)
2024-08-03T05:12:56.392904799Z
Cannot import /root/ComfyUI/custom_nodes/ComfyUI-Easy-Use module for custom nodes: cannot import name 'sd2_clip' from 'comfy' (unknown location)
如题,看样子是 Comfy 的变化引起的