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
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,13 +134,11 @@ User interface of the app is translated for languages listed in this table:
134
134
135
135
Any contributions to the translations are welcome.
136
136
137
-
## Difference between builds from Google Play and F-Droid/GitHub releases
137
+
## Difference between build flavors (Google Play, F-Droid, GitHub releases)
138
138
139
-
As Google Play has some policies that app needs to be compliant with in order to be allowed to publish on Google Play there are some differences between builds distributed via Google Play and F-Droid/GitHub releases, listed in this table:
139
+
There are some reasons that some of the SDAI app features can not be distributed through different sources (Google Play, F-Droid) because of rules and compliance policies.
140
140
141
-
| Feature | Google Play build | F-Droid/GitHub build | Reason |
142
-
| --- |:---:|:---:| --- |
143
-
| 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. |
141
+
The difference between SDAI app flavors are described at the project witi page [Build flavor difference](https://github.com/ShiftHackZ/Stable-Diffusion-Android/wiki/Build-flavor-difference).
0 commit comments