summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-12-18 13:14:29 +0100
committerJoas Schilling <coding@schilljs.com>2023-12-18 13:14:29 +0100
commite7b701a22c9b9a2aca6e8477a67cd3d4b9b4e6d1 (patch)
treea2ce0feb8d381561986352fe44262f1adab4a47c /docs
parentc833babec7aee1877a3094551f36030418456150 (diff)
feat(bots): Add "Stable diffusion" bot to the list
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/bot-list.md12
-rw-r--r--docs/botscreenshots/stable-diffusion.pngbin0 -> 262885 bytes
2 files changed, 12 insertions, 0 deletions
diff --git a/docs/bot-list.md b/docs/bot-list.md
index b49daba90..292492716 100644
--- a/docs/bot-list.md
+++ b/docs/bot-list.md
@@ -51,3 +51,15 @@ A Golang sample bot that responds to "Good morning" and "Hello" and welcomes new
* License: GPL-3.0-or-later
* [Link to source code](https://github.com/nextcloud/welcome_bot)
* [Link to installation documentation](https://github.com/nextcloud/welcome_bot#readme)
+
+## Bots
+
+### Stable Diffusion
+
+Uses [SDXL-Turbo](https://huggingface.co/stabilityai/sdxl-turbo) for fast image generation. Usage example: `@image cinematic portrait of fluffy cat with black eyes`
+
+![Screenshot showing chat message and the resulting image](botscreenshots/stable-diffusion.png)
+
+* License: MIT
+* [Link to source code](https://github.com/cloud-py-api/ai_image_generator_bot)
+* [Link to installation documentation](https://github.com/cloud-py-api/ai_image_generator_bot#readme)
diff --git a/docs/botscreenshots/stable-diffusion.png b/docs/botscreenshots/stable-diffusion.png
new file mode 100644
index 000000000..5945239f4
--- /dev/null
+++ b/docs/botscreenshots/stable-diffusion.png
Binary files differ