Skip to content

Commit 7a1dfbe

Browse files
committed
prepare AppStore release
1 parent bf07700 commit 7a1dfbe

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

appinfo/info.xml

+18-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,30 @@
22
<info>
33
<id>ai_image_generator_bot</id>
44
<name>AIImageGeneratorBot</name>
5-
<summary>Nextcloud ??</summary>
5+
<summary>Stable Diffusion Talk Bot</summary>
66
<description>
7-
<![CDATA[????]]>
8-
</description>
7+
<![CDATA[
8+
**Requires [`AppAPI`](https://github.com/cloud-py-api/app_api) to work.**
9+
10+
The AI model used by this application requires **~9 gigabytes** of video memory.
11+
If the application is running on a CPU, **14 to 18 gigabytes** of system memory is required.
12+
13+
*When using an RTX 3060 12GB, the bot is capable of processing 2 requests per second.*
14+
15+
[`AI Model`](https://huggingface.co/stabilityai/sdxl-turbo) is loaded into memory on the first request and remains in it to quickly process further requests.
16+
17+
This is not an example, this is a ready-to-use application, just enable the bot in the conversation, and type:
18+
`@image cinematic portrait of fluffy cat with black eyes`
19+
]]></description>
920
<version>1.0.0</version>
1021
<licence>MIT</licence>
1122
<author mail="[email protected]" homepage="https://github.com/andrey18106">Andrey Borysenko</author>
1223
<author mail="[email protected]" homepage="https://github.com/bigcat88">Alexander Piskun</author>
1324
<namespace>AIImageGeneratorBot</namespace>
25+
<screenshot>https://raw.githubusercontent.com/cloud-py-api/ai_image_generator_bot/main/screenshots/example_1.jpg</screenshot>
26+
<screenshot>https://raw.githubusercontent.com/cloud-py-api/ai_image_generator_bot/main/screenshots/example_2.jpg</screenshot>
27+
<screenshot>https://raw.githubusercontent.com/cloud-py-api/ai_image_generator_bot/main/screenshots/example_3.jpg</screenshot>
28+
<screenshot>https://raw.githubusercontent.com/cloud-py-api/ai_image_generator_bot/main/screenshots/example_4.jpg</screenshot>
1429
<category>tools</category>
1530
<website>https://github.com/cloud-py-api/ai_image_generator_bot</website>
1631
<bugs>https://github.com/cloud-py-api/ai_image_generator_bot/issues</bugs>

screenshots/example_1.jpg

54 KB
Loading

screenshots/example_2.jpg

68.4 KB
Loading

screenshots/example_3.jpg

47.2 KB
Loading

screenshots/example_4.jpg

50.7 KB
Loading

0 commit comments

Comments
 (0)