File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Nextcloud AI Image generator bot
2
2
3
- Uses [ SDXL-Turbo] ( https://huggingface.co/stabilityai/sdxl-turbo )
3
+ Uses [ SDXL-Turbo] ( https://huggingface.co/stabilityai/sdxl-turbo ) for fast image generation.
4
+
5
+ * Using the RTX 3060 12GB, bot is capable of processing 2 requests per second.*
4
6
5
7
> [ !WARNING]
6
8
> Note: Model loaded in GPU memory uses ~ 9.4GB.
7
9
> Can be run on CPU but will require ~ 2x of memory.
8
10
>
9
11
> Models remain in memory after a request, for faster processing of subsequent requests.
12
+ >
10
13
> Memory is freed after an hour of inactivity.
11
14
12
15
![ Enable talk bot] ( /screenshots/ai_image_generator_bot_1.png )
@@ -17,7 +20,7 @@ Uses [SDXL-Turbo](https://huggingface.co/stabilityai/sdxl-turbo)
17
20
1 . Install ExApp from AppStore
18
21
2 . Wait for models download and initialization(` 6.5 ` Gb for GPU, ` 13 ` Gb for CPU)
19
22
3 . Enable talk bot in your room
20
- 4 . Use @image mention to send prompts: ` @image cinematic portrait of very fluffy cat with black eyes `
23
+ 4 . Use @image mention to send prompts: ` @image cinematic portrait of fluffy cat with black eyes `
21
24
5 . Image will be posted to room and stored into ` image_generator_bot ` folder at the user's root.
22
25
23
26
> [ !IMPORTANT]
You can’t perform that action at this time.
0 commit comments