-
Notifications
You must be signed in to change notification settings - Fork 92
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
GPU Not working again #83
Comments
I'll be around tomorrow night in the official Bark discord, but try for now, it's what I used to to install music gen in the same as conda: Option 1) Mamba/Conda 738f20f or Option 2) All pip, not tested. https://github.com/JonathanFly If you do option 2 recommend doing this to install a venv instead of conda
Been too distracted... |
I am really confused now, I am new to this, all I did was git clone this repo and install requirements-pip.txt inside my real anaconda venv, It never installed Mamba, all I do is enter python bark_webui.py to see the webui, I now installed musicgen-conda-pip.txt to see if I could fix the no GPU issue for BARK AND try out MusicGen at the same time, I do not see GPU fixed in Bark and I don't see a musicgen_webui.py file |
Updating shortly. |
Awesome thank you Jon |
I'm fixing the one click installer, so you may need some help if you installed it a different way. But I'll be in Bark discord for new few hours. |
I don't use discord, can you tell us the basics here? I'm guessing it's even easier than my method. |
Try the zip file method: https://github.com/JonathanFly/bark#install-steps I'll be online for a few hours, let me know if anything isn't working and I can fix. |
Ok so for orders sake I made another anaconda enviroment, put the extracted zip file and launched install, I got this one-click-bark-installer_june16_23\installer_files\env" >nul && conda install -y -k ffmpeg-downloader --solver=libmamba' failed with exit status code '2'. Exiting...Press any key to continue . . . |
I put the wrong files in the zip, just fixed it. Way too sleepy tonight... |
I will try it out now, we don't blame you, we appreciate you and we depend on you |
BTW if you do get it installed, start the |
So I have a couple of questions, first thing is the script seems to turn my directory path into a virtual environment, does that mean I dont need to make the environment myself? I would prefer to since that way I can have all my envs in anaconda>envs but anyway, this is the error I seem to get conda-script.py install: error: argument --solver: invalid choice: 'libmamba' (choose from 'classic') |
Yeah it installs basically a standalone conda. You don't need to make the environment tor even download the conda exe. The problem you're getting is because I used the mamba fast solver in the version I downloaded. If you want to install it in your own ENV, you might have to wait for me to update regular install. You can type:
That will install the solver in your base conda. It is pretty safe because it's not on by default, I just call it with extra params Update: I'm getting a fairseq error again... I think I need one more change on a fresh windows install. God. |
hey, What version is that MusicGen screenshot of? |
I was working on a MusicGen UI but never finished it. I might just push the half working version though. It still has some cool features. I couldn't get the scripted sequence stuff to work, and need to redo it. |
I'd love to play around with it. I'm curious what features you added and about the music sequences section, what was your plan for that?. I'm playing around with MusicGen generating specific chord sequences and stuff but so far i find it limiting. I wish i had the tags it was trained on at least. |
The queue is just a list of JSON files with parameters but the main thing it's iterative, so you can say, use last sample output file, but use it as as input field for next segment melody, etc. It's really just the bare minimum to do anything, but I'm not very fast at making the stuff I am hoping for. If you can give me examples of what you're trying to do, it might help. I'll keep it mind when I come back to music gen (maybe tomorrow) and maybe I'll think of some features to make your stuff work. I'm also in Discord same name. |
Reinstalled Bark infinity, simply git cloned and installed requirements-pip.txt but GPU no longer loads, what do we install?
The text was updated successfully, but these errors were encountered: