.gitignore
LICENSE
README.md
README_zh.md
app.py
app_old.py
lora_ft_webui.py
pyproject.toml
uv.lock
.github/workflows/publish-to-pypi.yml
assets/discord-logo.png
assets/feishu-group.png
assets/feishu-logo.png
assets/modelbest_logo.png
assets/thuhcsi_logo.png
assets/voxcpm_logo.png
assets/voxcpm_model.png
conf/voxcpm_v1/voxcpm_finetune_all.yaml
conf/voxcpm_v1/voxcpm_finetune_lora.yaml
conf/voxcpm_v1.5/voxcpm_finetune_all.yaml
conf/voxcpm_v1.5/voxcpm_finetune_lora.yaml
conf/voxcpm_v2/voxcpm_finetune_all.yaml
conf/voxcpm_v2/voxcpm_finetune_lora.yaml
examples/example.wav
examples/reference_speaker.wav
examples/train_data_example.jsonl
scripts/test_pick_runtime_dtype.py
scripts/test_voxcpm_ft_infer.py
scripts/test_voxcpm_lora_infer.py
scripts/train_voxcpm_finetune.py
src/voxcpm/__init__.py
src/voxcpm/cli.py
src/voxcpm/core.py
src/voxcpm/zipenhancer.py
src/voxcpm.egg-info/PKG-INFO
src/voxcpm.egg-info/SOURCES.txt
src/voxcpm.egg-info/dependency_links.txt
src/voxcpm.egg-info/entry_points.txt
src/voxcpm.egg-info/requires.txt
src/voxcpm.egg-info/top_level.txt
src/voxcpm/model/__init__.py
src/voxcpm/model/utils.py
src/voxcpm/model/voxcpm.py
src/voxcpm/model/voxcpm2.py
src/voxcpm/modules/__init__.py
src/voxcpm/modules/audiovae/__init__.py
src/voxcpm/modules/audiovae/audio_vae.py
src/voxcpm/modules/audiovae/audio_vae_v2.py
src/voxcpm/modules/layers/__init__.py
src/voxcpm/modules/layers/lora.py
src/voxcpm/modules/layers/scalar_quantization_layer.py
src/voxcpm/modules/locdit/__init__.py
src/voxcpm/modules/locdit/local_dit.py
src/voxcpm/modules/locdit/local_dit_v2.py
src/voxcpm/modules/locdit/unified_cfm.py
src/voxcpm/modules/locenc/__init__.py
src/voxcpm/modules/locenc/local_encoder.py
src/voxcpm/modules/minicpm4/__init__.py
src/voxcpm/modules/minicpm4/cache.py
src/voxcpm/modules/minicpm4/config.py
src/voxcpm/modules/minicpm4/model.py
src/voxcpm/training/__init__.py
src/voxcpm/training/accelerator.py
src/voxcpm/training/config.py
src/voxcpm/training/data.py
src/voxcpm/training/packers.py
src/voxcpm/training/state.py
src/voxcpm/training/tracker.py
src/voxcpm/training/validate.py
src/voxcpm/utils/text_normalize.py
tests/test_cli.py
tests/test_lora_checkpoint_loading.py
tests/test_model_utils.py
tests/test_validate.py