Couldn't get this running, so I dockerized it:
https://github.com/haoheliu/voicefixer
Repo here,.
https://github.com/bitplane/voicefixer-docker/
This ought to work:
#!/bin/bash
GPU=''
nvidia-smi >/dev/null || GPU='--gpus all'
docker run $GPU -v$(pwd):/data -u $(id -u):$(id -g) bitplane1/voicefixer voicefixer $@
Content type
Image
Digest
sha256:cdd383760…
Size
3.8 GB
Last updated
about 3 years ago
docker pull bitplane1/voicefixer