Open jurassicjordan opened 2 days ago
I have reproduced this issue on WSL2 Docker, but on native Linux (in my case, Fedora 41 with latest akmod NVIDIA driver) this isn't happening.
I guess this could be a driver issue. I'm trying to find out the cause.
But before that, try pt23 or StableFast3D-WinPortable or ComfyUI-Windows-Portable instead.
Pt23 seems to be working fine-ish? It was working until at random it decided to reinstall all of comfy3D's dependancies again and now it's stuck. Btw I am running the dockers on Linux EndeavourOS
Pt23 seems to be working fine-ish? It was working until at random it decided to reinstall all of comfy3D's dependancies again and now it's stuck. Btw I am running the dockers on Linux EndeavourOS
this is a separate issue for Pt23, I'm going to make a new issue on it
The re-installation of dependencies could be the behavior of ComfyUI-Manager. I just removed it in all comfy3d
Docker images. (7e98e5a)
One thing for sure, that eglInitialize() failed
is related to the deps required by Comfy3D.
pt22
uses wheels compiled by mept23
uses wheels from 3D-Packpt25
uses wheels compiled by meGood thing is that pt23
works for you.
For anyone who got [F glutil.cpp:338] eglInitialize() failed
and none of the above works, consider build the wheels yourself:
https://github.com/YanWenKun/ComfyUI-3D-Pack-LinuxWheels
And I give up on searching the root cause of [F glutil.cpp:338] eglInitialize() failed
, it's a maze...