15 lines
422 B
Diff
15 lines
422 B
Diff
--- __main__.py 2025-01-04 17:48:27.645862671 +0000
|
|
+++ __main__.py.patched 2025-01-04 17:51:50.193357609 +0000
|
|
@@ -66,6 +66,15 @@
|
|
help="Download latest voices.json during startup",
|
|
)
|
|
#
|
|
+ parser.add_argument(
|
|
+ "--cuda",
|
|
+ action="store_true",
|
|
+ help="Use GPU"
|
|
+ )
|
|
+ parser.add_argument(
|
|
+ "--espeak-data-dir",
|
|
+ help="Path to espeak-ng data directory"
|
|
+ )
|