]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
readme : add stable-diffusion example (#447)
authorleejet <redacted>
Sun, 13 Aug 2023 18:50:48 +0000 (02:50 +0800)
committerGitHub <redacted>
Sun, 13 Aug 2023 18:50:48 +0000 (21:50 +0300)
README.md

index 570b5d900a9f14501fbf3704741d242b97d377e1..ec22c9722776b6bde32fde08367c45db03e33d34 100644 (file)
--- 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)