Closed drjkpalli closed 1 year ago
The issue might be caused by an outdated version of the huggingface_hub library, @drjkpalli.
To fix the issue, please try updating the huggingface_hub library:
pip install -U huggingface_hub
Yep. That was the issue. Thanks @peremarshall
I am working with cpu only on a 2015 13 inch MacBook Pro with 8gb of ram. Any suggestions on what the best approach is with regards to the models or otherwise ??
The issue might be caused by an outdated version of the huggingface_hub library, @drjkpalli.
To fix the issue, please try updating the huggingface_hub library:
pip install -U huggingface_hub
Unfortunately same situation and this not helped.
P.S. This helped https://github.com/suno-ai/bark/issues/173
Yea... I've tried every so-called "Fix" and I still can't get around that obnoxious error "found outdated text model, removing"
EVERY. SINGLE. FIX. has failed. Not even ChatGPT could rectify the issue. At this point I'm ready to remove the 20+GBs of useless junk I've downloaded in an attempt to get this to function. 16GB in the .cache folder alone.
Apologies, we are debugging some issues with the new download method which we think is related to this.
Apologies, we are debugging some issues with the new download method which we think is related to this.
Will it require a fresh download and install? I.E. Should I just delete the files on my computer and try again or will it be best to keep the several different ".pt" files I had to download individually, manually?
FIXED
similar issue
\anaconda3\lib\site-packages\bark\generation.py", line 168, in _download hf_hub_download(repo_id=from_hf_path, filename=file_name, local_dir=CACHE_DIR) TypeError: hf_hub_download() got an unexpected keyword argument 'local_dir'
EDIT I fixed it by installing "pip install git+https://github.com/huggingface/huggingface_hub" Got the 'bark_generation.wav' wave file after a very long wait. CPU only... link was from here = https://huggingface.co/docs/huggingface_hub/installation
Install from source In some cases, it is interesting to install huggingface_hub directly from source. This allows you to use the bleeding edge main version rather than the latest stable version. The main version is useful for staying up-to-date with the latest developments, for instance if a bug has been fixed since the last official release but a new release hasn’t been rolled out yet.
great! gonna close, feel free to reopen if not fixed for someone
yes :)
-----Original Message----- From: Georg Kucsko @.> To: suno-ai/bark @.> Cc: MovLab2 @.>; Comment @.> Sent: Thu, May 11, 2023 2:13 pm Subject: Re: [suno-ai/bark] Does this work in vs-code for local development ? (Issue #206)
Closed #206 as completed.— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
Hi, was not able to use the following code to generate the audio:
Got the following errror: