(dims: dict[str, int], tensor_count: int)
| 1173 | source=SnapshotSource(repo_id="mlx-community/index-tts2-mlx"), |
| 1174 | required_files=( |
| 1175 | "config.yaml", |
| 1176 | "bpe.model", |
| 1177 | "gpt.safetensors", |
| 1178 | "s2mel.safetensors", |
| 1179 | "feat1.safetensors", |
| 1180 | "feat2.safetensors", |
| 1181 | "wav2vec2bert_stats.safetensors", |
| 1182 | "semantic_codec_model.safetensors", |
| 1183 | "campplus.safetensors", |
| 1184 | "w2v-bert-2.0/config.json", |
| 1185 | "w2v-bert-2.0/preprocessor_config.json", |
| 1186 | "w2v-bert-2.0/model.safetensors", |
| 1187 | "bigvgan/config.json", |
| 1188 | "bigvgan/model.safetensors", |
| 1189 | "qwen0.6bemo4-merge/config.json", |
| 1190 | "qwen0.6bemo4-merge/generation_config.json", |
| 1191 | "qwen0.6bemo4-merge/tokenizer.json", |
| 1192 | "qwen0.6bemo4-merge/tokenizer_config.json", |
| 1193 | "qwen0.6bemo4-merge/vocab.json", |
| 1194 | "qwen0.6bemo4-merge/merges.txt", |
| 1195 | "qwen0.6bemo4-merge/model.safetensors", |
| 1196 | ), |
| 1197 | description="Framework-ready IndexTTS2 safetensors layout with shared components at the model root.", |
| 1198 | ), |
| 1199 | ModelPackage( |
| 1200 | id="mel_band_roformer", |
no outgoing calls
no test coverage detected