From: leejet Date: Sun, 13 Aug 2023 18:50:48 +0000 (+0800) Subject: readme : add stable-diffusion example (#447) X-Git-Tag: upstream/0.0.1642~1281 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=95b559dbae6a25b2a7e26ab5989c1538387225e9;p=pkg%2Fggml%2Fsources%2Fggml readme : add stable-diffusion example (#447) --- diff --git a/README.md b/README.md index 570b5d90..ec22c972 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Some of the development is currently happening in the [llama.cpp](https://github - [X] Example of CLIP inference [monatis/clip.cpp](https://github.com/monatis/clip.cpp) - [X] Example of MiniGPT4 inference [Maknee/minigpt4.cpp](https://github.com/Maknee/minigpt4.cpp) - [X] Example of ChatGLM inference [li-plus/chatglm.cpp](https://github.com/li-plus/chatglm.cpp) +- [X] Example of Stable Diffusion inference [leejet/stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp) ## Whisper inference (example)