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
使用gguf版本的indextts2模型时,所有的模型都加载在内存里,占用也很大。When using the GGUF version of IndexTTS2, all model components are loaded into memory, resulting in high memory usage. #100
使用index-tts2-f16.gguf 模型,文件大小4.5个G。现在我发现两个问题
第一个问题:模型都加载到内存里,而不是优先加载到显存里,我本地16G的显存一点没用。
第二个问题:模型加载到内存里,感觉占用了20到30G的空间