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
I had this exception after using:
Why bark model need permison to '/root/.local'?
Note: xtts_v2 working fine and dont need permission which bark needs.
TTS 0.22.0
torch 2.5.1
Python 3.10.12
22.04.1-Ubuntu
I use notebook without GPU
Using poetry and pip venv
Other Informaion:
`xtts_v2` working fine and dont need permission which `bark` needs.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I had this exception after using:
Why
bark
model need permison to'/root/.local'
?Note:
xtts_v2
working fine and dont need permission whichbark
needs.To Reproduce
bark_model = "tts_models/multilingual/multi-dataset/bark" tts = TTS(bark_model).to(device)
Expected behavior
No response
Logs
No response
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: