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
Copy file name to clipboardExpand all lines: README.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,19 @@ If for some reason you have no ability to run your server instance, you can togg
69
69
70
70
AI Horde requires to use API KEY, this mobile app alows 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).
71
71
72
-
### Option 3: Local Diffusion (Beta)
72
+
### Option 3: Hugging Face Inference
73
+
74
+
[Hugging Face Inference API](https://huggingface.co/docs/api-inference/index) allows to test and evaluate, over 150,000 publicly accessible machine learning models, or your own private models, via simple HTTP requests, with fast inference hosted on Hugging Face shared infrastructure. This service is free, but is rate-limited.
75
+
76
+
Hugging Face Inference requires to use API KEY, which can be created in [Hugging Face account settings](https://huggingface.co/settings/tokens).
77
+
78
+
### Option 4: OpenAI
79
+
80
+
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,
81
+
82
+
OpenAI requires to use API KEY, which can be created in [OpenAI API Key settings](https://platform.openai.com/api-keys).
83
+
84
+
### Option 5: Local Diffusion (Beta)
73
85
74
86
Only **txt2img** mode is supported.
75
87
@@ -90,6 +102,14 @@ User interface of the app is translated for languages listed in this table:
90
102
91
103
Any contributions to the translations are welcome.
92
104
105
+
## Difference between builds from Google Play and F-Droid/GitHub releases
106
+
107
+
As Google Play has some policies that app needs to be compliant with in order to be allowed to publist on Google Play there are some differences between builds distributed via Google Play and F-Droid/GitHub releases, listed in table.
108
+
109
+
| Feature | Google Play build | F-Droid/GitHub build | Reason |
110
+
| --- |:---:|:---:| --- |
111
+
| Sideloading LocalDiffusion custom model | ❌ | ✅ | Google Play does not allow publishing apps with `android.permission.MANAGE_EXTERNAL_STORAGE` permission, which is required to read custom model files from external storage directly. |
112
+
93
113
## Donate
94
114
95
115
This software is open source, provided with no warranty, and you are welcome to use it for free.
0 commit comments