ZGY
616d3d3e63
docs: add audio.cpp to Ecosystem & Community (EN/ZH) ( #355 )
...
Add audio.cpp (ggml-based unified C++ inference framework) to the
Ecosystem & Community table in both README.md and README_zh.md.
VoxCPM2 is a released, supported model in that project.
Requested in #354 .
Co-authored-by: Labmem-Zhouyx <913703649@qq.com >
2026-07-08 17:46:09 +08:00
Dennis Huang
b9fbaecf87
Merge pull request #348 from ZMXJJ/feat/llama-cpp-omni-docs
...
docs: add llama.cpp-omni on-device inference section
2026-06-30 20:44:33 +08:00
Dennis Huang
53115a200b
docs: add llama.cpp-omni on-device inference section
2026-06-30 16:28:26 +08:00
Labmem-Zhouyx
30118a3352
Merge pull request #327 from DEVAIEXP/feat-add-seed
...
feat: Add Seed Support for Reproducible Voice Generation (v1 & v2)
Resolved conflict in src/voxcpm/cli.py: kept both --seed (PR #327 ) and timestamp alignment args (PR #332 ).
2026-06-29 13:19:40 +08:00
ZGY
2b26f1ff8d
Merge pull request #332 from ac19991029/feature/timestamp-alignment
...
Add optional post-generation timestamp alignment
2026-06-29 13:13:57 +08:00
Eliseu Silva
b567707deb
Merge branch 'main' into feat-add-seed
2026-06-24 21:44:02 -03:00
Labmem-Zhouyx
856d2fc2a8
fix README
2026-06-10 15:23:08 +08:00
Labmem-Zhouyx
8e3f039615
README: techinical report link
2026-06-08 11:35:44 +08:00
Labmem-Zhouyx
43acad2ac8
README: techinical report link
2026-06-08 11:33:17 +08:00
cccpro12
87af7d0854
Add optional timestamp alignment
2026-06-06 16:29:46 +08:00
Eliseu Silva
9f1548b631
feat: add seed support for reproducible generation in v1 and v2
...
- Exposed 'seed' parameter in VoxCPMModel and VoxCPM2Model generation methods.
- Added PyTorch RNG seed setting before inference runs.
- Handled 'retry_badcase' seed adjustment by incrementing the seed value on retries.
- Exposed 'self.last_successful_seed' as a model attribute for UI integrations.
- Propagated 'seed' parameter to high-level pipeline class and CLI tools (cli.py).
- Added '--seed' flag to full-finetune and LoRA inference scripts.
- Configured validation audio generation in training script to use a fixed seed for objective comparison on TensorBoard.
- Added comprehensive unit tests in CLI test files to validate seed parsing and propagation.
- Updated English and Chinese READMEs with seed usage examples.
2026-06-01 15:34:09 -03:00
muyleanging
e08754bcc0
Document Gradio device selection
2026-05-18 17:06:11 +09:00
Yueqian Lin
afa63e6195
docs: add vLLM-Omni serving references
...
Document vLLM-Omni as a production serving option for VoxCPM2
alongside the existing Nano-vLLM reference. Mirrors the addition in
README_zh.md, and adds an ecosystem table entry.
Install snippet follows the upstream vLLM-Omni installation guide
(from source, since vllm-omni is rapidly evolving).
Signed-off-by: Yueqian Lin <linyueqian@outlook.com >
2026-04-16 21:19:27 -05:00
liuxin
eae0a29908
docs: add ComfyUI RH link
...
Made-with: Cursor
2026-04-16 11:46:40 +08:00
Labmem-Zhouyx
5611bd08a0
optim app.py
2026-04-09 00:30:19 +08:00
Labmem-Zhouyx
364eff6840
update readme: python version
2026-04-08 23:07:38 +08:00
Labmem-Zhouyx
6d10932b09
update readme
2026-04-08 18:48:58 +08:00
Labmem-Zhouyx
ee3649c1b3
fix: streaming decode
2026-04-08 17:25:54 +08:00
Labmem-Zhouyx
8f95d13073
update readme: 30-language asr result on internal benchmark
2026-04-08 15:36:56 +08:00
Labmem-Zhouyx
df38f0a167
update readme for modelscope download
2026-04-08 11:29:19 +08:00
Labmem-Zhouyx
da700f264e
update ZH readme
2026-04-07 18:04:56 +08:00
Labmem-Zhouyx
9374524c47
update readme
2026-04-06 23:01:16 +08:00
Labmem-Zhouyx
ec6d30e996
update readme
2026-04-06 22:56:06 +08:00
Labmem-Zhouyx
a010d621ff
update readme
...
Made-with: Cursor
2026-04-06 22:09:24 +08:00
Dennis Huang
3f005b0dbd
Enhance README formatting and community section for better visibility
2026-04-06 19:50:29 +08:00
Labmem-Zhouyx
039c6e9f92
update
2026-04-06 17:15:10 +08:00
Dennis Huang
5734ab36b6
Update README
2026-04-06 16:24:12 +08:00
Labmem-Zhouyx
746631c38d
update
2026-04-06 16:10:50 +08:00
Labmem-Zhouyx
07b8b5c01f
update readme
2026-04-06 15:53:58 +08:00
Labmem-Zhouyx
f738cc9946
update
2026-04-03 18:46:29 +08:00
Labmem-Zhouyx
12c2b8ff98
update readme
2026-04-02 21:01:23 +08:00
刘鑫
addee2c550
surport voxcpm2 cli
2026-04-01 21:15:55 +08:00
Gonzalo Zanelli
6dd63a534f
fix: feature checkboxes
2026-01-18 18:03:24 -03:00
刘鑫
a266c0a88d
add lora funetine webUI; optimize lora save and load logic
2025-12-09 21:34:39 +08:00
Labmem-Zhouyx
1b0ff5693c
Update: model parameters
2025-12-06 01:22:30 +08:00
Labmem-Zhouyx
b1f7593ae0
Update: default no denoise & normalize
2025-12-05 22:16:27 +08:00
Labmem-Zhouyx
3443dbb212
Update: VoxCPM1.5 and fine-tuning supprt
2025-12-05 21:04:51 +08:00
Labmem-Zhouyx
d1bb6aaf41
update technical report
2025-09-30 10:47:39 +08:00
AbrahamSanders
89f4d917a0
Update readme with streaming example
2025-09-19 17:09:30 -04:00
刘鑫
5f56d5ff5d
FX: update README
2025-09-19 13:44:33 +08:00
周逸轩
1fa9e2ca02
update README
2025-09-18 01:21:45 +08:00
周逸轩
10f48ba330
update README
2025-09-17 19:36:32 +08:00
周逸轩
7e8f754ba1
update README
2025-09-17 19:33:37 +08:00
周逸轩
0fa8d894d1
update README
2025-09-16 21:33:57 +08:00
周逸轩
59fe3f30a1
update README
2025-09-16 19:05:00 +08:00
周逸轩
6f2fb45756
ModelScope
2025-09-16 17:12:52 +08:00
周逸轩
91128d823d
ModelScope
2025-09-16 17:12:52 +08:00
刘鑫
11574ae93d
surport load model from local path
2025-09-16 16:46:44 +08:00
周逸轩
081845b35b
FX: readme description
2025-09-16 13:26:14 +08:00
zengguoyang
272b8ffbf6
init
2025-09-16 11:46:47 +08:00