-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Onediff load error #1
Comments
Were do I install the first onediff process |
same error ,did you fixe it yet? |
同样的错误。 |
知道原因了, 你可能是用 comfyUI CLI 安装的。
用第二种方法就可以了。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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'
The text was updated successfully, but these errors were encountered: