준비물 : https://arca.live/b/aispeech/73775693 이글에 있는

https://ibm.ent.box.com/s/z1wgl1stco8ffooyatzdwsqn2psd9lrr -> ContentVec 

이거 미리 다운받아서 자기 구드에 업로드해두기


git clone https://github.com/yxlllc/DDSP-SVC

cd DDSP-SVC

pip install -r requirements.txt 

curl -LC - https://github.com/bshall/hubert/releases/download/v0.1/hubert-soft-0d54a1f4.pt -o pretrain/hubert/hubert-soft-0d54a1f4.pt

curl -LC - https://github.com/openvpi/vocoders/releases/download/nsf-hifigan-v1/nsf_hifigan_20221211.zip -o nsf_hifigan_20221211.zip

apt update

apt upgrade -y

apt install unzip

unzip nsf_hifigan_20221211.zip -d pretrain

pip install gdown

mkdir pretrain/ContentVec

gdown --fuzzy [아까 올린 pt파일 구드링크] -O pretrain/ContentVec/checkpoint_best_legacy_500.pt


대충 이렇게 하면 필요한건 다 깔렸을거고 데이터셋은 gdown으로 다운받고 unzip로 압축 풀면 됨


그리고 cp로 폴더 안의 파일을  옮길때는 cp -p 폴더/* 원하는 폴더 이렇게 옮겨야 원하는 위치 안에 따로 폴더를 안만들고 그 폴더에 바로 파일이 복사됨


계속 추가는 할것 같은데 언제 마저 할지는 몰?루