We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the GUI, changing the Model Path and Config Path does not change the Speaker name. The name remains as the initial loaded model's name.
Stack Trace:
C:\Users\LXC PC\Desktop\sovits\venv\Scripts>svcg [13:35:50] INFO [13:35:50] Loaded config from C:/Users/LXC gui.py:404 PC/Desktop/sovits/venv/Scripts/configs/44k/config.json [13:36:01] INFO [13:36:01] Event model_path, values {'model_path': 'C:/Users/LXC gui.py:432 PC/Desktop/sovits/venv/Scripts/logs/21/G_13600.pth', 'model_path_browse': 'C:/Users/LXC PC/Desktop/sovits/venv/Scripts/logs/21/G_13600.pth', 'config_path': 'C:/Users/LXC PC/Desktop/sovits/venv/Scripts/configs/44k/config.json', 'config_path_browse': '', 'cluster_model_path': '', 'cluster_model_path_browse': '', 'speaker': 'hapiraw', 'silence_threshold': -35.0, 'transpose': 12.0, 'auto_predict_f0': False, 'f0_method': 'dio', 'cluster_infer_ratio': 0.0, 'noise_scale': 0.4, 'pad_seconds': 0.1, 'chunk_seconds': 0.5, 'absolute_thresh': True, 'input_path': '', 'input_path_browse': '', 'auto_play': False, 'crossfade_seconds': 0.05, 'block_seconds': 0.35, 'additional_infer_before_seconds': 0.15, 'additional_infer_after_seconds': 0.1, 'realtime_algorithm': '1 (Divide constantly)', 'input_device': 'Microsoft Sound Mapper - Input', 'output_device': 'Microsoft Sound Mapper - Output', 'passthrough_original': False, 'presets': 'Default VC (GPU, GTX 1060)', 'preset_name': '', 'use_gpu': True} INFO [13:36:01] Updating browser <PySimpleGUI.PySimpleGUI.Button object at 0x0000028C5EF5EC40> gui.py:438 to C:\Users\LXC PC\Desktop\sovits\venv\Scripts\logs\21 INFO [13:36:01] Updating browser <PySimpleGUI.PySimpleGUI.Button object at 0x0000028C5EF5EDC0> gui.py:438 to C:\Users\LXC PC\Desktop\sovits\venv\Scripts\logs\21 INFO [13:36:01] Updating browser <PySimpleGUI.PySimpleGUI.Button object at 0x0000028C5EF5EF40> gui.py:438 to C:\Users\LXC PC\Desktop\sovits\venv\Scripts\logs\21 INFO [13:36:01] Updating browser <PySimpleGUI.PySimpleGUI.Button object at 0x0000028C5EF73A30> gui.py:438 to C:\Users\LXC PC\Desktop\sovits\venv\Scripts\logs\21 [13:36:09] INFO [13:36:09] Event config_path, values {'model_path': 'C:/Users/LXC gui.py:432 PC/Desktop/sovits/venv/Scripts/logs/21/G_13600.pth', 'model_path_browse': 'C:/Users/LXC PC/Desktop/sovits/venv/Scripts/logs/21/G_13600.pth', 'config_path': 'C:/Users/LXC PC/Desktop/sovits/venv/Scripts/configs/21/config.json', 'config_path_browse': 'C:/Users/LXC PC/Desktop/sovits/venv/Scripts/configs/21/config.json', 'cluster_model_path': '', 'cluster_model_path_browse': '', 'speaker': 'hapiraw', 'silence_threshold': -35.0, 'transpose': 12.0, 'auto_predict_f0': False, 'f0_method': 'dio', 'cluster_infer_ratio': 0.0, 'noise_scale': 0.4, 'pad_seconds': 0.1, 'chunk_seconds': 0.5, 'absolute_thresh': True, 'input_path': '', 'input_path_browse': '', 'auto_play': False, 'crossfade_seconds': 0.05, 'block_seconds': 0.35, 'additional_infer_before_seconds': 0.15, 'additional_infer_after_seconds': 0.1, 'realtime_algorithm': '1 (Divide constantly)', 'input_device': 'Microsoft Sound Mapper - Input', 'output_device': 'Microsoft Sound Mapper - Output', 'passthrough_original': False, 'presets': 'Default VC (GPU, GTX 1060)', 'preset_name': '', 'use_gpu': True} INFO [13:36:09] Updating browser <PySimpleGUI.PySimpleGUI.Button object at 0x0000028C5EF5EC40> gui.py:438 to C:\Users\LXC PC\Desktop\sovits\venv\Scripts\configs\21 INFO [13:36:09] Updating browser <PySimpleGUI.PySimpleGUI.Button object at 0x0000028C5EF5EDC0> gui.py:438 to C:\Users\LXC PC\Desktop\sovits\venv\Scripts\configs\21 INFO [13:36:09] Updating browser <PySimpleGUI.PySimpleGUI.Button object at 0x0000028C5EF5EF40> gui.py:438 to C:\Users\LXC PC\Desktop\sovits\venv\Scripts\configs\21 INFO [13:36:09] Updating browser <PySimpleGUI.PySimpleGUI.Button object at 0x0000028C5EF73A30> gui.py:438 to C:\Users\LXC PC\Desktop\sovits\venv\Scripts\configs\21
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In the GUI, changing the Model Path and Config Path does not change the Speaker name. The name remains as the initial loaded model's name.
Stack Trace:
The text was updated successfully, but these errors were encountered: