-
Notifications
You must be signed in to change notification settings - Fork 58
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
cumfyui importing fail #84
Comments
What error does the terminal give you? |
Node import failed
…On Tue, 28 May, 2024, 11:04 pm ssitu, ***@***.***> wrote:
What error does the terminal give you?
—
Reply to this email directly, view it on GitHub
<#84 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BGLBP2HEX74REJAREKPG7IDZES52RAVCNFSM6AAAAABILO53ICVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZVG44DAMZYGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Node not loading |
Can I see the full log, or if you know where to look, the part of the log that has the traceback of the import failed error? |
Where to look? |
It should look similar to the first comment in this other post: |
Ok when I reach home I will send it here |
I'm having the same issue. Did you find a fix? |
Just post log file here he will find it for you |
i have the same problem, Apparently my problem is related to the spandrel file, thank you for helping me, my log file: Microsoft Windows [Versión 10.0.22631.3593] C:\Users\prude\pinokio\api\comfyui.git\app>conda_hook && conda deactivate && conda deactivate && conda deactivate && conda activate base && C:\Users\prude\pinokio\api\comfyui.git\app\env\Scripts\activate C:\Users\prude\pinokio\api\comfyui.git\app\env && python main.py --disable-xformers ComfyUI-Manager: installing dependencies done.** ComfyUI startup time: 2024-05-31 00:15:48.815606 Prestartup times for custom nodes: Total VRAM 24575 MB, total RAM 32644 MB Cannot import C:\Users\prude\pinokio\api\comfyui.git\app\comfy_extras\nodes_upscale_model.py module for custom nodes: No module named 'spandrel' ComfyUI-FaceSwap: Check dependenciesComfyUI-FaceSwap: Check basic modelsA new version of Albumentations is available: 1.4.8 (you have 1.4.7). Upgrade using: pip install --upgrade albumentations Loading: ComfyUI-Impact-Pack (V5.7)ComfyUI-Impact-Pack: Reinstall dependencies (several dependencies are missing.)ComfyUI-Impact-Pack: Check dependenciesComfyUI-Impact-Pack: Updating subpack[Impact Pack] EXECUTE: ['C:\Users\prude\pinokio\api\comfyui.git\app\env\Scripts\python.exe', 'install.py'] in 'C:\Users\prude\pinokio\api\comfyui.git\app\custom_nodes\ComfyUI-Impact-Pack\impact_subpack' [notice] A new release of pip is available: 23.0.1 -> 24.0 ComfyUI-Impact-Pack: Check basic modelsTraceback (most recent call last): Cannot import C:\Users\prude\pinokio\api\comfyui.git\app\custom_nodes\ComfyUI-Impact-Pack module for custom nodes: No module named 'spandrel' Loading: ComfyUI-Inspire-Pack (V0.71)Total VRAM 24575 MB, total RAM 32644 MB Loading: ComfyUI-Manager (V2.35.1)ComfyUI Revision: 2217 [71ec5b14] | Released on '2024-05-29'[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json Cannot import C:\Users\prude\pinokio\api\comfyui.git\app\custom_nodes\ComfyUI_UltimateSDUpscale module for custom nodes: No module named 'spandrel' [rgthree] Loaded 39 extraordinary nodes. Import times for custom nodes: WARNING: some comfy_extras/ nodes did not import correctly. This may be because they are missing some dependencies. IMPORT FAILED: nodes_upscale_model.py This issue might be caused by new missing dependencies added the last time you updated ComfyUI. Starting server To see the GUI go to: http://127.0.0.1:8188 [Start proxy] Local Sharing http://127.0.0.1:8188 FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json [DONE] |
My Solution:Go to the venv\Lib\site-packages of A1111 webui and copy the two folders "spandrel and spandrel-0.1.6.dist-info" to the venv of comfyui. |
I've used that method, it works for me as well. Thanks for suggesting it. |
This solution worked!! Thanks @gmf1982 |
I dont have a1111 installed. Is there an alternate way to resolve this? |
After activating the virtual environment, pip install spandrel |
I try so much but comfy ui manager show error while importing this node
The text was updated successfully, but these errors were encountered: