You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Image detail view: Advanced zoom/pan controls, Pinch-to-zoom, Generation Info
65
+
- Navigation between images with swipe gestures
66
+
- InPaint editor with zoom/pan support for precise mask drawing
58
67
- Export all gallery to **.zip** file
59
68
- Export single photo to **.zip** file
60
69
- Settings
@@ -63,6 +72,7 @@ Stable Diffusion AI (SDAI) is an easy-to-use app that:
63
72
- Server availability monitoring (http-ping method)
64
73
- Enable/Disable auto-saving of generated images
65
74
- Enable/Disable saving generated images to `Download/SDAI` android MediaStore folder
75
+
- Optimized file-based media storage (faster loading and reduced memory usage)
66
76
- Clear gallery / app cache
67
77
68
78
## Setup instruction
@@ -71,7 +81,7 @@ Stable Diffusion AI (SDAI) is an easy-to-use app that:
71
81
72
82
This requires you to have the AUTOMATIC1111 WebUI that is running in server mode.
73
83
74
-
You can have it running either on your own hardware with modern GPU from Nvidia or AMD, or running it using Google Colab.
84
+
You can have it running either on your own hardware with modern GPU from Nvidia or AMD, or running it using Google Colab.
75
85
76
86
1. Follow the setup instructions on [Stable-Diffusion-WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) repository.
77
87
2. Add the arguments `--api --listen` to the command line arguments of WebUI launch script.
@@ -90,7 +100,7 @@ Please refer to the [SwarmUI documentation](https://github.com/mcmonkeyprojects/
90
100
91
101
### Option 3: Use AI Horde
92
102
93
-
[AI Horde](https://stablehorde.net/) is a crowdsourced distributed cluster of Image generation workers and text generation workers.
103
+
[AI Horde](https://stablehorde.net/) is a crowdsourced distributed cluster of Image generation workers and text generation workers.
94
104
95
105
AI Horde requires to use API KEY, this mobile app allows to use either default API KEY (which is "0000000000"), or type your own. You can sign up and get your own AI Horde API KEY [here](https://stablehorde.net/register).
96
106
@@ -102,7 +112,7 @@ Hugging Face Inference requires to use API KEY, which can be created in [Hugging
102
112
103
113
### Option 5: OpenAI
104
114
105
-
OpenAI provides a service for text to image generation using [DALLE-2](https://openai.com/dall-e-2) or [DALLE-3](https://openai.com/dall-e-3) models. This service is paid.
115
+
OpenAI provides a service for text to image generation using [DALLE-2](https://openai.com/dall-e-2) or [DALLE-3](https://openai.com/dall-e-3) models. This service is paid.
106
116
107
117
OpenAI requires to use API KEY, which can be created in [OpenAI API Key settings](https://platform.openai.com/api-keys).
108
118
@@ -112,19 +122,55 @@ OpenAI requires to use API KEY, which can be created in [OpenAI API Key settings
112
122
113
123
StabilityAI requires to use API KEY, which can be created in [API Keys page](https://platform.stability.ai/account/keys).
114
124
115
-
### Option 7: Local Diffusion Microsoft ONNX Runtime (Beta)
125
+
### Option 7: Fal.AI
126
+
127
+
[Fal.AI](https://fal.ai/) is a modern AI generation service with support for latest FLUX models family.
128
+
129
+
**Built-in models:**
130
+
- FLUX.1-dev (high quality, slower)
131
+
- FLUX.1-schnell (fast generation)
132
+
- FLUX-LoRA (custom LoRA support)
133
+
- FLUX-2 (latest generation)
134
+
- FLUX-Kontext (context-aware generation)
135
+
136
+
**Features:**
137
+
- Import OpenAPI.json from fal.ai to add new models
138
+
- Dynamic form generation based on model parameters
139
+
- Support for custom endpoints
140
+
141
+
Fal.AI requires to use API KEY, which can be created in [Fal.AI dashboard](https://fal.ai/dashboard/keys).
142
+
143
+
### Option 8: Local Diffusion Microsoft ONNX Runtime (Beta)
116
144
117
145
Only **txt2img** mode is supported.
118
146
119
-
Allows to use phone resources to generate images.
147
+
Allows to use phone resources to generate images using Microsoft ONNX Runtime.
120
148
121
-
### Option 8: Local Diffusion Google AI MediaPipe (Beta)
149
+
### Option 9: Local Diffusion Google AI MediaPipe (Beta)
122
150
123
151
Available only in **playstore** and **full** flavors.
124
152
125
153
Only **txt2img** mode is supported.
126
154
127
-
Allows to use phone resources to generate images.
155
+
Allows to use phone resources to generate images using Google MediaPipe framework.
156
+
157
+
### Option 10: Local Diffusion Qualcomm QNN (Beta)
158
+
159
+
Available only in **playstore** and **full** flavors.
160
+
161
+
Supports both **txt2img** and **img2img** modes.
162
+
163
+
Uses Qualcomm QNN SDK with NPU acceleration (HTP) and MNN backend for fast on-device Stable Diffusion generation.
164
+
165
+
**Requirements:**
166
+
- Snapdragon 8 Gen 1 or newer chipset
167
+
- Supports both NPU-accelerated models (8Gen1, 8Gen2/3/4) and CPU/MNN models
168
+
169
+
**Features:**
170
+
- Hardware NPU acceleration for faster generation
171
+
- Multiple pre-built models available for download
172
+
- Support for custom models (scan local folders)
173
+
- Lower power consumption compared to CPU-only backends
128
174
129
175
## Supported languages
130
176
@@ -150,7 +196,7 @@ The difference between SDAI app flavors are described at the project wiki page [
150
196
151
197
## Donate
152
198
153
-
This software is open source, provided with no warranty, and you are welcome to use it for free.
199
+
This software is open source, provided with no warranty, and you are welcome to use it for free.
154
200
155
201
In case you find this software valuable, and you'd like to say thanks and show a little support, here is the button:
0 commit comments