You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using docker to build the image, it builds successfully but I get this error when launching container:
2024-06-15 19:44:17 No supported Nvidia GPU found, use CPU instead
2024-06-15 19:44:17 return _bootstrap._gcd_import(name[level:], package, level)
2024-06-15 19:44:17 File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
2024-06-15 19:44:17 File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
2024-06-15 19:44:17 File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
2024-06-15 19:44:17 File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
2024-06-15 19:44:17 File "<frozen importlib._bootstrap_external>", line 883, in exec_module
2024-06-15 19:44:17 File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
2024-06-15 19:44:17 File "/opt/app/main.py", line 7, in <module>
2024-06-15 19:44:17 from .routers import full, list_speakers
2024-06-15 19:44:17 File "/opt/app/routers/full.py", line 3, in <module>
2024-06-15 19:44:17 from app.routers.tts import server
2024-06-15 19:44:17 File "/opt/app/routers/tts.py", line 12, in <module>
2024-06-15 19:44:17 from ..rvc.misc import (
2024-06-15 19:44:17 File "/opt/app/rvc/misc.py", line 25, in <module>
2024-06-15 19:44:17 config = app.rvc.config.Config()
2024-06-15 19:44:17 File "/opt/app/rvc/config.py", line 40, in __init__
2024-06-15 19:44:17 self.x_pad, self.x_query, self.x_center, self.x_max = self.device_config()
2024-06-15 19:44:17 File "/opt/app/rvc/config.py", line 118, in device_config
2024-06-15 19:44:17 use_fp32_config()
2024-06-15 19:44:17 File "/opt/app/rvc/config.py", line 16, in use_fp32_config
2024-06-15 19:44:17 with open(f"configs/{config_file}", "r") as f:
2024-06-15 19:44:17 FileNotFoundError: [Errno 2] No such file or directory: 'configs/32k.json'
Using docker to build the image, it builds successfully but I get this error when launching container:
Created config folder and pasted v1 files from here: https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/tree/main/configs/v1
Building right now to see if this works, will update on if that resolves the issue.
Unless I'm missing something important, we should either
The text was updated successfully, but these errors were encountered: