-
Notifications
You must be signed in to change notification settings - Fork 63
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
I was unable to load the plug-in node in comfyui #93
Comments
Hi. There are no errors in these logs, show the entire log and terminal. The problem may be in your Python version, a similar problem has already been encountered in questions, as an option, replace the init.py file and download config.json (from here https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet/tree/new_init_config_disabled ) and try to disable node folders in it (start with argos or google) Info: #91 (comment) |
Thank you very much. The solution you suggested temporarily solved my problem of not being able to use this plug-in. |
Hi, show the full log of the comfyui window so that we can determine the cause of the problem, maybe the necessary dependencies were not installed. |
I encountered the same problem on windows platform with the latest version of comfyui 0.2.7, replacing init.py and config.json by your method solves the problem, here is the error report of the problem: `### [START] ComfyUI AlekPet Nodes v1.0.33 ### Getting requirements to build wheel did not run successfully. [31 lines of output] note: This error originates from a subprocess, and is likely not a problem with pip. Getting requirements to build wheel did not run successfully. [31 lines of output] note: This error originates from a subprocess, and is likely not a problem with pip. Getting requirements to build wheel did not run successfully. See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. Getting requirements to build wheel did not run successfully. See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. [END] ComfyUI AlekPet NodesTraceback (most recent call last): Cannot import E:\SDiff\ComfyUI_v027\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet module for custom nodes: No module named 'argostranslate'` |
Try installing argostranslate manually: .\python_embeded\python.exe -m pip list If not install: .\python_embeded\python.exe -m pip install argostranslate or uninstal and install again .\python_embeded\python.exe -m pip uninstall argostranslate
.\python_embeded\python.exe -m pip install argostranslate and check... |
module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? |
Very useful, problem solved, thanks! |
After I installed it according to the documentation, I was unable to load the plug-in node in comfyui.
cd comfyui/custom_nodes/
git clone https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet.git
After restarting comfyui, the plug-in node was not loaded, and it was displayed in ComfyUI-Manager
(IMPORT FAILED) AlekPet/ComfyUI_Custom_Nodes_AlekPet.
The environment I used is:
ubuntu 24.04
python 3.12.7
comfyui updated to the latest version
The text was updated successfully, but these errors were encountered: