bark icon indicating copy to clipboard operation
bark copied to clipboard

πŸ”Š Text-Prompted Generative Audio Model

Results 307 bark issues
Sort by recently updated
recently updated
newest added

As per the title, all presets for male French voices have a middle-east accent. I wondered if it was possible to help with training with French accents.

I hope future versions will include different Spanish accents, at least for European Spanish, but possible for other varieties (Rioplatense, Highlands, Central American, Caribbean, Mexican). Amazing work! Thank you so...

Command line fromhttps://github.com/suno-ai/bark it thrown: ``` As a consequence, you may observe unexpected behavior. Please pass your input's `attention_mask` to obtain reliable results. Setting `pad_token_id` to `eos_token_id`:10000 for open-end generation....

When I run the clone_voice.ipynb (on a mac), specially this code: import os os.environ['KMP_DUPLICATE_LIB_OK']='True' from bark.generation import load_codec_model, generate_text_semantic from encodec.utils import convert_audio import torchaudio import torch from hubert.hubert_manager import...

ImportError: cannot import name 'SAMPLE_RATE' from partially initialized module 'bark' (most likely due to a circular import) (e:\bark\bark.py) 。Please tell me how to solve this problem. I tried to use...

I tried to install (via git+ and after git clone) and I get a package created with the name `UNKNOWN`. Needless to say you won't be able to import the...

pip install -r requirements.txt The requirements.txt file should contain as followed torch==1.12.0+cpu torchvision==0.13.0+cpu torchaudio==0.12.0+cpu transformers==4.20.1 bark==0.1.0

Step-by-Step Guide Install system dependencies: This includes software properties like git, pip, and other Python development tools. Set up a virtual environment: This helps to manage Python dependencies separately from...

I try to create song like joy division that have genre post-punk or something like this but is doesn't work. I tried post punk and postpunk and post-punk but it...