stable-diffusion.cpp
stable-diffusion.cpp copied to clipboard
Enabling cuda GPU acceleration
It is possible to use cuBLAS by enabling it when compiling:
-DGGML_CUBLAS=ON
Maybe add this to the readme?