jianchang512 / ChatTTS-ui

一个简单的本地网页界面,使用ChatTTS将文字合成为语音,同时支持对外提供API接口。A simple native web interface that uses ChatTTS to synthesize text into speech, along with support for external API interfaces.
https://pyvideotrans.com
Other
5.99k stars 688 forks source link

打包版中如何使用cuda #50

Closed Chenyuxin221 closed 4 months ago

Chenyuxin221 commented 4 months ago

装了cuda12.5 仍然显示 image 是需要特定的版本吗?还是说需要额外的操作

jianchang512 commented 4 months ago

use cuda:0 就是使用了cuda

Chenyuxin221 commented 4 months ago

use cuda:0 就是使用了cuda

好的