gitextract_5awgzeyv/ ├── .github/ │ └── workflows/ │ └── python-publish.yml ├── .gitignore ├── LICENSE ├── README.md ├── data/ │ ├── Emilia_ZH_EN_pinyin/ │ │ └── vocab.txt │ └── librispeech_pc_test_clean_cross_sentence.lst ├── f5_tts_mlx/ │ ├── README.md │ ├── __init__.py │ ├── audio.py │ ├── cfm.py │ ├── convnext_v2.py │ ├── data.py │ ├── dit.py │ ├── duration.py │ ├── duration_trainer.py │ ├── generate.py │ ├── rope.py │ ├── trainer.py │ └── utils.py ├── pyproject.toml ├── requirements.txt └── train_libritts_small.py