Skip to main content

 

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 -v 
    python --version 
    nvcc --version 
    python -c "import torch; print(torch.__version__)"
  • Download the project 
    git clone https://github.com/ClownOfMadness/audiocraft_plus
  • Install dependencies 
    cd audiocraft_plus 
    pip install -r requirements.txt
  • Run the app 
    python app.py 

     

Video showing the steps: