CoolFace
Modelpublic

software-mansion/react-native-executorch-supertonic

sourceHugging Faceopenrailupdated 14d agoView on Hugging Face
1likes2kdownloads
Model Card

supertonic

This repository hosts the supertonic models exported for the React Native ExecuTorch library as ExecuTorch .pte programs, ready to run on device.

Variants

PathComponentBackendPrecision
mlx/duration_predictor_mlx_fp32.pteduration_predictormlxfp32
mlx/text_encoder_mlx_fp32.ptetext_encodermlxfp32
mlx/vector_estimator_mlx_fp32.ptevector_estimatormlxfp32
mlx/vocoder_mlx_fp32.ptevocodermlxfp32
vulkan/duration_predictor_vulkan_fp16.pteduration_predictorvulkanfp16
vulkan/text_encoder_vulkan_fp16.ptetext_encodervulkanfp16
vulkan/vector_estimator_vulkan_fp16.ptevector_estimatorvulkanfp16
vulkan/vocoder_vulkan_fp16.ptevocodervulkanfp16
xnnpack/duration_predictor_xnnpack_fp32.pteduration_predictorxnnpackfp32
xnnpack/text_encoder_xnnpack_fp32.ptetext_encoderxnnpackfp32
xnnpack/vector_estimator_xnnpack_fp32.ptevector_estimatorxnnpackfp32
xnnpack/vocoder_xnnpack_fp32.ptevocoderxnnpackfp32

Unshipped backends

A backend directory carrying a NOTES.md and no .pte was exported and not published. Its note records what went wrong.

  • coreml (why)

Repository structure

config.json                                  32 B
coreml/NOTES.md                              879 B
mlx/config.json                              6.7 kB
mlx/duration_predictor_mlx_fp32.pte          3.4 MB
mlx/text_encoder_mlx_fp32.pte                34.4 MB
mlx/vector_estimator_mlx_fp32.pte            244 MB
mlx/vocoder_mlx_fp32.pte                     96.7 MB
unicode_indexer.json                         271 kB
voice_styles/F1.json                         285 kB
voice_styles/F2.json                         286 kB
voice_styles/F3.json                         284 kB
voice_styles/F4.json                         285 kB
voice_styles/F5.json                         285 kB
voice_styles/M1.json                         285 kB
voice_styles/M2.json                         285 kB
voice_styles/M3.json                         283 kB
voice_styles/M4.json                         285 kB
voice_styles/M5.json                         285 kB
voices/F1.bin                                50.5 kB
voices/F2.bin                                50.5 kB
voices/F3.bin                                50.5 kB
voices/F4.bin                                50.5 kB
voices/F5.bin                                50.5 kB
voices/M1.bin                                50.5 kB
voices/M2.bin                                50.5 kB
voices/M3.bin                                50.5 kB
voices/M4.bin                                50.5 kB
voices/M5.bin                                50.5 kB
vulkan/config.json                           4.1 kB
vulkan/duration_predictor_vulkan_fp16.pte    1.7 MB
vulkan/text_encoder_vulkan_fp16.pte          17.3 MB
vulkan/vector_estimator_vulkan_fp16.pte      122 MB
vulkan/vocoder_vulkan_fp16.pte               48.4 MB
xnnpack/config.json                          6.7 kB
xnnpack/duration_predictor_xnnpack_fp32.pte  3.4 MB
xnnpack/text_encoder_xnnpack_fp32.pte        34.5 MB
xnnpack/vector_estimator_xnnpack_fp32.pte    245 MB
xnnpack/vocoder_xnnpack_fp32.pte             96.7 MB

Compatibility

These files are published for the ExecuTorch v1.4.1 runtime. ExecuTorch gives no forward compatibility guarantee, so an older runtime may fail to load them.

To use them in React Native ExecuTorch, pass the model constant shipped in the library's model registry to the corresponding task pipeline. See the documentation.

To load these files in your own ExecuTorch runtime, read the compatibility note first.