siliconflow / onediff_comfy_nodes

Just a subfolder of https://github.com/siliconflow/onediff
14 stars 1 forks source link

Onediff load error #1

Open kakachiex2 opened 6 months ago

kakachiex2 commented 6 months ago

I get this error wen instaled onediff

FileNotFoundError: [Errno 2] No such file or directory: 'K:\ComfyUI\ComfyUI\custom_nodes\onediff\init.py'

Cannot import K:\ComfyUI\ComfyUI\custom_nodes\onediff module for custom nodes: [Errno 2] No such file or directory: 'K:\ComfyUI\ComfyUI\custom_nodes\onediff\init.py' Traceback (most recent call last): File "K:\ComfyUI\ComfyUI\nodes.py", line 1800, 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 "K:\ComfyUI\ComfyUI\custom_nodes\onediff_comfy_nodes__init__.py", line 2, in from ._config import _USE_UNET_INT8 File "K:\ComfyUI\ComfyUI\custom_nodes\onediff_comfy_nodes_config.py", line 15, in import register_comfy # load plugins ^^^^^^^^^^^^^^^^^^^^^ File "K:\ComfyUI\ComfyUI\custom_nodes\onediff_comfy_nodes\infer_compiler_registry\register_comfy__init__.py", line 1, in from onediff.infer_compiler import register ModuleNotFoundError: No module named 'onediff.infer_compiler'

Cannot import K:\ComfyUI\ComfyUI\custom_nodes\onediff_comfy_nodes module for custom nodes: No module named 'onediff.infer_compiler'

kakachiex2 commented 6 months ago

I follow the process and this is what I have in the nodes folder it is correct: Screenshot 2024-01-06 235601

kakachiex2 commented 6 months ago

Were do I install the first onediff process

sd2530615 commented 3 months ago

same error ,did you fixe it yet?