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

When I run run_easiergui.bat I get an error #3

Open
AlexRO110 opened this issue Jul 15, 2023 · 1 comment
Open

When I run run_easiergui.bat I get an error #3

AlexRO110 opened this issue Jul 15, 2023 · 1 comment

Comments

@AlexRO110
Copy link

Traceback (most recent call last):
File "C:\Users\Alex\Desktop\RVC_V2_Mangio-crepe_fork\EasierGUI.py", line 1457, in
if(config.is_cli):
AttributeError: 'Config' object has no attribute 'is_cli'

@teufortressIndustries
Copy link

same here, i tried deleting the code from the EasierGUI.py to avoid the config checks, it eventually launched but won't convert anything.

C:\AIstuff\Mangio-RVC-Fork>C:\AIstuff\Mangio-RVC-Fork\runtime\python.exe EasierGUI.py --pycmd C:\AIstuff\Mangio-RVC-Fork\runtime\python.exe --port 7897
loading weights/Engineer.pth
gin_channels: 256 self.spk_embed_dim: 109

Running on local URL: http://0.0.0.0:7897
loading weights/Spy.pth
gin_channels: 256 self.spk_embed_dim: 109

Traceback (most recent call last):
File "C:\AIstuff\Mangio-RVC-Fork\EasierGUI.py", line 173, in vc_single
audio_opt = vc.pipeline(
TypeError: pipeline() got multiple values for argument 'f0_file'

Traceback (most recent call last):
File "C:\AIstuff\Mangio-RVC-Fork\runtime\lib\site-packages\gradio\routes.py", line 437, in run_predict
output = await app.get_blocks().process_api(
File "C:\AIstuff\Mangio-RVC-Fork\runtime\lib\site-packages\gradio\blocks.py", line 1349, in process_api
data = self.postprocess_data(fn_index, result["prediction"], state)
File "C:\AIstuff\Mangio-RVC-Fork\runtime\lib\site-packages\gradio\blocks.py", line 1283, in postprocess_data
prediction_value = block.postprocess(prediction_value)
File "C:\AIstuff\Mangio-RVC-Fork\runtime\lib\site-packages\gradio\components.py", line 2586, in postprocess
file_path = self.audio_to_temp_file(
File "C:\AIstuff\Mangio-RVC-Fork\runtime\lib\site-packages\gradio\components.py", line 360, in audio_to_temp_file
temp_dir = Path(dir) / self.hash_bytes(data.tobytes())
AttributeError: 'NoneType' object has no attribute 'tobytes'

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