From e7b701a22c9b9a2aca6e8477a67cd3d4b9b4e6d1 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 18 Dec 2023 13:14:29 +0100 Subject: feat(bots): Add "Stable diffusion" bot to the list Signed-off-by: Joas Schilling --- docs/bot-list.md | 12 ++++++++++++ docs/botscreenshots/stable-diffusion.png | Bin 0 -> 262885 bytes 2 files changed, 12 insertions(+) create mode 100644 docs/botscreenshots/stable-diffusion.png (limited to 'docs') 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 Binary files /dev/null and b/docs/botscreenshots/stable-diffusion.png differ -- cgit v1.2.3