voice-changer/docker_vcclient/exec.sh
2023-06-18 17:11:44 +09:00

20 lines
529 B
Bash

#!/bin/bash
set -eu
# cp -r /weights/* /voice-changer/server/
# /bin/bash
python3 MMVCServerSIO.py $@
# python3 MMVCServerSIO.py -p 18888 --https true \
# --content_vec_500 checkpoint_best_legacy_500.pt \
# --hubert_base hubert_base.pt \
# --hubert_soft hubert-soft-0d54a1f4.pt \
# --nsf_hifigan nsf_hifigan/model
# -p 18888 --https true \
# --content_vec_500 checkpoint_best_legacy_500.pt \
# --hubert_base hubert_base.pt \
# --hubert_soft hubert-soft-0d54a1f4.pt \
# --nsf_hifigan nsf_hifigan/model