File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Inference of Stable Diffusion and Flux in pure C/C++
50
50
- Linux
51
51
- Mac OS
52
52
- Windows
53
- - Android (via Termux)
53
+ - Android (via Termux, [ Local Diffusion ] ( https://github.com/rmatif/Local-Diffusion ) )
54
54
55
55
### TODO
56
56
@@ -396,6 +396,7 @@ These projects wrap `stable-diffusion.cpp` for easier use in other languages/fra
396
396
* C#: [DarthAffe/StableDiffusion.NET](https://github.com/DarthAffe/StableDiffusion.NET)
397
397
* Python: [william-murray1204/stable-diffusion-cpp-python](https://github.com/william-murray1204/stable-diffusion-cpp-python)
398
398
* Rust: [newfla/diffusion-rs](https://github.com/newfla/diffusion-rs)
399
+ * Flutter/Dart: [rmatif/Local-Diffusion](https://github.com/rmatif/Local-Diffusion)
399
400
400
401
## UIs
401
402
@@ -404,6 +405,7 @@ These projects use `stable-diffusion.cpp` as a backend for their image generatio
404
405
- [Jellybox](https://jellybox.com)
405
406
- [Stable Diffusion GUI](https://github.com/fszontagh/sd.cpp.gui.wx)
406
407
- [Stable Diffusion CLI-GUI](https://github.com/piallai/stable-diffusion.cpp)
408
+ - [Local Diffusion](https://github.com/rmatif/Local-Diffusion)
407
409
408
410
## Contributors
409
411
You can’t perform that action at this time.
0 commit comments