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
This worked previously & stopped working in the last week or so.
**Traceback (most recent call last):
File "E:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1906, 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 "E:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_omost_init.py", line 1, in
from .omost_nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "E:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_omost\omost_nodes.py", line 11, in
from openai import OpenAI
ImportError: cannot import name 'OpenAI' from 'openai' (D:\Python\Python310\lib\site-packages\openai_init.py)**_
The text was updated successfully, but these errors were encountered:
This worked previously & stopped working in the last week or so.
**Traceback (most recent call last):
File "E:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1906, 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 "E:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_omost_init.py", line 1, in
from .omost_nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "E:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_omost\omost_nodes.py", line 11, in
from openai import OpenAI
ImportError: cannot import name 'OpenAI' from 'openai' (D:\Python\Python310\lib\site-packages\openai_init.py)**_
The text was updated successfully, but these errors were encountered: