qaihm-bot commited on
Commit
d711ece
·
verified ·
1 Parent(s): 81e5cad

See https://github.com/qualcomm/ai-hub-models/releases/v0.61.0 for changelog.

Files changed (2) hide show
  1. README.md +89 -84
  2. release_assets.json +11 -11
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  library_name: pytorch
3
- license: other
4
  tags:
5
  - real_time
6
  - android
@@ -15,7 +15,7 @@ pipeline_tag: text-to-audio
15
  MeloTTS is a high-quality multi-lingual text-to-speech library for English, Chinese and Spanish language.
16
 
17
  This is based on the implementation of MeloTTS-ES found [here](https://github.com/myshell-ai/MeloTTS).
18
- This repository contains pre-exported model files optimized for Qualcomm® devices. You can use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.60.0/src/qai_hub_models/models/melotts_es) library to export with custom configurations. More details on model performance across various devices, can be found [here](#performance-summary).
19
 
20
  Qualcomm AI Hub Models uses [Qualcomm AI Hub Workbench](https://workbench.aihub.qualcomm.com) to compile, profile, and evaluate this model. [Sign up](https://myaccount.qualcomm.com/signup) to run these models on a hosted Qualcomm® device.
21
 
@@ -31,30 +31,30 @@ Below are pre-exported model assets ready for deployment.
31
 
32
  | Runtime | Precision | Chipset | SDK Versions | Download |
33
  |---|---|---|---|---|
34
- | VOICE_AI | mixed_with_float | Snapdragon® X2 Elite | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.60.0/melotts_es-voice_ai-mixed_with_float-qualcomm_snapdragon_x2_elite.zip)
35
- | VOICE_AI | mixed_with_float | Snapdragon® X Elite | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.60.0/melotts_es-voice_ai-mixed_with_float-qualcomm_snapdragon_x_elite.zip)
36
- | VOICE_AI | mixed_with_float | Snapdragon® 8 Gen 3 Mobile | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.60.0/melotts_es-voice_ai-mixed_with_float-qualcomm_snapdragon_8gen3.zip)
37
- | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-8275 | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.60.0/melotts_es-voice_ai-mixed_with_float-qualcomm_qcs8275.zip)
38
- | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.60.0/melotts_es-voice_ai-mixed_with_float-qualcomm_qcs8550_proxy.zip)
39
- | VOICE_AI | mixed_with_float | Qualcomm® SA8775P | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.60.0/melotts_es-voice_ai-mixed_with_float-qualcomm_sa8775p.zip)
40
- | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-9075 | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.60.0/melotts_es-voice_ai-mixed_with_float-qualcomm_qcs9075.zip)
41
- | VOICE_AI | mixed_with_float | Qualcomm® SA7255P | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.60.0/melotts_es-voice_ai-mixed_with_float-qualcomm_sa7255p.zip)
42
- | VOICE_AI | mixed_with_float | Snapdragon® 8 Elite Mobile | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.60.0/melotts_es-voice_ai-mixed_with_float-qualcomm_snapdragon_8_elite_for_galaxy.zip)
43
- | VOICE_AI | mixed_with_float | Snapdragon® 8 Elite Gen 5 Mobile | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.60.0/melotts_es-voice_ai-mixed_with_float-qualcomm_snapdragon_8_elite_gen5_for_galaxy.zip)
44
 
45
  For more device-specific assets and performance metrics, visit **[MeloTTS-ES on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/melotts_es)**.
46
 
47
 
48
  ### Option 2: Export with Custom Configurations
49
 
50
- Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.60.0/src/qai_hub_models/models/melotts_es) Python library to compile and export the model with your own:
51
  - Custom weights (e.g., fine-tuned checkpoints)
52
  - Custom input shapes
53
  - Target device and runtime configurations
54
 
55
  This option is ideal if you need to customize the model beyond the default configuration provided here.
56
 
57
- See our repository for [MeloTTS-ES on GitHub](https://github.com/qualcomm/ai-hub-models/blob/v0.60.0/src/qai_hub_models/models/melotts_es) for usage instructions.
58
 
59
  ## Model Details
60
 
@@ -77,76 +77,81 @@ See our repository for [MeloTTS-ES on GitHub](https://github.com/qualcomm/ai-hub
77
  ## Performance Summary
78
  | Model | Runtime | Precision | Chipset | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit
79
  |---|---|---|---|---|---|---
80
- | decoder | VOICE_AI | mixed_with_float | Snapdragon® X2 Elite | 41.08 ms | 0 - 0 MB | NPU
81
- | decoder | VOICE_AI | mixed_with_float | Snapdragon® X Elite | 82.769 ms | 1 - 1 MB | NPU
82
- | decoder | VOICE_AI | mixed_with_float | Snapdragon® 8 Gen 3 Mobile | 61.272 ms | 1 - 8 MB | NPU
83
- | decoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-8275 | 134.795 ms | 0 - 10 MB | NPU
84
- | decoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 84.935 ms | 1 - 3 MB | NPU
85
- | decoder | VOICE_AI | mixed_with_float | Qualcomm® SA8775P | 83.916 ms | 0 - 10 MB | NPU
86
- | decoder | VOICE_AI | mixed_with_float | Qualcomm® SA8650P | 83.916 ms | 0 - 10 MB | NPU
87
- | decoder | VOICE_AI | mixed_with_float | Qualcomm® SA8255P | 83.916 ms | 0 - 10 MB | NPU
88
- | decoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-9075 | 95.143 ms | 0 - 2 MB | NPU
89
- | decoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-X7181 | 82.769 ms | 1 - 1 MB | NPU
90
- | decoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ Q-8750 | 48.486 ms | 0 - 9 MB | NPU
91
- | decoder | VOICE_AI | mixed_with_float | Qualcomm® SA7255P | 134.795 ms | 0 - 10 MB | NPU
92
- | decoder | VOICE_AI | mixed_with_float | Snapdragon® 8 Elite Mobile | 48.486 ms | 0 - 9 MB | NPU
93
- | decoder | VOICE_AI | mixed_with_float | Snapdragon® 8 Elite Gen 5 Mobile | 42.45 ms | 0 - 9 MB | NPU
94
- | encoder | VOICE_AI | mixed_with_float | Snapdragon® X2 Elite | 25.387 ms | 4 - 4 MB | NPU
95
- | encoder | VOICE_AI | mixed_with_float | Snapdragon® X Elite | 40.398 ms | 4 - 4 MB | NPU
96
- | encoder | VOICE_AI | mixed_with_float | Snapdragon® 8 Gen 3 Mobile | 30.547 ms | 4 - 12 MB | NPU
97
- | encoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-8275 | 66.482 ms | 2 - 10 MB | NPU
98
- | encoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 41.561 ms | 4 - 5 MB | NPU
99
- | encoder | VOICE_AI | mixed_with_float | Qualcomm® SA8775P | 43.261 ms | 3 - 9 MB | NPU
100
- | encoder | VOICE_AI | mixed_with_float | Qualcomm® SA8650P | 43.261 ms | 3 - 9 MB | NPU
101
- | encoder | VOICE_AI | mixed_with_float | Qualcomm® SA8255P | 43.261 ms | 3 - 9 MB | NPU
102
- | encoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-9075 | 42.812 ms | 4 - 9 MB | NPU
103
- | encoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-X7181 | 40.398 ms | 4 - 4 MB | NPU
104
- | encoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ Q-8750 | 25.366 ms | 2 - 11 MB | NPU
105
- | encoder | VOICE_AI | mixed_with_float | Qualcomm® SA7255P | 66.482 ms | 2 - 10 MB | NPU
106
- | encoder | VOICE_AI | mixed_with_float | Snapdragon® 8 Elite Mobile | 25.366 ms | 2 - 11 MB | NPU
107
- | encoder | VOICE_AI | mixed_with_float | Snapdragon® 8 Elite Gen 5 Mobile | 23.776 ms | 2 - 10 MB | NPU
108
- | flow | VOICE_AI | mixed_with_float | Snapdragon® X2 Elite | 67.683 ms | 2 - 2 MB | NPU
109
- | flow | VOICE_AI | mixed_with_float | Snapdragon® X Elite | 128.583 ms | 2 - 2 MB | NPU
110
- | flow | VOICE_AI | mixed_with_float | Snapdragon® 8 Gen 3 Mobile | 99.127 ms | 4 - 12 MB | NPU
111
- | flow | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-8275 | 245.656 ms | 2 - 11 MB | NPU
112
- | flow | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 132.787 ms | 2 - 4 MB | NPU
113
- | flow | VOICE_AI | mixed_with_float | Qualcomm® SA8775P | 128.7 ms | 2 - 12 MB | NPU
114
- | flow | VOICE_AI | mixed_with_float | Qualcomm® SA8650P | 128.7 ms | 2 - 12 MB | NPU
115
- | flow | VOICE_AI | mixed_with_float | Qualcomm® SA8255P | 128.7 ms | 2 - 12 MB | NPU
116
- | flow | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-9075 | 127.424 ms | 1 - 5 MB | NPU
117
- | flow | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-X7181 | 128.583 ms | 2 - 2 MB | NPU
118
- | flow | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ Q-8750 | 82.177 ms | 2 - 15 MB | NPU
119
- | flow | VOICE_AI | mixed_with_float | Qualcomm® SA7255P | 245.656 ms | 2 - 11 MB | NPU
120
- | flow | VOICE_AI | mixed_with_float | Snapdragon® 8 Elite Mobile | 82.177 ms | 2 - 15 MB | NPU
121
- | flow | VOICE_AI | mixed_with_float | Snapdragon® 8 Elite Gen 5 Mobile | 71.39 ms | 2 - 11 MB | NPU
122
- | t5_decoder | VOICE_AI | mixed_with_float | Snapdragon® X2 Elite | 0.328 ms | 1 - 1 MB | NPU
123
- | t5_decoder | VOICE_AI | mixed_with_float | Snapdragon® X Elite | 0.446 ms | 1 - 1 MB | NPU
124
- | t5_decoder | VOICE_AI | mixed_with_float | Snapdragon® 8 Gen 3 Mobile | 0.319 ms | 0 - 7 MB | NPU
125
- | t5_decoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-8275 | 1.009 ms | 0 - 9 MB | NPU
126
- | t5_decoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 0.406 ms | 1 - 2 MB | NPU
127
- | t5_decoder | VOICE_AI | mixed_with_float | Qualcomm® SA8775P | 0.65 ms | 0 - 10 MB | NPU
128
- | t5_decoder | VOICE_AI | mixed_with_float | Qualcomm® SA8650P | 0.65 ms | 0 - 10 MB | NPU
129
- | t5_decoder | VOICE_AI | mixed_with_float | Qualcomm® SA8255P | 0.65 ms | 0 - 10 MB | NPU
130
- | t5_decoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-9075 | 0.514 ms | 1 - 3 MB | NPU
131
- | t5_decoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-X7181 | 0.446 ms | 1 - 1 MB | NPU
132
- | t5_decoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ Q-8750 | 0.271 ms | 0 - 9 MB | NPU
133
- | t5_decoder | VOICE_AI | mixed_with_float | Qualcomm® SA7255P | 1.009 ms | 0 - 9 MB | NPU
134
- | t5_decoder | VOICE_AI | mixed_with_float | Snapdragon® 8 Elite Mobile | 0.271 ms | 0 - 9 MB | NPU
135
- | t5_decoder | VOICE_AI | mixed_with_float | Snapdragon® 8 Elite Gen 5 Mobile | 0.258 ms | 0 - 9 MB | NPU
136
- | t5_encoder | VOICE_AI | mixed_with_float | Snapdragon® X2 Elite | 0.62 ms | 0 - 0 MB | NPU
137
- | t5_encoder | VOICE_AI | mixed_with_float | Snapdragon® X Elite | 1.044 ms | 0 - 0 MB | NPU
138
- | t5_encoder | VOICE_AI | mixed_with_float | Snapdragon® 8 Gen 3 Mobile | 0.638 ms | 0 - 7 MB | NPU
139
- | t5_encoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-8275 | 2.808 ms | 0 - 10 MB | NPU
140
- | t5_encoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 0.899 ms | 0 - 2 MB | NPU
141
- | t5_encoder | VOICE_AI | mixed_with_float | Qualcomm® SA8775P | 1.263 ms | 0 - 10 MB | NPU
142
- | t5_encoder | VOICE_AI | mixed_with_float | Qualcomm® SA8650P | 1.263 ms | 0 - 10 MB | NPU
143
- | t5_encoder | VOICE_AI | mixed_with_float | Qualcomm® SA8255P | 1.263 ms | 0 - 10 MB | NPU
144
- | t5_encoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-9075 | 1.128 ms | 0 - 2 MB | NPU
145
- | t5_encoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-X7181 | 1.044 ms | 0 - 0 MB | NPU
146
- | t5_encoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ Q-8750 | 0.527 ms | 0 - 13 MB | NPU
147
- | t5_encoder | VOICE_AI | mixed_with_float | Qualcomm® SA7255P | 2.808 ms | 0 - 10 MB | NPU
148
- | t5_encoder | VOICE_AI | mixed_with_float | Snapdragon® 8 Elite Mobile | 0.527 ms | 0 - 13 MB | NPU
149
- | t5_encoder | VOICE_AI | mixed_with_float | Snapdragon® 8 Elite Gen 5 Mobile | 0.488 ms | 0 - 9 MB | NPU
 
 
 
 
 
150
 
151
  ## License
152
  * The license for the original implementation of MeloTTS-ES can be found
 
1
  ---
2
  library_name: pytorch
3
+ license: mit
4
  tags:
5
  - real_time
6
  - android
 
15
  MeloTTS is a high-quality multi-lingual text-to-speech library for English, Chinese and Spanish language.
16
 
17
  This is based on the implementation of MeloTTS-ES found [here](https://github.com/myshell-ai/MeloTTS).
18
+ This repository contains pre-exported model files optimized for Qualcomm® devices. You can use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.61.0/src/qai_hub_models/models/melotts_es) library to export with custom configurations. More details on model performance across various devices, can be found [here](#performance-summary).
19
 
20
  Qualcomm AI Hub Models uses [Qualcomm AI Hub Workbench](https://workbench.aihub.qualcomm.com) to compile, profile, and evaluate this model. [Sign up](https://myaccount.qualcomm.com/signup) to run these models on a hosted Qualcomm® device.
21
 
 
31
 
32
  | Runtime | Precision | Chipset | SDK Versions | Download |
33
  |---|---|---|---|---|
34
+ | VOICE_AI | mixed_with_float | Snapdragon® X2 Elite | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.61.0/melotts_es-voice_ai-mixed_with_float-qualcomm_snapdragon_x2_elite.zip)
35
+ | VOICE_AI | mixed_with_float | Snapdragon® X Elite | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.61.0/melotts_es-voice_ai-mixed_with_float-qualcomm_snapdragon_x_elite.zip)
36
+ | VOICE_AI | mixed_with_float | Snapdragon® 8 Gen 3 Mobile | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.61.0/melotts_es-voice_ai-mixed_with_float-qualcomm_snapdragon_8gen3.zip)
37
+ | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-8275 | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.61.0/melotts_es-voice_ai-mixed_with_float-qualcomm_qcs8275.zip)
38
+ | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.61.0/melotts_es-voice_ai-mixed_with_float-qualcomm_qcs8550_proxy.zip)
39
+ | VOICE_AI | mixed_with_float | Qualcomm® SA8775P | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.61.0/melotts_es-voice_ai-mixed_with_float-qualcomm_sa8775p.zip)
40
+ | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-9075 | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.61.0/melotts_es-voice_ai-mixed_with_float-qualcomm_qcs9075.zip)
41
+ | VOICE_AI | mixed_with_float | Qualcomm® SA7255P | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.61.0/melotts_es-voice_ai-mixed_with_float-qualcomm_sa7255p.zip)
42
+ | VOICE_AI | mixed_with_float | Snapdragon® 8 Elite Mobile | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.61.0/melotts_es-voice_ai-mixed_with_float-qualcomm_snapdragon_8_elite_for_galaxy.zip)
43
+ | VOICE_AI | mixed_with_float | Snapdragon® 8 Elite Gen 5 Mobile | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.61.0/melotts_es-voice_ai-mixed_with_float-qualcomm_snapdragon_8_elite_gen5_for_galaxy.zip)
44
 
