Skip to content

Commit 0efd19a

Browse files
committed
[TASK] Add model size estimates for zonos & kokoro tts
1 parent 4703cc2 commit 0efd19a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Utilities/Hardwareinfo/ModelEstimates.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ var Models = []AIModel{
7575
// TTS types
7676
{"ttsType", "silero", "", 1533.0},
7777
{"ttsType", "f5_e2", "", 1200.0},
78+
{"ttsType", "zonos", "", 3030.0},
79+
{"ttsType", "kokoro", "", 312.0},
7880
// OCR types
7981
{"ocrType", "easyocr", "", 520.0},
8082
{"ocrType", "got_ocr_20", "", 1559.0},

0 commit comments

Comments
 (0)