[LLM:Feature] Support Qwen3-TTS-12Hz-0.6B-Base#4589
Conversation
|
谢谢你的贡献 Warning: flash-attn is not installed. Will only run the manual PyTorch version. Please install flash-attn for faster inference. /bin/sh: line 1: sox: command not found 2026-07-02 19:39:27.915645554 [W:onnxruntime:Default, device_discovery.cc:283 GetGpuDevices] Failed to detect devices under "/sys/class/drm/card3": device_discovery.cc:93 ReadFileContents Failed to open file: "/sys/class/drm/card3/device/vendor" 然后我尝试用您给的Qwen3-TTS-0.6B-Base-INT8-MNN: |
|
自己导出的话需要编译MNNConvert并指定--mnnconvert的路径,预编译的MNN python包暂不支持. |
预导出模型的问题我看看能否复现,来解决一下。 |
问题已修复,是没有加reference voice参考音频的原因。官方Demo需要添加一段声音作为参考音频才能正常生成。 生成音频在: 如果要对比 fp16,把模型路径替换成: |
根据以上命令,这是以下输出 生成的语音不完整只有一半,把64提高到128就完整了,目前生成的时间貌似比较慢,另外可以添加一个计算rtf的功能吗? |
对的,这个64 128的数字是用来提前截断限制生成长度的,就和max_new_token一样,可以设置大一些,它生成完整会自己终止。 |
|
rtf 就先不加啦,暂时可以把生成的文件保存下来在MNN外面计算一下。 |
Description
Support Qwen3-TTS-12Hz-0.6B-Base
Module
LLM.
Exported model at huangzhengxiang/Qwen3-TTS-0.6B-Base-FP16-MNN and huangzhengxiang/Qwen3-TTS-0.6B-Base-INT8-MNN.
TTS demo at
transformers/llm/engine/demo/qwen3_tts_demo.cpp. (Currently only support text to speech. Reference voice is not supported in the demo.)Type
Checklist
[Module:Type] Descriptionformat