Code Monkey home page Code Monkey logo

Comments (6)

Crimsonfart avatar Crimsonfart commented on September 27, 2024 2

The solution was this: pip uninstall -y torch torchvision torchaudio
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu118
After that everything worked.

PS: This is exactly what people with 8GB vram GPUs need, the first two models are removed from the vram after use. I tested it and it works! No more need for small models.

from bark.

JonathanFly avatar JonathanFly commented on September 27, 2024 1

Maybe the one click installer didn't work, I haven't tried it. You could "pip install -U encodec" but that should have been taken are of. Did bark work before you copied my files?

from bark.

Crimsonfart avatar Crimsonfart commented on September 27, 2024

THANK YOU for your help!
I have now installed Bark without oneclickinst and now it works with your Repo!!! But it is extremely slow! it's running in CPU mode. The oneclickinstWEBUI also worked and used the GPU (GTX 3060TI) and was very fast but unfortunately I got an out of memory error at the very end. how can i start your repo in GPU mode?

from bark.

JonathanFly avatar JonathanFly commented on September 27, 2024

I'm out for the night, but I'll try the installer myself tomorrow. The creator is also in the Discord and I think he said was going to fork my code, but I didn't check lately.

from bark.

pawprint avatar pawprint commented on September 27, 2024

Intentionally didn't use the one-click because I wanted to ensure this was in a separate conda environment. Thanks for these updates - it's a bit vague on the "getting started" that you ALSO need to install bark first, then this, then add in a bunch of other items. would be great to have manual install instructions or automatically build for an environment.

In my case I needed:

pip install soundfile
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
pip install encodec funcy scipy tqdm transformers

then everything worked great.

from bark.

JonathanFly avatar JonathanFly commented on September 27, 2024

I posted conda/mamba instructions. And I made a pip requirements file along the way, if somebody can verify I didn't miss anything that would be great.

from bark.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.