I made a stable diffusion patch with OF:
Works with make
and (with a small edit) with Visual Studio
.
It is an implementation of: GitHub - leejet/stable-diffusion.cpp: Stable Diffusion in pure C/C++
Which works with the ggml
library: GitHub - ggerganov/ggml: Tensor library for machine learning
Everything, except the ggml
model, is included in the patch.