You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "F:\Ai\ComfyUI\nodes.py", line 1887, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in call_with_frames_removed
File "F:\Ai\ComfyUI\custom_nodes\onediff_comfy_nodes_init.py", line 2, in
from .config import USE_UNET_INT8
File "F:\Ai\ComfyUI\custom_nodes\onediff_comfy_nodes_config.py", line 15, in
import register_comfy # load plugins
File "F:\Ai\ComfyUI\custom_nodes\onediff_comfy_nodes\infer_compiler_registry\register_comfy_init.py", line 1, in
from onediff.infer_compiler import register
File "F:\Ai\ComfyUI\venv\lib\site-packages\onediff\infer_compiler_init.py", line 3, in
import oneflow as flow
ModuleNotFoundError: No module named 'oneflow'
Additional context
I install it from the comfyui manager
The text was updated successfully, but these errors were encountered:
Describe the bug
when startup the comfyui got the errors
Your environment
windows 11
OneDiff git commit id
OneFlow version info
Run
python -m oneflow --doctor
and paste it here.How To Reproduce
Steps to reproduce the behavior(code or script):
The complete error message
Traceback (most recent call last):
File "F:\Ai\ComfyUI\nodes.py", line 1887, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in call_with_frames_removed
File "F:\Ai\ComfyUI\custom_nodes\onediff_comfy_nodes_init.py", line 2, in
from .config import USE_UNET_INT8
File "F:\Ai\ComfyUI\custom_nodes\onediff_comfy_nodes_config.py", line 15, in
import register_comfy # load plugins
File "F:\Ai\ComfyUI\custom_nodes\onediff_comfy_nodes\infer_compiler_registry\register_comfy_init.py", line 1, in
from onediff.infer_compiler import register
File "F:\Ai\ComfyUI\venv\lib\site-packages\onediff\infer_compiler_init.py", line 3, in
import oneflow as flow
ModuleNotFoundError: No module named 'oneflow'
Additional context
I install it from the comfyui manager
The text was updated successfully, but these errors were encountered: