-
Notifications
You must be signed in to change notification settings - Fork 31
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
Stuck on step 4? #1
Comments
What error are you receiving when running the cells in |
Below are the errors that I am getting. ModuleNotFoundError: No module named 'diffusers' 2 # memory_file = "config_file.json" 6 # Initialize the audio mixer Thank you for reading this. |
For the
As for the |
You may also need to install PyTorch to utilize the GPU depending on your machine setup: https://pytorch.org/get-started/locally/ |
I have succeeded in running the first cell, but now I get the following errors instead:
Does anyone have any ideas about how I could fix the above errors? I tried to install the correct version of torch with the following code in a cmd prompt, but it said that that version is not available. Thanks to anyone who replies to this. |
Do you happen to have a GPU on your device? |
Yes, I have a NVIDIA GeForce RTX 3060 Laptop GPU on my device. |
Depending on what version of cuda you are running, you will have to install a different PyTorch version. You can check your version in your command line and typing My version is Cuda 11.6, but yours may be different. Go to https://pytorch.org/get-started/locally/ and select the options that meet the specifics of your computer to download PyTorch. |
I'm sorry to bother you again, but after installing Pytorch version 1.13.1 and Cuda 11.6 I still get the errors I listed above. |
Did you pip install the rest of the packages?
Also NLTK stuff
Also, I'm specifically using Ubuntu for WSL which is why I need the apt install. PyAudio is a little weird if you don't install the apt packages. If you are not using Ubuntu, you may have to find an alternative to get PyAudio to work if it acts up. |
Did you happen to ever fix this issue? I've done everything but also cant seem to get the right torch setup |
What error are you receiving? I was able to create a virtual environment, cloned the repository, install the necessary packages and didn't run into any issues. It looks like pip may have problems finding legacy packages though. So, instead of downloading a specific version, you can just download the latest version as follows (on the command line)
Note that PyTorch is not listed in the install list as PyTorch needs a special install. Go to the following link and download PyTorch here according to your system. I am on Windows, so the pip install looks as follows: However on a different machine with a different cuda version, the pip install may look different. |
I can't seem to run the cells properly, and I don't understand what "The topmost cell can be uncommented to download the necessary packages and the versions that worked on my machine." means. Can someone please help me understand?
The text was updated successfully, but these errors were encountered: