.gitignore
LICENSE
README.md
cosyvoice2-logo-clear.png
pyproject.toml
src/cosyvoice/__init__.py
src/cosyvoice/bin/average_model.py
src/cosyvoice/bin/export_jit.py
src/cosyvoice/bin/export_onnx.py
src/cosyvoice/bin/inference_deprecated.py
src/cosyvoice/bin/select_best_checkpoint.py
src/cosyvoice/bin/train.py
src/cosyvoice/bin/upload_weights.py
src/cosyvoice/cli/__init__.py
src/cosyvoice/cli/cosyvoice.py
src/cosyvoice/cli/frontend.py
src/cosyvoice/cli/model.py
src/cosyvoice/dataset/__init__.py
src/cosyvoice/dataset/dataset.py
src/cosyvoice/dataset/processor.py
src/cosyvoice/flow/decoder.py
src/cosyvoice/flow/flow.py
src/cosyvoice/flow/flow_matching.py
src/cosyvoice/flow/length_regulator.py
src/cosyvoice/hifigan/discriminator.py
src/cosyvoice/hifigan/f0_predictor.py
src/cosyvoice/hifigan/generator.py
src/cosyvoice/hifigan/hifigan.py
src/cosyvoice/llm/llm.py
src/cosyvoice/tokenizer/tokenizer.py
src/cosyvoice/transformer/__init__.py
src/cosyvoice/transformer/activation.py
src/cosyvoice/transformer/attention.py
src/cosyvoice/transformer/convolution.py
src/cosyvoice/transformer/decoder.py
src/cosyvoice/transformer/decoder_layer.py
src/cosyvoice/transformer/embedding.py
src/cosyvoice/transformer/encoder.py
src/cosyvoice/transformer/encoder_layer.py
src/cosyvoice/transformer/label_smoothing_loss.py
src/cosyvoice/transformer/positionwise_feed_forward.py
src/cosyvoice/transformer/subsampling.py
src/cosyvoice/transformer/upsample_encoder.py
src/cosyvoice/utils/__init__.py
src/cosyvoice/utils/class_utils.py
src/cosyvoice/utils/common.py
src/cosyvoice/utils/executor.py
src/cosyvoice/utils/file_utils.py
src/cosyvoice/utils/frontend_utils.py
src/cosyvoice/utils/losses.py
src/cosyvoice/utils/mask.py
src/cosyvoice/utils/scheduler.py
src/cosyvoice/utils/train_utils.py
src/cosyvoice/vllm/cosyvoice2.py
src/cosyvoice2_eu/__init__.py
src/cosyvoice2_eu/cli.py
src/cosyvoice2_eu.egg-info/PKG-INFO
src/cosyvoice2_eu.egg-info/SOURCES.txt
src/cosyvoice2_eu.egg-info/dependency_links.txt
src/cosyvoice2_eu.egg-info/entry_points.txt
src/cosyvoice2_eu.egg-info/requires.txt
src/cosyvoice2_eu.egg-info/top_level.txt
src/cosyvoice2_eu/__pycache__/__init__.cpython-310.pyc
src/cosyvoice2_eu/__pycache__/__init__.cpython-313.pyc
src/cosyvoice2_eu/__pycache__/cli.cpython-310.pyc
src/cosyvoice2_eu/__pycache__/cli.cpython-313.pyc
src/matcha/__init__.py
src/matcha/app.py
src/matcha/cli.py
src/matcha/train.py
src/matcha/hifigan/__init__.py
src/matcha/hifigan/config.py
src/matcha/hifigan/denoiser.py
src/matcha/hifigan/env.py
src/matcha/hifigan/meldataset.py
src/matcha/hifigan/models.py
src/matcha/hifigan/xutils.py
src/matcha/models/__init__.py
src/matcha/models/baselightningmodule.py
src/matcha/models/matcha_tts.py
src/matcha/models/components/__init__.py
src/matcha/models/components/decoder.py
src/matcha/models/components/flow_matching.py
src/matcha/models/components/text_encoder.py
src/matcha/models/components/transformer.py
src/matcha/onnx/__init__.py
src/matcha/onnx/export.py
src/matcha/onnx/infer.py
src/matcha/text/__init__.py
src/matcha/text/cleaners.py
src/matcha/text/numbers.py
src/matcha/text/symbols.py
src/matcha/utils/__init__.py
src/matcha/utils/audio.py
src/matcha/utils/generate_data_statistics.py
src/matcha/utils/instantiators.py
src/matcha/utils/logging_utils.py
src/matcha/utils/model.py
src/matcha/utils/pylogger.py
src/matcha/utils/rich_utils.py
src/matcha/utils/utils.py
src/matcha/utils/monotonic_align/__init__.py
src/matcha/utils/monotonic_align/setup.py