From 047f105724165ebf546e6503d0e5b21593ec3f3a Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 29 Aug 2025 21:19:35 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-piper.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/images/docker-piper.md b/docs/images/docker-piper.md index d6ecf1ae23..10987a93f4 100755 --- a/docs/images/docker-piper.md +++ b/docs/images/docker-piper.md @@ -67,6 +67,7 @@ services: - PGID=1000 - TZ=Etc/UTC - PIPER_VOICE=en_US-lessac-medium + - LOCAL_ONLY= #optional - PIPER_LENGTH=1.0 #optional - PIPER_NOISE=0.667 #optional - PIPER_NOISEW=0.333 #optional @@ -89,6 +90,7 @@ docker run -d \ -e PGID=1000 \ -e TZ=Etc/UTC \ -e PIPER_VOICE=en_US-lessac-medium \ + -e LOCAL_ONLY= `#optional` \ -e PIPER_LENGTH=1.0 `#optional` \ -e PIPER_NOISE=0.667 `#optional` \ -e PIPER_NOISEW=0.333 `#optional` \ @@ -119,6 +121,7 @@ Containers are configured using parameters passed at runtime (such as those abov | `PGID=1000` | for GroupID - see below for explanation | | `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). | | `PIPER_VOICE=en_US-lessac-medium` | The [Piper voice](https://huggingface.co/rhasspy/piper-voices/tree/main) to use, in the format `--` | +| `LOCAL_ONLY=` | If set to `true`, or any other value, the container will not attempt to download models from HuggingFace and will only use locally-provided models. | | `PIPER_LENGTH=1.0` | Voice speaking rate, 1.0 is default with < 1.0 being faster and > 1.0 being slower. | | `PIPER_NOISE=0.667` | Controls the variability of the voice by adding noise. Values above 1 will start to degrade audio. | | `PIPER_NOISEW=0.333` | Controls the variability of speaking cadence. Values above 1 produce extreme stutters and pauses. | @@ -347,6 +350,7 @@ To help with development, we generate this dependency graph. ## Versions +* **29.08.25:** - Add support for local only mode. * **10.08.25:** - Add streaming support. * **18.07.24:** - Rebase to Ubuntu Noble. * **25.11.23:** - Initial Release.