Open Nilok7 opened 1 year ago
也遇到了,只不过我是把VC_inference.py改名成app.py试试能不能在huggingface space上跑。本地跑没问题(用的colab的命令编译的)
Same here,though I used VC_inference.py and changed the name into app.py to see whether it runs on hugging face,however my local environment is fine (using the colab build commands)
本地build一次把monotonic_align目录下的文件commit到space也不行
I build on my local machine and upload the files to hfspace didnt work either
~~
对应文件貌似就是几个so文件,具体不清楚,我只会用colab一键版
u probably just need that so files to get it work
-rwxr-xr-x 1 root root 1105512 Apr 11 15:30 monotonic_align/monotonic_align/core.cpython-39-x86_64-linux-gnu.so
(just in case someone using the same arch and version may need it) mo.zip
update:发现hfspace默认python不是3.9,改成3.9对应我这边的版本之后就不报错了,说明可能就是缺这个so文件
ps.forgive my bad english
cd monotonic_align
python setup.py build_ext --inplace
If it complains about no such file or directory then create a monotonic_align
dir under monotonic_align
dir so monotonic_align/monotonic_align
.
I'm running into an error when I try and run the cmd_inference.py with all the command line arguments on a known good SO-VITS-SVC-4.0 model.
I'm getting the error:
I've tried building monotronic_align.core manually in every way I can, but it just can't find the module.