alphanemeless / VITS_TXT_to_Audio

A convenient tool for generating audio files
MIT License
133 stars 29 forks source link

error #1

Open akaJoeKerr opened 1 year ago

akaJoeKerr commented 1 year ago

use https://github.com/CjangCjengh/TTSModels --------model

AttributeError: module 'jieba' has no attribute 'set_dictionary'

alphanemeless commented 1 year ago

Check if the "jieba" library is installed successfully If not, use "pip install jieba" to install it manually