voicepaw / so-vits-svc-fork

so-vits-svc fork with realtime support, improved interface and more features.
Other
8.78k stars 1.18k forks source link

Failed to do infer by using svcg #804

Open zhouhao27 opened 1 year ago

zhouhao27 commented 1 year ago

Describe the bug

Got the following error message:

RuntimeError: don't know how to restore data
location of torch.storage.UntypedStorage (tagged
with mps:0)

To Reproduce

By following the readme, I create a conda environment with python 3.10.

python -m pip install -U pip setuptools wheel
pip install -U so-vits-svc-fork

I didn't install torch since I'm running macOS.

Additional context

Screenshot 2023-07-02 at 11 37 32 AM

Version

4.10

Platform

macOS 13.2.1

Code of Conduct

No Duplicate

zhouhao27 commented 1 year ago

I think there is a bug. If I check Use GPU and then uncheck it, it will be fine.