45
  For more device-specific assets and performance metrics, visit **[MeloTTS-ES on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/melotts_es)**.
46
 
47
 
48
  ### Option 2: Export with Custom Configurations
49
 
50
+ Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.61.0/src/qai_hub_models/models/melotts_es) Python library to compile and export the model with your own:
51
  - Custom weights (e.g., fine-tuned checkpoints)
52
  - Custom input shapes
53
  - Target device and runtime configurations
54
 
55
  This option is ideal if you need to customize the model beyond the default configuration provided here.
56
 
57
+ See our repository for [MeloTTS-ES on GitHub](https://github.com/qualcomm/ai-hub-models/blob/v0.61.0/src/qai_hub_models/models/melotts_es) for usage instructions.
58
 
59
  ## Model Details
60
 
 
77
  ## Performance Summary
78
  | Model | Runtime | Precision | Chipset | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit
79
  |---|---|---|---|---|---|---
80
+ | decoder | VOICE_AI | mixed_with_float | Snapdragon® X2 Elite | 40.808 ms | 1 - 1 MB | NPU
81
+ | decoder | VOICE_AI | mixed_with_float | Snapdragon® X Elite | 82.732 ms | 1 - 1 MB | NPU
82
+ | decoder | VOICE_AI | mixed_with_float | Snapdragon® 8 Gen 3 Mobile | 60.733 ms | 0 - 7 MB | NPU
83
+ | decoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-8275 | 74.265 ms | 0 - 2 MB | NPU
84
+ | decoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-8275 | 134.673 ms | 0 - 10 MB | NPU
85
+ | decoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 85.978 ms | 0 - 2 MB | NPU
86
+ | decoder | VOICE_AI | mixed_with_float | Qualcomm® SA8775P | 83.846 ms | 0 - 10 MB | NPU
87
+ | decoder | VOICE_AI | mixed_with_float | Qualcomm® SA8650P | 83.846 ms | 0 - 10 MB | NPU
88
+ | decoder | VOICE_AI | mixed_with_float | Qualcomm® SA8255P | 83.846 ms | 0 - 10 MB | NPU
89
+ | decoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-9075 | 82.78 ms | 0 - 2 MB | NPU
90
+ | decoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-X7181 | 82.732 ms | 1 - 1 MB | NPU
91
+ | decoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ Q-8750 | 48.338 ms | 0 - 13 MB | NPU
92
+ | decoder | VOICE_AI | mixed_with_float | Qualcomm® SA7255P | 134.673 ms | 0 - 10 MB | NPU
93
+ | decoder | VOICE_AI | mixed_with_float | Snapdragon® 8 Elite Mobile | 48.338 ms | 0 - 13 MB | NPU
94
+ | decoder | VOICE_AI | mixed_with_float | Snapdragon® 8 Elite Gen 5 Mobile | 42.495 ms | 0 - 10 MB | NPU
95
+ | encoder | VOICE_AI | mixed_with_float | Snapdragon® X2 Elite | 24.866 ms | 4 - 4 MB | NPU
96
+ | encoder | VOICE_AI | mixed_with_float | Snapdragon® X Elite | 40.589 ms | 4 - 4 MB | NPU
97
+ | encoder | VOICE_AI | mixed_with_float | Snapdragon® 8 Gen 3 Mobile | 30.505 ms | 4 - 11 MB | NPU
98
+ | encoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-8275 | 39.107 ms | 4 - 10 MB | NPU
99
+ | encoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-8275 | 66.642 ms | 2 - 11 MB | NPU
100
+ | encoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 41.735 ms | 4 - 5 MB | NPU
101
+ | encoder | VOICE_AI | mixed_with_float | Qualcomm® SA8775P | 43.376 ms | 2 - 11 MB | NPU
102
+ | encoder | VOICE_AI | mixed_with_float | Qualcomm® SA8650P | 43.376 ms | 2 - 11 MB | NPU
103
+ | encoder | VOICE_AI | mixed_with_float | Qualcomm® SA8255P | 43.376 ms | 2 - 11 MB | NPU
104
+ | encoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-9075 | 42.814 ms | 4 - 9 MB | NPU
105
+ | encoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-X7181 | 40.589 ms | 4 - 4 MB | NPU
106
+ | encoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ Q-8750 | 25.272 ms | 2 - 11 MB | NPU
107
+ | encoder | VOICE_AI | mixed_with_float | Qualcomm® SA7255P | 66.642 ms | 2 - 11 MB | NPU
108
+ | encoder | VOICE_AI | mixed_with_float | Snapdragon® 8 Elite Mobile | 25.272 ms | 2 - 11 MB | NPU
109
+ | encoder | VOICE_AI | mixed_with_float | Snapdragon® 8 Elite Gen 5 Mobile | 23.828 ms | 2 - 10 MB | NPU
110
+ | flow | VOICE_AI | mixed_with_float | Snapdragon® X2 Elite | 67.288 ms | 2 - 2 MB | NPU
111
+ | flow | VOICE_AI | mixed_with_float | Snapdragon® X Elite | 128.874 ms | 2 - 2 MB | NPU
112
+ | flow | VOICE_AI | mixed_with_float | Snapdragon® 8 Gen 3 Mobile | 99.477 ms | 4 - 12 MB | NPU
113
+ | flow | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-8275 | 122.33 ms | 2 - 6 MB | NPU
114
+ | flow | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-8275 | 245.537 ms | 2 - 11 MB | NPU
115
+ | flow | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 130.928 ms | 3 - 4 MB | NPU
116
+ | flow | VOICE_AI | mixed_with_float | Qualcomm® SA8775P | 128.72 ms | 2 - 12 MB | NPU
117
+ | flow | VOICE_AI | mixed_with_float | Qualcomm® SA8650P | 128.72 ms | 2 - 12 MB | NPU
118
+ | flow | VOICE_AI | mixed_with_float | Qualcomm® SA8255P | 128.72 ms | 2 - 12 MB | NPU
119
+ | flow | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-9075 | 155.149 ms | 1 - 5 MB | NPU
120
+ | flow | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-X7181 | 128.874 ms | 2 - 2 MB | NPU
121
+ | flow | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ Q-8750 | 81.965 ms | 2 - 15 MB | NPU
122
+ | flow | VOICE_AI | mixed_with_float | Qualcomm® SA7255P | 245.537 ms | 2 - 11 MB | NPU
123
+ | flow | VOICE_AI | mixed_with_float | Snapdragon® 8 Elite Mobile | 81.965 ms | 2 - 15 MB | NPU
124
+ | flow | VOICE_AI | mixed_with_float | Snapdragon® 8 Elite Gen 5 Mobile | 71.031 ms | 2 - 11 MB | NPU
125
+ | t5_decoder | VOICE_AI | mixed_with_float | Snapdragon® X2 Elite | 0.339 ms | 1 - 1 MB | NPU
126
+ | t5_decoder | VOICE_AI | mixed_with_float | Snapdragon® X Elite | 0.416 ms | 1 - 1 MB | NPU
127
+ | t5_decoder | VOICE_AI | mixed_with_float | Snapdragon® 8 Gen 3 Mobile | 0.316 ms | 0 - 8 MB | NPU
128
+ | t5_decoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-8275 | 0.573 ms | 1 - 3 MB | NPU
129
+ | t5_decoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-8275 | 0.992 ms | 0 - 9 MB | NPU
130
+ | t5_decoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 0.395 ms | 0 - 2 MB | NPU
131
+ | t5_decoder | VOICE_AI | mixed_with_float | Qualcomm® SA8775P | 0.651 ms | 0 - 10 MB | NPU
132
+ | t5_decoder | VOICE_AI | mixed_with_float | Qualcomm® SA8650P | 0.651 ms | 0 - 10 MB | NPU
133
+ | t5_decoder | VOICE_AI | mixed_with_float | Qualcomm® SA8255P | 0.651 ms | 0 - 10 MB | NPU
134
+ | t5_decoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-9075 | 0.512 ms | 3 - 5 MB | NPU
135
+ | t5_decoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-X7181 | 0.416 ms | 1 - 1 MB | NPU
136
+ | t5_decoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ Q-8750 | 0.279 ms | 0 - 13 MB | NPU
137
+ | t5_decoder | VOICE_AI | mixed_with_float | Qualcomm® SA7255P | 0.992 ms | 0 - 9 MB | NPU
138
+ | t5_decoder | VOICE_AI | mixed_with_float | Snapdragon® 8 Elite Mobile | 0.279 ms | 0 - 13 MB | NPU
139
+ | t5_decoder | VOICE_AI | mixed_with_float | Snapdragon® 8 Elite Gen 5 Mobile | 0.287 ms | 0 - 11 MB | NPU
140
+ | t5_encoder | VOICE_AI | mixed_with_float | Snapdragon® X2 Elite | 0.64 ms | 0 - 0 MB | NPU
141
+ | t5_encoder | VOICE_AI | mixed_with_float | Snapdragon® X Elite | 1.05 ms | 0 - 0 MB | NPU
142
+ | t5_encoder | VOICE_AI | mixed_with_float | Snapdragon® 8 Gen 3 Mobile | 0.632 ms | 0 - 7 MB | NPU
143
+ | t5_encoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-8275 | 1.089 ms | 0 - 2 MB | NPU
144
+ | t5_encoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-8275 | 2.839 ms | 0 - 9 MB | NPU
145
+ | t5_encoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 0.904 ms | 0 - 1 MB | NPU
146
+ | t5_encoder | VOICE_AI | mixed_with_float | Qualcomm® SA8775P | 1.265 ms | 0 - 10 MB | NPU
147
+ | t5_encoder | VOICE_AI | mixed_with_float | Qualcomm® SA8650P | 1.265 ms | 0 - 10 MB | NPU
148
+ | t5_encoder | VOICE_AI | mixed_with_float | Qualcomm® SA8255P | 1.265 ms | 0 - 10 MB | NPU
149
+ | t5_encoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-9075 | 1.142 ms | 0 - 2 MB | NPU
150
+ | t5_encoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ IQ-X7181 | 1.05 ms | 0 - 0 MB | NPU
151
+ | t5_encoder | VOICE_AI | mixed_with_float | Qualcomm® Dragonwing™ Q-8750 | 0.525 ms | 0 - 13 MB | NPU
152
+ | t5_encoder | VOICE_AI | mixed_with_float | Qualcomm® SA7255P | 2.839 ms | 0 - 9 MB | NPU
153
+ | t5_encoder | VOICE_AI | mixed_with_float | Snapdragon® 8 Elite Mobile | 0.525 ms | 0 - 13 MB | NPU
154
+ | t5_encoder | VOICE_AI | mixed_with_float | Snapdragon® 8 Elite Gen 5 Mobile | 0.489 ms | 0 - 8 MB | NPU
155
 
156
  ## License
157
  * The license for the original implementation of MeloTTS-ES can be found
release_assets.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "version": "0.60.0",
3
  "precisions": {
4
  "mixed_with_float": {
5
  "chipset_assets": {
@@ -8,7 +8,7 @@
8
  "tool_versions": {
9
  "qairt": "2.45.0.260326154327"
10
  },
11
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.60.0/melotts_es-voice_ai-mixed_with_float-qualcomm_qcs8275.zip"
12
  }
13
  },
14
  "qualcomm-qcs8550-proxy": {
@@ -16,7 +16,7 @@
16
  "tool_versions": {
17
  "qairt": "2.45.0.260326154327"
18
  },
19
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.60.0/melotts_es-voice_ai-mixed_with_float-qualcomm_qcs8550_proxy.zip"
20
  }
21
  },
22
  "qualcomm-qcs9075": {
@@ -24,7 +24,7 @@
24
  "tool_versions": {
25
  "qairt": "2.45.0.260326154327"
26
  },
27
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.60.0/melotts_es-voice_ai-mixed_with_float-qualcomm_qcs9075.zip"
28
  }
29
  },
30
  "qualcomm-sa7255p": {
@@ -32,7 +32,7 @@
32
  "tool_versions": {
33
  "qairt": "2.45.0.260326154327"
34
  },
35
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.60.0/melotts_es-voice_ai-mixed_with_float-qualcomm_sa7255p.zip"
36
  }
37
  },
38
  "qualcomm-sa8775p": {
@@ -40,7 +40,7 @@
40
  "tool_versions": {
41
  "qairt": "2.45.0.260326154327"
42
  },
43
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.60.0/melotts_es-voice_ai-mixed_with_float-qualcomm_sa8775p.zip"
44
  }
45
  },
46
  "qualcomm-snapdragon-8-elite-for-galaxy": {
@@ -48,7 +48,7 @@
48
  "tool_versions": {
49
  "qairt": "2.45.0.260326154327"
50
  },
51
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.60.0/melotts_es-voice_ai-mixed_with_float-qualcomm_snapdragon_8_elite_for_galaxy.zip"
52
  }
53
  },
54
  "qualcomm-snapdragon-8-elite-gen5-for-galaxy": {
@@ -56,7 +56,7 @@
56
  "tool_versions": {
57
  "qairt": "2.45.0.260326154327"
58
  },
59
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.60.0/melotts_es-voice_ai-mixed_with_float-qualcomm_snapdragon_8_elite_gen5_for_galaxy.zip"
60
  }
61
  },
62
  "qualcomm-snapdragon-8gen3": {
@@ -64,7 +64,7 @@
64
  "tool_versions": {
65
  "qairt": "2.45.0.260326154327"
66
  },
67
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.60.0/melotts_es-voice_ai-mixed_with_float-qualcomm_snapdragon_8gen3.zip"
68
  }
69
  },
70
  "qualcomm-snapdragon-x-elite": {
@@ -72,7 +72,7 @@
72
  "tool_versions": {
73
  "qairt": "2.45.0.260326154327"
74
  },
75
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.60.0/melotts_es-voice_ai-mixed_with_float-qualcomm_snapdragon_x_elite.zip"
76
  }
77
  },
78
  "qualcomm-snapdragon-x2-elite": {
@@ -80,7 +80,7 @@
80
  "tool_versions": {
81
  "qairt": "2.45.0.260326154327"
82
  },
83
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.60.0/melotts_es-voice_ai-mixed_with_float-qualcomm_snapdragon_x2_elite.zip"
84
  }
85
  }
86
  }
 
1
  {
2
+ "version": "0.61.0",
3
  "precisions": {
4
  "mixed_with_float": {
5
  "chipset_assets": {
 
8
  "tool_versions": {
9
  "qairt": "2.45.0.260326154327"
10
  },
11
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.61.0/melotts_es-voice_ai-mixed_with_float-qualcomm_qcs8275.zip"
12
  }
13
  },
14
  "qualcomm-qcs8550-proxy": {
 
16
  "tool_versions": {
17
  "qairt": "2.45.0.260326154327"
18
  },
19
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.61.0/melotts_es-voice_ai-mixed_with_float-qualcomm_qcs8550_proxy.zip"
20
  }
21
  },
22
  "qualcomm-qcs9075": {
 
24
  "tool_versions": {
25
  "qairt": "2.45.0.260326154327"
26
  },
27
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.61.0/melotts_es-voice_ai-mixed_with_float-qualcomm_qcs9075.zip"
28
  }
29
  },
30
  "qualcomm-sa7255p": {
 
32
  "tool_versions": {
33
  "qairt": "2.45.0.260326154327"
34
  },
35
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.61.0/melotts_es-voice_ai-mixed_with_float-qualcomm_sa7255p.zip"
36
  }
37
  },
38
  "qualcomm-sa8775p": {
 
40
  "tool_versions": {
41
  "qairt": "2.45.0.260326154327"
42
  },
43
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.61.0/melotts_es-voice_ai-mixed_with_float-qualcomm_sa8775p.zip"
44
  }
45
  },
46
  "qualcomm-snapdragon-8-elite-for-galaxy": {
 
48
  "tool_versions": {
49
  "qairt": "2.45.0.260326154327"
50
  },
51
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.61.0/melotts_es-voice_ai-mixed_with_float-qualcomm_snapdragon_8_elite_for_galaxy.zip"
52
  }
53
  },
54
  "qualcomm-snapdragon-8-elite-gen5-for-galaxy": {
 
56
  "tool_versions": {
57
  "qairt": "2.45.0.260326154327"
58
  },
59
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.61.0/melotts_es-voice_ai-mixed_with_float-qualcomm_snapdragon_8_elite_gen5_for_galaxy.zip"
60
  }
61
  },
62
  "qualcomm-snapdragon-8gen3": {
 
64
  "tool_versions": {
65
  "qairt": "2.45.0.260326154327"
66
  },
67
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.61.0/melotts_es-voice_ai-mixed_with_float-qualcomm_snapdragon_8gen3.zip"
68
  }
69
  },
70
  "qualcomm-snapdragon-x-elite": {
 
72
  "tool_versions": {
73
  "qairt": "2.45.0.260326154327"
74
  },
75
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.61.0/melotts_es-voice_ai-mixed_with_float-qualcomm_snapdragon_x_elite.zip"
76
  }
77
  },
78
  "qualcomm-snapdragon-x2-elite": {
 
80
  "tool_versions": {
81
  "qairt": "2.45.0.260326154327"
82
  },
83
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/melotts_es/releases/v0.61.0/melotts_es-voice_ai-mixed_with_float-qualcomm_snapdragon_x2_elite.zip"
84
  }
85
  }
86
  }