You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/images/docker-piper.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,7 @@ services:
67
67
- PGID=1000
68
68
- TZ=Etc/UTC
69
69
- PIPER_VOICE=en_US-lessac-medium
70
+
- LOCAL_ONLY= #optional
70
71
- PIPER_LENGTH=1.0 #optional
71
72
- PIPER_NOISE=0.667 #optional
72
73
- PIPER_NOISEW=0.333 #optional
@@ -89,6 +90,7 @@ docker run -d \
89
90
-e PGID=1000 \
90
91
-e TZ=Etc/UTC \
91
92
-e PIPER_VOICE=en_US-lessac-medium \
93
+
-e LOCAL_ONLY= `#optional` \
92
94
-e PIPER_LENGTH=1.0 `#optional` \
93
95
-e PIPER_NOISE=0.667 `#optional` \
94
96
-e PIPER_NOISEW=0.333 `#optional` \
@@ -119,6 +121,7 @@ Containers are configured using parameters passed at runtime (such as those abov
119
121
|`PGID=1000`| for GroupID - see below for explanation |
120
122
|`TZ=Etc/UTC`| specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
121
123
|`PIPER_VOICE=en_US-lessac-medium`| The [Piper voice](https://huggingface.co/rhasspy/piper-voices/tree/main) to use, in the format `<language>-<name>-<quality>`|
124
+
|`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. |
122
125
|`PIPER_LENGTH=1.0`| Voice speaking rate, 1.0 is default with < 1.0 being faster and > 1.0 being slower. |
123
126
|`PIPER_NOISE=0.667`| Controls the variability of the voice by adding noise. Values above 1 will start to degrade audio. |
124
127
|`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.
0 commit comments