Skip to content
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

No module named "oneflow"! #695

Closed
merecesarchviz opened this issue Mar 1, 2024 · 1 comment
Closed

No module named "oneflow"! #695

merecesarchviz opened this issue Mar 1, 2024 · 1 comment
Assignees
Labels

Comments

@merecesarchviz
Copy link

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

@merecesarchviz merecesarchviz added the Request-bug Something isn't working label Mar 1, 2024
@strint
Copy link
Collaborator

strint commented Mar 2, 2024

@strint strint added Response-wontfix This will not be worked on Rsp-triaged and removed Response-wontfix This will not be worked on labels Mar 2, 2024
@strint strint closed this as completed Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants