File tree 1 file changed +3
-1
lines changed 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Inference of Stable Diffusion and Flux in pure C/C++
49
49
- Linux
50
50
- Mac OS
51
51
- Windows
52
- - Android (via Termux)
52
+ - Android (via Termux, [ Local Diffusion ] ( https://github.com/rmatif/Local-Diffusion ) )
53
53
54
54
### TODO
55
55
@@ -319,6 +319,7 @@ These projects wrap `stable-diffusion.cpp` for easier use in other languages/fra
319
319
* C#: [ DarthAffe/StableDiffusion.NET] ( https://github.com/DarthAffe/StableDiffusion.NET )
320
320
* Python: [ william-murray1204/stable-diffusion-cpp-python] ( https://github.com/william-murray1204/stable-diffusion-cpp-python )
321
321
* Rust: [ newfla/diffusion-rs] ( https://github.com/newfla/diffusion-rs )
322
+ * Flutter/Dart: [ newfla/diffusion-rs] ( https://github.com/rmatif/Local-Diffusion )
322
323
323
324
## UIs
324
325
@@ -327,6 +328,7 @@ These projects use `stable-diffusion.cpp` as a backend for their image generatio
327
328
- [ Jellybox] ( https://jellybox.com )
328
329
- [ Stable Diffusion GUI] ( https://github.com/fszontagh/sd.cpp.gui.wx )
329
330
- [ Stable Diffusion CLI-GUI] ( https://github.com/piallai/stable-diffusion.cpp )
331
+ - [ Local Diffusion] ( https://github.com/rmatif/Local-Diffusion )
330
332
331
333
## Contributors
332
334
You can’t perform that action at this time.
0 commit comments