From d4a3bbe10442676d11f2b6076d2085a1d6831534 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Fri, 3 Jan 2025 17:13:54 +0100 Subject: [PATCH] local-ai: fix stablediffusion link Signed-off-by: Simon L. --- community-containers/local-ai/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-containers/local-ai/readme.md b/community-containers/local-ai/readme.md index 236a2630..2ab05996 100644 --- a/community-containers/local-ai/readme.md +++ b/community-containers/local-ai/readme.md @@ -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): ```yaml # 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 ``` - 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.