You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "C:\Users\dell\anaconda3\envs\tts\lib\site-packages\ChatTTS\core.py", line 471, in _infer_code
if not isinstance(params.temperature, list):
AttributeError: 'dict' object has no attribute 'temperature'�
The text was updated successfully, but these errors were encountered:
params_infer_code = ChatTTS.Chat.InferCodeParams(
spk_emb = rand_spk, # add sampled speaker
temperature = .3, # using custom temperature
top_P = 0.7, # top P decode
top_K = 20, # top K decode
)
正常启动TTS在后台监听,执行GenerateAudio.py脚本时显示缺少“temperature”
File "C:\Users\dell\anaconda3\envs\tts\lib\site-packages\ChatTTS\core.py", line 471, in _infer_code
if not isinstance(params.temperature, list):
AttributeError: 'dict' object has no attribute 'temperature'�
The text was updated successfully, but these errors were encountered: