Retrieval-based-Voice-Conversion-WebUI
Retrieval-based-Voice-Conversion-WebUI copied to clipboard
Error when i try to start it up with go live gui batch
i dont know how python works because i dont know how to program, but heres the error please try to help me, i worked hard to extract the files since extracting it all in one said no space in appdata
2024-08-15 17:17:40 | INFO | faiss.loader | Loading faiss.
2024-08-15 17:17:40 | INFO | faiss.loader | Successfully loaded faiss.
2024-08-15 17:17:41 | INFO | configs.config | No supported Nvidia GPU found
overwrite preprocess and configs.json
2024-08-15 17:17:41 | INFO | configs.config | Use DirectML instead
Traceback (most recent call last):
File "E:\rvc\gui_v1.py", line 954, in <module>
gui = GUI()
File "E:\rvc\gui_v1.py", line 130, in __init__
self.config = Config()
File "E:\rvc\configs\config.py", line 35, in wrapper
wrapper.instance = func(*args, **kwargs)
File "E:\rvc\configs\config.py", line 61, in __init__
self.x_pad, self.x_query, self.x_center, self.x_max = self.device_config()
File "E:\rvc\configs\config.py", line 225, in device_config
self.device = torch_directml.device(torch_directml.default_device())
File "E:\rvc\runtime\lib\site-packages\torch_directml\device.py", line 38, in device
raise Exception(f"Invalid device_id argument supplied {device_id}. device_id must be in range [0, {num_devices}).")
Exception: Invalid device_id argument supplied 0. device_id must be in range [0, 0).