已部署ChatTTS-ui,供大家伙免费玩,有api

你F12看看,人家用的共享GPU

mark

服务器已寄,貌似这个项目有缺陷

现在恢复了,能用多久看天意,我看看能不能做一个定时重启的东西

楼主,调用你API 无效
{‘code’: 1, ‘msg’: ‘text params lost’}

给一下调用代码

# API调用代码

import requests

res = requests.post('http://chattts.leezhu.cn/tts', data={
  "text": "I'd rather be his whore than your wife.",
  "prompt": "[laugh_1]",
  "voice": "4099",
  "temperature": 0.3,
  "top_p": 0.7,
  "top_k": 20,
  "skip_refine": 0,
  "custom_voice": 0
})
print(res.json())

#ok
#{code:0, msg:'ok', audio_files:[{filename: /leezhu/ChatTTS-ui/static/wavs/20240605-08_02_35-1349755a2afe4b621c951b82dcbcafc1.wav, url: http://chattts.leezhu.cn/static/wavs/20240605-08_02_35-1349755a2afe4b621c951b82dcbcafc1.wav}]}

#error
#{code:1, msg:"error"}

楼主能大概讲解一下chattts的使用吗?我从github克隆了代码,又从hugging face下载了模型文件,但是这两个怎么融合到一起工作呢?

这个已经说的很详细了

自行加上https就好了

image
好像坏了

还没玩过就挂了,来晚了


目前还能用

感谢分享

感谢楼主分享,试了下还可以

谷歌机器多少钱想整个大哥

想和chatgpt 结合做实时对话有什么推荐的服务器?大哥

崩了吧?进不去了了 :sweat_smile:

崩了,自行部署吧,老是崩太难维护了

好用吗