Open Sawaumi opened 1 year ago
wait there wasnt a DiffusionNew type model was it? Is that model provided should I be loading that diffusion model?
Also: should i be training that another model seperately if I trained an 4.0 model by:
python train_diff.py -c configs/diffusion-new.yaml
?
update: tried https://github.com/CNChTu/Diffusion-SVC and the sample combined model gui still kills itself by the time i start conversion
You need to load the diffusion model in the right hand side of the gui. The DDSP model in the left hand side can be empty if this is a 4.0 model.
Hello! Mine also crashes when process starts.
Is there somewhere where I can find a step by step on how to use, train and all that???
All things I see are in Chinese, ahahah... Even the gui
I have ValueError: [x] Unknown Model: Diffusion
It seems Diffusion and DiffusionNew are not implemented and are missing from the vocoder.py
ran on python 3.8 (windows11) + cuda 11.8 + torch 2.0.0 + torchaudio 2.0.1 gui_diff.py would close itself on "start conversion", got it ran on pycharm and see what happened:
model name "DiffusionNew" comes from this https://github.com/yxlllc/DDSP-SVC/blob/master/train_diff.py while certainly shouldnt be read from this https://github.com/yxlllc/DDSP-SVC/blob/master/ddsp/vocoder.py
Does this mean I loaded the wrong model? model downloaded from https://github.com/yxlllc/DDSP-SVC/releases/download/4.0/opencpop+kiritan.zip and had .../DDSP-SVC-4.0/exp/diffusion-new-demo/model_200000.pt loaded (i suppose thats done by chosing it) chosen. Also the demo itself works fine (command lines) but gui does close itself.