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

Run Webui #164

Open
birrealist07 opened this issue Jan 22, 2025 · 11 comments
Open

Run Webui #164

birrealist07 opened this issue Jan 22, 2025 · 11 comments

Comments

@birrealist07
Copy link

Dear developer, I can't get public in the "Run Webui" section for a few days, I would be glad if you solve this situation. the error I get:

Timer: 00:09:39Traceback (most recent call last):
File "/content/HRVC/src/webui.py", line 10, in
from main import song_cover_pipeline
File "/content/HRVC/src/main.py", line 22, in
from rvc import Config, load_hubert, get_vc, rvc_infer
File "/content/HRVC/src/rvc.py", line 5, in
from fairseq import checkpoint_utils
File "/usr/local/lib/python3.11/dist-packages/fairseq/init.py", line 20, in
from fairseq.distributed import utils as distributed_utils
File "/usr/local/lib/python3.11/dist-packages/fairseq/distributed/init.py", line 7, in
from .fully_sharded_data_parallel import (
File "/usr/local/lib/python3.11/dist-packages/fairseq/distributed/fully_sharded_data_parallel.py", line 10, in
from fairseq.dataclass.configs import DistributedTrainingConfig
File "/usr/local/lib/python3.11/dist-packages/fairseq/dataclass/init.py", line 6, in
from .configs import FairseqDataclass
File "/usr/local/lib/python3.11/dist-packages/fairseq/dataclass/configs.py", line 1104, in
@DataClass
^^^^^^^^^
File "/usr/lib/python3.11/dataclasses.py", line 1232, in dataclass
return wrap(cls)
^^^^^^^^^
File "/usr/lib/python3.11/dataclasses.py", line 1222, in wrap
return _process_class(cls, init, repr, eq, order, unsafe_hash,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/dataclasses.py", line 958, in _process_class
cls_fields.append(_get_field(cls, name, type, kw_only))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/dataclasses.py", line 815, in _get_field
raise ValueError(f'mutable default {type(f.default)} for field '
ValueError: mutable default <class 'fairseq.dataclass.configs.CommonConfig'> for field common is not allowed: use default_factory

@JackismyShephard
Copy link

@birrealist07 This is an issue due to fairseq not working on python 3.11. You can always use my fork of this repo here: https://github.com/JackismyShephard/ultimate-rvc

@birrealist07
Copy link
Author

thank you very much :)

@birrealist07
Copy link
Author

Is there any other alternative?

@JackismyShephard
Copy link

Is there any other alternative?

Alternative to ultimate rvc?

@birrealist07
Copy link
Author

yes

@birrealist07
Copy link
Author

Ultimate Rvc distorts the sound very much, especially in the gaps where there is no vocal, there is an unnecessary noise. AICoverGen did not have this problem

@birrealist07
Copy link
Author

Actually, it would be great if we could adapt it to the new version of the AICoverGen colab.

@JackismyShephard
Copy link

Ultimate Rvc distorts the sound very much, especially in the gaps where there is no vocal, there is an unnecessary noise. AICoverGen did not have this problem

This has been reported before. I think it's a problem with the audio separation models.

@JackismyShephard
Copy link

Ultimate Rvc distorts the sound very much, especially in the gaps where there is no vocal, there is an unnecessary noise. AICoverGen did not have this problem

This has been reported before. I think it's a problem with the audio separation models.

Can you provide an example of a song where that problem occurs? Send the exact YouTube link and settings used for the cover generation. That way it is easier to debug.

@JackismyShephard
Copy link

Actually, it would be great if we could adapt it to the new version of the AICoverGen colab.

What is the ultimate rvc colab notebook lacking?

@JackismyShephard
Copy link

@birrealist07 it would be nice if you could make specific issues for the problems you are facing on the ultimate rvc github page

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