FunAudioLLM / CosyVoice

Multi-lingual large voice generation model, providing inference, training and deployment full-stack ability.
https://funaudiollm.github.io/
Apache License 2.0
6.58k stars 707 forks source link

webui启动时只能加载一个模型吗 #626

Open MrWiffer opened 3 weeks ago

MrWiffer commented 3 weeks ago

启动webui界面时python webui.py --port xxx --model_dir xxx,这种方式只能加载固定的单个模型,是否有什么方式能够同时加载多个模型,或执行不同TTS任务时选择模型呢?

aluminumbox commented 3 weeks ago

这个可以自己再webui.py里初始化多个cosyvoice,可以自己实现