Skip to content
/CreatorBox/images/jms_logo.png

CosyVoice3

字数
440 字
阅读
3 分钟

CosyVoice3 是一个领先的多语言语音生成工具,支持普通话、英语、日语等多种语言和方言,提供高音质、即时响应、丰富表现力和简单部署的功能。CosyVoice 还支持语音克隆、跨语言合成。

主界面

cosyvoice_home

启动方式

  • 链接启动
http://127.0.0.1:8000/launcher?project=cosyvoice
  • 命令启动
bash
uv run cli.py install -n cosyvoice -p 8013 --start
  • 原生启动
bash
uv run webui.py --port 8013

输出日志

log
Python 3.10.19
Using extensions/cosyvoice/.venv/scripts/python.exe
Checked 159 packages in 3ms
All installed packages are compatible
Audited 40 packages in 15ms
git 2.51.0
Using D:/Develop Files/Git/cmd/git.EXE

 _   .-')                _ .-') _     ('-.             .-')                              _ (`-.    ('-.
( '.( OO )_             ( (  OO) )  _(  OO)           ( OO ).                           ( (OO  ) _(  OO)
 ,--.   ,--.).-'),-----. \     .'_ (,------.,--.     (_)---\_)   .-----.  .-'),-----.  _.`     \(,------.
 |   `.'   |( OO'  .-.  ',`'--..._) |  .---'|  |.-') /    _ |   '  .--./ ( OO'  .-.  '(__...--'' |  .---'
 |         |/   |  | |  ||  |  \  ' |  |    |  | OO )\  :` `.   |  |('-. /   |  | |  | |  /  | | |  |
 |  |'.'|  |\_) |  |\|  ||  |   ' |(|  '--. |  |`-' | '..`''.) /_) |OO  )\_) |  |\|  | |  |_.' |(|  '--.
 |  |   |  |  \ |  | |  ||  |   / : |  .--'(|  '---.'.-._)   \ ||  |`-'|   \ |  | |  | |  .___.' |  .--'
 |  |   |  |   `'  '-'  '|  '--'  / |  `---.|      | \       /(_'  '--'\    `'  '-'  ' |  |      |  `---.
 `--'   `--'     `-----' `-------'  `------'`------'  `-----'    `-----'      `-----'  `--'      `------'

Downloading Model from https://www.modelscope.cn to directory: D:\Program Files\CreatorBox\creatorbox\extensions\cosyvoice\pretrained_models\CosyVoice3-0.5B
Downloading [README.md]: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 11.1k/11.1k [00:00<00:00, 19.1kB/s]
Processing 1 items: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1.00/1.00 [00:00<00:00, 1.67it/s]

Successfully Downloaded from model FunAudioLLM/Fun-CosyVoice3-0.5B-2512.

extensions/cosyvoice/.venv/scripts/python.exe webui3.py --port 8013
2025-12-23 23:58:44.483 | INFO  14140 cbinstaller.py:339 - ✅ cosyvoice 已启动(PID: 13656
failed to import ttsfrd, use wetext instead
2025-12-23 23:58:55,696 DEBUG connect_tcp.started host='127.0.0.1' port=10808 local_address=None timeout=3 socket_options=None
2025-12-23 23:58:55,700 DEBUG connect_tcp.complete return_value=<httpcore._backends.sync.SyncStream object at 0x0000028A6260FD90>
...
* Running on local URL:  http://0.0.0.0:8013
To create a public link, set `share=True` in `launch()`.

参数配置

注意

  • 默认使用 webui3.py,原生请使用 webui.py

  • 在配音模块中填写本地与远程地址,可以批量语音合成,例:

    • 本地访问:http://127.0.0.1:8013
    • 远程访问 : https://xxx.gradio.livehttps://xxx.ngrok-free.apphttps://xxx.loca.lt
    • 属于你的公网 IP 或域名