levaleureux / audiocraft-docker

Docker image for Audiocraft audio processing and generation with deep learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker image for Audiocraft Plus

About

About Audiocraft is a library for audio processing and generation with deep learning. It features the state-of-the-art EnCodec audio compressor / tokenizer, along with MusicGen, a simple and controllable music generation LM with textual and melodic conditioning.

Installs

  • Ubuntu 22.04 LTS
  • CUDA 11.8
  • Python 3.10.12
  • Audiocraft Plus 2.0.1
  • Torch 2.0.1
  • xformers 0.0.20

Available on RunPod

This image is designed to work on RunPod. You can use my custom RunPod template to launch it on RunPod.

Running Locally

Install Nvidia CUDA Driver

Start the Docker container

docker run -d \
  --gpus all \
  -v /workspace \
  -p 3000:3001 \
  -p 8888:8888 \
  -e JUPYTER_PASSWORD=Jup1t3R! \
  ashleykza/audiocraft:3.0.2

You can obviously substitute the image name and tag with your own.

Community and Contributing

Pull requests and issues on GitHub are welcome. Bug fixes and new features are encouraged.

You can contact me and get help with deploying your Serverless worker to RunPod on the RunPod Discord Server below, my username is ashleyk.

Discord Banner 2

Appreciate my work?

Buy Me A Coffee

About

Docker image for Audiocraft audio processing and generation with deep learning

License:GNU General Public License v3.0


Languages

Language:Shell 47.0%Language:Dockerfile 32.4%Language:HTML 20.6%