feat(bots): Add "Stable diffusion" bot to the list

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2023-12-18 13:14:29 +01:00
parent c833babec7
commit e7b701a22c
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205
2 changed files with 12 additions and 0 deletions

View file

@ -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)

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB