Zach
Zach
any fix for this yet? 0.12.2 produces the same issue for me
To anyone else struggling with this, I found, interestingly enough, that wiping my phone seemed to resolve the issue. It may have something to do with either a failed secure...
Still experiencing this issue with a pisugar 2, auto_power_on is enabled. When shutting down the pi, removing power, then reconnecting power, the pi will not turn back on until the...
My current fix for this issue is changing gui.py's start_vc event hook to the following: ```python elif event == "start_vc": input_device_names, output_device_names, input_device_indices, output_device_indices = get_devices( update=True ) from so_vits_svc_fork.inference.main...