wandaweb
19 July 2023
Requirements:
- nVidia's CUDA Toolkit
- Python, which can be found in the Windows Store or on the Python web site
- git to install the project from the command line, but it is possible to download it with a web browser
- Install PyTorch by running correct installation command for your system, which can be found here
Steps:
- Check requirements are installed
git -vpython --versionnvcc --versionpython -c "import torch; print(torch.__version__)" - Download the project
git clonehttps://github.com/ClownOfMadness/audiocraft_plus - Install dependencies
cd audiocraft_pluspip install -r requirements.txt - Run the app
python app.py
Video showing the steps: