Skip to content

Commit 08927e8

Browse files
authored
Update README.md
1 parent 9494959 commit 08927e8

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,19 @@ If for some reason you have no ability to run your server instance, you can togg
6969

7070
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).
7171

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)
7385

7486
Only **txt2img** mode is supported.
7587

@@ -90,6 +102,14 @@ User interface of the app is translated for languages listed in this table:
90102

91103
Any contributions to the translations are welcome.
92104

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+
93113
## Donate
94114

95115
This software is open source, provided with no warranty, and you are welcome to use it for free.

0 commit comments

Comments
 (0)