fix(gallery): overrides for parler-tts in the gallery (#3962)

chore(parler-tts): fix overrides in the gallery

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
Ettore Di Giacinto 2024-10-25 12:32:37 +02:00 committed by GitHub
parent 9c5cd9b38b
commit fd905b483b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2522,8 +2522,9 @@
### START parler-tts ### START parler-tts
url: "github:mudler/LocalAI/gallery/parler-tts.yaml@master" url: "github:mudler/LocalAI/gallery/parler-tts.yaml@master"
name: parler-tts-mini-v0.1 name: parler-tts-mini-v0.1
parameters: overrides:
model: parler-tts/parler_tts_mini_v0.1 parameters:
model: parler-tts/parler_tts_mini_v0.1
license: apache-2.0 license: apache-2.0
description: | description: |
Parler-TTS is a lightweight text-to-speech (TTS) model that can generate high-quality, natural sounding speech in the style of a given speaker (gender, pitch, speaking style, etc). It is a reproduction of work from the paper Natural language guidance of high-fidelity text-to-speech with synthetic annotations by Dan Lyth and Simon King, from Stability AI and Edinburgh University respectively. Parler-TTS is a lightweight text-to-speech (TTS) model that can generate high-quality, natural sounding speech in the style of a given speaker (gender, pitch, speaking style, etc). It is a reproduction of work from the paper Natural language guidance of high-fidelity text-to-speech with synthetic annotations by Dan Lyth and Simon King, from Stability AI and Edinburgh University respectively.