From 4bd4476b22e699aac1cc3ee2138d4bd44c7cf5f9 Mon Sep 17 00:00:00 2001 From: rmatif <66360289+rmatif@users.noreply.github.com> Date: Sat, 5 Apr 2025 18:28:19 +0000 Subject: [PATCH 1/2] Add Android to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 553fb7f8..dc1cd97f 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Inference of Stable Diffusion and Flux in pure C/C++ - Linux - Mac OS - Windows - - Android (via Termux) + - Android (via Termux, [Local Diffusion](https://github.com/rmatif/Local-Diffusion)) ### TODO @@ -319,6 +319,7 @@ These projects wrap `stable-diffusion.cpp` for easier use in other languages/fra * C#: [DarthAffe/StableDiffusion.NET](https://github.com/DarthAffe/StableDiffusion.NET) * Python: [william-murray1204/stable-diffusion-cpp-python](https://github.com/william-murray1204/stable-diffusion-cpp-python) * Rust: [newfla/diffusion-rs](https://github.com/newfla/diffusion-rs) +* Flutter/Dart: [newfla/diffusion-rs](https://github.com/rmatif/Local-Diffusion) ## UIs @@ -327,6 +328,7 @@ These projects use `stable-diffusion.cpp` as a backend for their image generatio - [Jellybox](https://jellybox.com) - [Stable Diffusion GUI](https://github.com/fszontagh/sd.cpp.gui.wx) - [Stable Diffusion CLI-GUI](https://github.com/piallai/stable-diffusion.cpp) +- [Local Diffusion](https://github.com/rmatif/Local-Diffusion) ## Contributors From e91cc43ad9f907ecd5aa07529e078ca7939bd916 Mon Sep 17 00:00:00 2001 From: rmatif <66360289+rmatif@users.noreply.github.com> Date: Sun, 6 Apr 2025 18:12:24 +0000 Subject: [PATCH 2/2] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc1cd97f..9fd27dde 100644 --- a/README.md +++ b/README.md @@ -319,7 +319,7 @@ These projects wrap `stable-diffusion.cpp` for easier use in other languages/fra * C#: [DarthAffe/StableDiffusion.NET](https://github.com/DarthAffe/StableDiffusion.NET) * Python: [william-murray1204/stable-diffusion-cpp-python](https://github.com/william-murray1204/stable-diffusion-cpp-python) * Rust: [newfla/diffusion-rs](https://github.com/newfla/diffusion-rs) -* Flutter/Dart: [newfla/diffusion-rs](https://github.com/rmatif/Local-Diffusion) +* Flutter/Dart: [rmatif/Local-Diffusion](https://github.com/rmatif/Local-Diffusion) ## UIs