Update README.md

pull/226/head
Keenan Freyberg 2023-04-30 14:58:53 -04:00 committed by GitHub
parent 4d6dc4c71d
commit 968080926e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -216,8 +216,8 @@ If you are interested, you can sign up for early access [here](https://3os84zs17
## ❓ FAQ
#### How do I specify where models are downloaded and cached?
* Bark uses Hugging face to download and store models. You can see [here](https://huggingface.co/docs/huggingface_hub/package_reference/environment_variables#hfhome) for how huggingface stores models.
* As a quick fix, you can use the `XDG_CACHE_HOME` env variable to override where models are downloaded and cached (otherwise defaults to a subdirectory of `~/.cache`).
* Bark uses Hugging face to download and store models. You can see find more info [here](https://huggingface.co/docs/huggingface_hub/package_reference/environment_variables#hfhome).
#### Bark's generations sometimes differ from my prompts. What's happening?
* Bark is a GPT-style model. As such, it may take some creative liberties in its generations, resulting in higher-variance model outputs than traditional text-to-speech approaches.