From 9a413318555142f7a04b8c7b5ab41f02052ee84e Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 8 Aug 2025 12:55:58 +0200 Subject: [PATCH] chore(model gallery): add outetts (#6000) Signed-off-by: Ettore Di Giacinto --- gallery/index.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gallery/index.yaml b/gallery/index.yaml index 6ad19484e..6662e68e5 100644 --- a/gallery/index.yaml +++ b/gallery/index.yaml @@ -230,6 +230,24 @@ type: DiaForConditionalGeneration known_usecases: - tts +- name: "outetts" + url: "github:mudler/LocalAI/gallery/virtual.yaml@master" + urls: + - https://github.com/edwko/OuteTTS + license: apache-2.0 + tags: + - tts + - gpu + - text-to-speech + overrides: + backend: "transformers" + name: "outetts" + description: "OuteTTS is a 1.6B parameter text to speech model created by OuteAI." + parameters: + model: OuteAI/OuteTTS-0.3-1B + type: OuteTTS + known_usecases: + - tts - &afm name: "arcee-ai_afm-4.5b" url: "github:mudler/LocalAI/gallery/chatml.yaml@master"