mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
local-ai: fix stablediffusion link
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
b6aa1e9c60
commit
d4a3bbe104
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue