Open YukangYang020425 opened 11 months ago
Perhaps it's because olefile was not installed
pip install olefile
请问楼主解决了吗,我也遇到了同样的问题,加上olefile后仍然没解决 Is this fixed? I added olefile, but the problem stills
@RubbishFromEcust
Are you sure you specified the correct model directory when starting? And ensure that there are model files inside?
The project structure is roughly as follows:
VITS-fast-fine-tuning
├── finetune_speaker_v2.py
├── VC_inference.py
├── OUTPUT_MODEL
├── D_latest.pth
├── G_latest.pth
├── config.json
for example, OUTPUT_MODEL
is my model folder,I can running by
python VC_inference.py --model_dir ./OUTPUT_MODEL/G_latest.pth --config_dir ./OUTPUT_MODEL/config.json --share True
请问楼主解决了吗,我也遇到了同样的问题,加上olefile后仍然没解决 Is this fixed? I added olefile, but the problem stills
我解决了哥们儿,但我是加上olefile就好了
Perhaps it's because olefile was not installed
pip install olefile
Thanks a lot!
佬们这是什么情况