From a323479d904a86145869c55212c71279ad064144 Mon Sep 17 00:00:00 2001 From: Martin Camacho Date: Fri, 21 Apr 2023 09:19:22 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba348f9..99340dd 100644 --- a/README.md +++ b/README.md @@ -191,4 +191,8 @@ If you are interested, you can sign up for early access [here](https://3os84zs17 #### How do I specify where models are downloaded and cached? -Use the `XDG_CACHE_HOME` env variable to override where models are downloaded and cached (otherwise defaults to a subdirectory of `~/.cache`). +Use the `XDG_CACHE_HOME` env variable to override where models are downloaded and cached (otherwise defaults to a subdirectory of `~/.cache`). + +#### 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.