Open AndreR opened 2 months ago
I actually found the solution myself. fbgemm.dll seems to require _libomp140.x8664.dll, and that one was removed from the Windows 11 C++ redistributables, as it seems. According to this post, I had to use the Visual Studio installer to add the MSVC v143 – VS 2022 C++ – x64/x86 build tools (latest) package. Now, the missing DLL has suddenly appeared in my system32 folder.
The problem appeared after updating torch. Torch 2.3 and early don't require this DLL.
Seems like I'm having a similar issue as in #1557. When I run gui.bat, I get the following error.
This happens since I updated to the Flux compatible branch. It worked with the standard version.
PS: Setup gives me a similar error: