Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need rvc config json files #11

Open
Jhappy77 opened this issue Jun 16, 2024 · 2 comments
Open

Need rvc config json files #11

Jhappy77 opened this issue Jun 16, 2024 · 2 comments

Comments

@Jhappy77
Copy link

Jhappy77 commented Jun 16, 2024

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'

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

  1. Include the files in the repo by default, or
  2. Leave instructions on how to initialize these in the readme
@skshadan
Copy link
Owner

skshadan commented Aug 9, 2024

Hey, did your issue get solved?

@Jhappy77
Copy link
Author

Unfortunately no, and I ended up using a different TTS API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants