-
Notifications
You must be signed in to change notification settings - Fork 286
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
Comments
@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 |
thank you very much :) |
Is there any other alternative? |
Alternative to ultimate rvc? |
yes |
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 |
Actually, it would be great if we could adapt it to the new version of the AICoverGen colab. |
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. |
What is the ultimate rvc colab notebook lacking? |
@birrealist07 it would be nice if you could make specific issues for the problems you are facing on the ultimate rvc github page |
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
The text was updated successfully, but these errors were encountered: