|
2 | 2 | <info>
|
3 | 3 | <id>ai_image_generator_bot</id>
|
4 | 4 | <name>AIImageGeneratorBot</name>
|
5 |
| - <summary>Nextcloud ??</summary> |
| 5 | + <summary>Stable Diffusion Talk Bot</summary> |
6 | 6 | <description>
|
7 |
| - <![CDATA[????]]> |
8 |
| - </description> |
| 7 | + < 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> |
9 | 20 | <version>1.0.0</version>
|
10 | 21 | <licence>MIT</licence>
|
11 | 22 | < author mail= "[email protected]" homepage= "https://github.com/andrey18106">Andrey Borysenko</ author>
|
12 | 23 | < author mail= "[email protected]" homepage= "https://github.com/bigcat88">Alexander Piskun</ author>
|
13 | 24 | <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> |
14 | 29 | <category>tools</category>
|
15 | 30 | <website>https://github.com/cloud-py-api/ai_image_generator_bot</website>
|
16 | 31 | <bugs>https://github.com/cloud-py-api/ai_image_generator_bot/issues</bugs>
|
|
0 commit comments