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
- Batch generation with maximum of 20 images (for A1111 and Horde)
41
41
- Lora picker (for A1111)
42
42
- Textual inversion picker (for A1111)
@@ -66,9 +66,9 @@ You can have it running either on your own hardware with modern GPU from Nvidia
66
66
1. Follow the setup instructions on [Stable-Diffusion-WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) repository.
67
67
2. Add the arguments `--api --listen` to the command line arguments of WebUI launch script.
68
68
3. After running the server, get the IP address, or URL of your WebUI server.
69
-
4. On the first launch, app will ask you for the server URL, enter it and press Connect button. If you want to change the server URL, go to Settings tab, choose Configure option, and repeat the setup flow.
69
+
4. On the first launch, app will ask you for the server URL, enter it and press "Connect" button. If you want to change the server URL, go to Settings tab, choose "Configure" option and repeat the setup flow.
70
70
71
-
If for some reason you have no ability to run your server instance, you can toggle the **Demo mode**swith on server setup page: it will allow you to test the app and get familiar with it, but it will return some mock images instead of AI-generated ones.
71
+
If for some reason you have no ability to run your server instance, you can toggle the **Demo mode**switch on server setup page: it will allow you to test the app and get familiar with it, but it will return some mock images instead of AI-generated ones.
72
72
73
73
### Option 2: Use AI Horde
74
74
@@ -84,7 +84,7 @@ Hugging Face Inference requires to use API KEY, which can be created in [Hugging
84
84
85
85
### Option 4: OpenAI
86
86
87
-
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,
87
+
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.
88
88
89
89
OpenAI requires to use API KEY, which can be created in [OpenAI API Key settings](https://platform.openai.com/api-keys).
90
90
@@ -117,7 +117,7 @@ Any contributions to the translations are welcome.
117
117
118
118
## Difference between builds from Google Play and F-Droid/GitHub releases
119
119
120
-
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.
120
+
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:
121
121
122
122
| Feature | Google Play build | F-Droid/GitHub build | Reason |
0 commit comments