Artem Kotov

Results 5 comments of Artem Kotov

Can confirm the same happens on ubuntu (`/tmp/gradio`). It can be simply fixed by manually creating the dir

Dunno why but without extensions (like controlnet) everything works fine (both 3.31.0 and 3.32.0 gradio versions). Nevertheless, people [report](https://github.com/Mikubill/sd-webui-controlnet/issues/1563#issuecomment-1577767304) that the same issue appears not only with controlnet extension.

same here on Ubuntu, even with 64GB of ram

@KalyaSc I was not able to get it running with large image collection so I just switched to other tools for now. Hopefully, the solution will be found sooner

well, adding the following to `src/CMakeLists.txt` ``` find_package(LAPACK) target_link_libraries(${EXE} ${LAPACK_LIBRARIES}) ``` solved the issue. Seems like I do not understand if autocmake should carry this on its own... perhaps, not.