Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is the requirements-pip.txt ? #92

Open
payamsaremi opened this issue Jun 23, 2023 · 4 comments
Open

Where is the requirements-pip.txt ? #92

payamsaremi opened this issue Jun 23, 2023 · 4 comments

Comments

@payamsaremi
Copy link

seems like the requirements-pip.txt was removed from repo?

@JonathanFly
Copy link
Owner

seems like the requirements-pip.txt was removed from repo?
I put in in a sub directory, old_setup_files, as it was wasn't up to date.

@steinhaug
Copy link

I just played with the colab files, adding this should fix it:

!pip install -r /content/bark/old_setup_files/requirements-pip.txt
!pip install -r /content/bark/old_setup_files/bark-requirements-allpip.txt
!pip install devtools

Im guessing one could go to a previous commit aswell, but all seems to be working.

Also when you find a line starting with:

full_generation_segments, audio_arr_segments, final_filename_will_be = api.generate_audio_long(

Add a 4th variable name ", clone_created_filepaths" before the = sign:

full_generation_segments, audio_arr_segments, final_filename_will_be, clone_created_filepaths = api.generate_audio_long(

Finally you might need to add full path for the .npz files depending on what notebook you are using, in my case they were colcated at

/content/bark/bark_infinity/assets/prompts (custom)
/content/bark/bark/assets/prompts (default)
/content/bark/bark/assets/prompts/v2 (default)

@steinhaug
Copy link

I fixed the Google Colab notebooks so you can use one of theese links in case @JonathanFly havnt had time to update the files. Tested on Colab right now.

Open In Colab Open In Colab

@paboum
Copy link

paboum commented Oct 21, 2023

seems like the requirements-pip.txt was removed from repo?
I put in in a sub directory, old_setup_files, as it was wasn't up to date.

Dockerfile still requires it at previous location.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants