Views
No views yet
python inference_main.py -m "models/AgnesTachyon/AgnesTachyon.pth" -c "models/AgnesTachyon/config.json" -n "xxx.wav" -t x -s "AgnesTachyon"python resample.py --skip_loudnorm .python preprocess_flist_config.py --speech_encoder vec768l12 --vol_aug .python preprocess_hubert_f0.py --f0_predictor rmvpe --use_diffpython train.py -c configs/config.json -m 44k .python train_diff.py -c configs/diffusion.yaml to train the shallow diffusion model.python cluster/train_cluster.py --gpu to train the cluster model.python train_index.py -c configs/config.json to train the feature index model.