Closed KannManMachen closed 6 months ago
As far as i can tell it's an issue with your pytorch and/or numpy installation.. Or those within the conda environment..
If I'm honest im not too familiar with mac
Okay, thx for the reply @TinyTerra :)
Maybe I should have installed a custom venv
before installing ComfyUI. But apart from that – the libomp.dylib
seems to be connected with your node-package. Can you tell me more about it?
OpenMP is a multiprocessing / optimization API, however it (libomp.dylib) is not being used directly in the nodepack, it's embedded deeper in the torch or numpy imports..
As far as i can tell googling the issue, it is likely caused by incorrect/multiple versions of openmp being installed, see here (the top answer might help). Which could be because the packaged version that comes bundled with numpy is causing an issue, see here (The second comment might help).
Thx again @TinyTerra,
for now I just moved the files libiomp5.dylib
and libomp.dylib
out of my conda library folder /Users/XXX/miniconda3/lib
. The former error message disappeared (while having your tinyterraNodes installed) and ComfyUI is running :)
Lets hope there wont be any other issues by moving those files away from its origin ¯\ (ツ) /¯
If anything only slight optimisation will be missing, but it's possible it's installed elsewhere too and it's still being used.. But, glad it's working for you now
Hey there,
I'm pretty new to the ComfyUI game. I have already loaded some community workflows and successfully installed the missing nodes with the help of the ComfyUI manager when needed.
But after installing the tinyterraNodes I could not load ComfyUI anymore. That is the error in the Terminal:
Does anyone know if the tinyterraNode conflicts with one of the following nodes?
I'm working on a Mac.
Cheers <3