mirror of
https://github.com/linuxserver/docker-piper.git
synced 2026-02-19 16:14:35 +08:00
15 lines
453 B
Diff
15 lines
453 B
Diff
--- __main__-old.py 2024-11-26 16:26:59.644200503 +0000
|
|
+++ __main__.py 2024-11-26 16:19:53.459497442 +0000
|
|
@@ -65,6 +65,11 @@
|
|
action="store_true",
|
|
help="Download latest voices.json during startup",
|
|
)
|
|
+ parser.add_argument(
|
|
+ "--cuda",
|
|
+ action="store_true",
|
|
+ help="Use GPU"
|
|
+ )
|
|
#
|
|
parser.add_argument("--debug", action="store_true", help="Log DEBUG messages")
|
|
args = parser.parse_args()
|