-
-
Notifications
You must be signed in to change notification settings - Fork 48
Import Failed #142
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
Comments
Traceback (most recent call last): What kind of DLL is he looking for? |
我也是出现这个问题,一直没有解决。。(I also encountered this issue and it remains unresolved.) |
I removed IF_AI_tools and installed IF_LLM pack. It's working. |
Hi, the import of IF_AI_tools failed with tis error.
Error message occurred while importing the 'ComfyUI-IF_AI_tools' module.
Traceback (most recent call last):
File "E:\ComfyUI\ComfyUI\nodes.py", line 2110, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 995, in exec_module
File "", line 488, in call_with_frames_removed
File "E:\ComfyUI\ComfyUI\custom_nodes\comfyui-if_ai_tools_init.py", line 9, in
from .IFChatPromptNode import IFChatPrompt
File "E:\ComfyUI\ComfyUI\custom_nodes\comfyui-if_ai_tools\IFChatPromptNode.py", line 25, in
from .graphRAG_module import GraphRAGapp
File "E:\ComfyUI\ComfyUI\custom_nodes\comfyui-if_ai_tools\graphRAG_module.py", line 23, in
from nano_graphrag.graphrag import GraphRAG, QueryParam
ModuleNotFoundError: No module named 'nano_graphrag'
I have tested all possible fixes of the last few weeks and none of them have worked.
I am grateful for any help.
The text was updated successfully, but these errors were encountered: