VoxCPM2_portable
Portable Windows build of VoxCPM2 — multilingual TTS (30 languages incl. Russian), Voice Design, Voice Cloning, and end-to-end LoRA fine-tuning (video/audio → dataset → training). One-click install.
File Explorer
- star_chart.py
- star-history.yml
- hero.png
- stars-dark.svg
- stars-light.svg
- voxcpm_finetune_all.yaml
- voxcpm_finetune_lora.yaml
- test_voxcpm_lora_infer.py
- train_voxcpm_finetune.py
- .gitattributes
- .gitignore
- app.py
- CHANGELOG.md
- install.bat
- README.md
- README_RU.md
- requirements.txt
- run.bat
- update.bat
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
// repository documentation
Was this content helpful?
(0 ratings)
