local-ai: fix stablediffusion link

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-01-03 17:13:54 +01:00
parent b6aa1e9c60
commit d4a3bbe104

View file

@ -7,7 +7,7 @@ This container bundles Local AI and auto-configures it for you.
- Example for content of `models.yaml` (if you add all of them, it takes around 10GB additional space): - Example for content of `models.yaml` (if you add all of them, it takes around 10GB additional space):
```yaml ```yaml
# Stable Diffusion in NCNN with c++, supported txt2img and img2img # Stable Diffusion in NCNN with c++, supported txt2img and img2img
- url: github:mudler/LocalAI/gallery/stablediffusion.yaml - url: github:mudler/LocalAI/blob/master/gallery/stablediffusion.yaml
name: Stable_diffusion name: Stable_diffusion
``` ```
- To make it work, you first need to browse `https://your-nc-domain.com/settings/admin/ai` and enable or disable specific features for your models in the openAI settings. Afterwards using the Nextcloud Assistant should work. - To make it work, you first need to browse `https://your-nc-domain.com/settings/admin/ai` and enable or disable specific features for your models in the openAI settings. Afterwards using the Nextcloud Assistant should work.