Stable Diffusion Example

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.

3 Likes

Thanks for sharing !

This branch uses image to image: GitHub - Jonathhhan/ofStableDiffusionExample at img2img

https://mccormickml.com/2022/12/06/how-img2img-works/

1 Like