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:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.
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: