AnhP commited on
Commit
e4d8df5
·
verified ·
1 Parent(s): 93f8d02

Upload 82 files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +4 -0
  2. assets/f0/.gitattributes +0 -0
  3. assets/languages/en-US.json +809 -0
  4. assets/languages/vi-VN.json +809 -0
  5. assets/logs/mute/f0/mute.wav.npy +3 -0
  6. assets/logs/mute/f0_voiced/mute.wav.npy +3 -0
  7. assets/logs/mute/sliced_audios/mute32000.wav +3 -0
  8. assets/logs/mute/sliced_audios/mute40000.wav +3 -0
  9. assets/logs/mute/sliced_audios/mute44100.wav +3 -0
  10. assets/logs/mute/sliced_audios/mute48000.wav +3 -0
  11. assets/logs/mute/sliced_audios_16k/mute.wav +0 -0
  12. assets/logs/mute/v1_extracted/mute.npy +3 -0
  13. assets/logs/mute/v2_extracted/mute.npy +3 -0
  14. assets/models/embedders/.gitattributes +0 -0
  15. assets/models/predictors/.gitattributes +0 -0
  16. assets/models/pretrained_custom/.gitattributes +0 -0
  17. assets/models/pretrained_v1/.gitattributes +0 -0
  18. assets/models/pretrained_v2/.gitattributes +0 -0
  19. assets/models/uvr5/.gitattributes +0 -0
  20. assets/presets/.gitattributes +0 -0
  21. assets/weights/.gitattributes +0 -0
  22. audios/.gitattributes +0 -0
  23. dataset/.gitattributes +0 -0
  24. main/app/app.py +0 -0
  25. main/app/tensorboard.py +30 -0
  26. main/configs/config.json +31 -0
  27. main/configs/config.py +70 -0
  28. main/configs/decrypt.bin +3 -0
  29. main/configs/v1/32000.json +46 -0
  30. main/configs/v1/40000.json +46 -0
  31. main/configs/v1/44100.json +46 -0
  32. main/configs/v1/48000.json +46 -0
  33. main/configs/v2/32000.json +42 -0
  34. main/configs/v2/40000.json +42 -0
  35. main/configs/v2/44100.json +42 -0
  36. main/configs/v2/48000.json +42 -0
  37. main/inference/audio_effects.py +180 -0
  38. main/inference/convert.py +680 -0
  39. main/inference/create_dataset.py +240 -0
  40. main/inference/create_index.py +100 -0
  41. main/inference/extract.py +400 -0
  42. main/inference/preprocess.py +270 -0
  43. main/inference/separator_music.py +310 -0
  44. main/inference/train.py +980 -0
  45. main/library/algorithm/commons.py +60 -0
  46. main/library/algorithm/modules.py +70 -0
  47. main/library/algorithm/mrf_hifigan.py +170 -0
  48. main/library/algorithm/onnx_export.py +40 -0
  49. main/library/algorithm/refinegan.py +190 -0
  50. main/library/algorithm/residuals.py +140 -0
.gitattributes CHANGED
@@ -34,3 +34,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  assets/miku.png filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  assets/miku.png filter=lfs diff=lfs merge=lfs -text
37
+ assets/logs/mute/sliced_audios/mute32000.wav filter=lfs diff=lfs merge=lfs -text
38
+ assets/logs/mute/sliced_audios/mute40000.wav filter=lfs diff=lfs merge=lfs -text
39
+ assets/logs/mute/sliced_audios/mute44100.wav filter=lfs diff=lfs merge=lfs -text
40
+ assets/logs/mute/sliced_audios/mute48000.wav filter=lfs diff=lfs merge=lfs -text
assets/f0/.gitattributes ADDED
File without changes
assets/languages/en-US.json ADDED
@@ -0,0 +1,809 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "set_lang": "Display language set to {lang}.",
3
+ "no_support_gpu": "Unfortunately, no compatible GPU is available to support your training.",
4
+ "text": "text",
5
+ "upload_success": "File {name} uploaded successfully.",
6
+ "download_url": "Download from the link",
7
+ "download_from_csv": "Download from the CSV model repository",
8
+ "search_models": "Search models",
9
+ "upload": "Upload",
10
+ "option_not_valid": "Invalid option!",
11
+ "list_model": "Model list",
12
+ "success": "Completed!",
13
+ "index": "index",
14
+ "model": "model",
15
+ "zip": "compress",
16
+ "search": "search",
17
+ "provide_file": "Please provide a valid {filename} file!",
18
+ "start": "Starting {start}...",
19
+ "not_found": "Not found {name}.",
20
+ "found": "Found {results} results!",
21
+ "download_music": "download music",
22
+ "download": "download",
23
+ "provide_url": "Please provide a url.",
24
+ "provide_name_is_save": "Please provide a model name to save.",
25
+ "not_support_url": "Your model url is not supported.",
26
+ "error_occurred": "An error occurred: {e}.",
27
+ "not_model": "The file you uploaded is not a model file!",
28
+ "unable_analyze_model": "Unable to analyze the model!",
29
+ "download_pretrain": "Downloading pre-trained model...",
30
+ "provide_pretrain": "Please provide a pre-trained model url {dg}.",
31
+ "provide_hubert": "Please provide a url to the embedding model.",
32
+ "sr_not_same": "The sample rates of the two models are not the same.",
33
+ "architectures_not_same": "Cannot merge models. The architectures are not the same.",
34
+ "fushion_model": "model fusion",
35
+ "model_fushion_info": "The model {name} is fused from {pth_1} and {pth_2} with a ratio of {ratio}.",
36
+ "not_found_create_time": "Creation time not found.",
37
+ "format_not_valid": "Invalid format.",
38
+ "read_info": "Models trained on different applications may produce different information or may not be readable!",
39
+ "epoch": "epoch.",
40
+ "step": "step",
41
+ "sr": "Sample rate",
42
+ "f0": "pitch training",
43
+ "version": "version.",
44
+ "not_f0": "Pitch training not performed",
45
+ "trained_f0": "Pitch training performed",
46
+ "model_info": "Model Name: {model_name}\n\n Model Creator: {model_author}\n\nEpoch: {epochs}\n\nSteps: {steps}\n\nVersion: {version}\n\nSample Rate: {sr}\n\nPitch Training: {pitch_guidance}\n\nHash (ID): {model_hash}\n\nCreation Time: {creation_date_str}\n\nVocoder: {vocoder}\n",
47
+ "input_not_valid": "Please provide valid input!",
48
+ "output_not_valid": "Please provide valid output!",
49
+ "apply_effect": "apply effect",
50
+ "enter_the_text": "Please enter the text to speech!",
51
+ "choose_voice": "Please choose a voice!",
52
+ "convert": "Converting {name}...",
53
+ "separator_music": "music separation",
54
+ "notfound": "Not found",
55
+ "turn_on_use_audio": "Please enable using separated audio to proceed",
56
+ "turn_off_convert_backup": "Disable backup voice conversion to use the original voice",
57
+ "turn_off_merge_backup": "Disable merging backup voice to use the original voice",
58
+ "not_found_original_vocal": "Original vocal not found!",
59
+ "convert_vocal": "Converting voice...",
60
+ "convert_success": "Voice conversion completed!",
61
+ "convert_backup": "Converting backup voice...",
62
+ "convert_backup_success": "Backup voice conversion completed!",
63
+ "merge_backup": "Merging main voice with backup voice...",
64
+ "merge_success": "Merge completed.",
65
+ "is_folder": "Input is a folder: Converting all audio files in the folder...",
66
+ "not_found_in_folder": "No audio files found in the folder!",
67
+ "batch_convert": "Batch conversion in progress...",
68
+ "batch_convert_success": "Batch conversion successful!",
69
+ "create": "create",
70
+ "provide_name": "Please provide a model name.",
71
+ "not_found_data": "Data not found",
72
+ "not_found_data_preprocess": "Processed audio data not found, please reprocess.",
73
+ "not_found_data_extract": "Extracted audio data not found, please re-extract.",
74
+ "provide_pretrained": "Please provide pre-trained {dg}.",
75
+ "download_pretrained": "Download pre-trained {dg}{rvc_version} original",
76
+ "not_found_pretrain": "Pre-trained {dg} not found",
77
+ "not_use_pretrain": "No pre-trained model will be used",
78
+ "training": "training",
79
+ "display_title": "<h1> 🎵 Voice conversion and training interface created by Anh 🎵 <h1>",
80
+ "rick_roll": "Click here if you want to be Rick Roll :) ---> [RickRoll]({rickroll})",
81
+ "terms_of_use": "**Please do not use the project for any unethical, illegal, or harmful purposes to individuals or organizations...**",
82
+ "exemption": "**In cases where users do not comply with the terms or violate them, I will not be responsible for any claims, damages, or liabilities, whether in contract, negligence, or other causes arising from, outside of, or related to the software, its use, or other transactions associated with it.**",
83
+ "separator_tab": "Music Separation",
84
+ "4_part": "A simple music separation system can separate into 4 parts: Instruments, Vocals, Main vocals, Backup vocals",
85
+ "clear_audio": "Clean audio",
86
+ "separator_backing": "Separate backup vocals",
87
+ "denoise_mdx": "Denoise MDX separation",
88
+ "use_mdx": "Use MDX",
89
+ "dereveb_audio": "Remove vocal reverb",
90
+ "dereveb_backing": "Remove backup reverb",
91
+ "separator_model": "Music separation model",
92
+ "separator_backing_model": "Backup separation model",
93
+ "shift": "Shift",
94
+ "shift_info": "Higher is better quality but slower and uses more resources",
95
+ "segments_size": "Segments Size",
96
+ "segments_size_info": "Higher is better quality but uses more resources",
97
+ "batch_size": "Batch size",
98
+ "batch_size_info": "Number of samples processed simultaneously in one training cycle. Higher can cause memory overflow",
99
+ "mdx_batch_size_info": "Number of samples processed at a time. Batch processing optimizes calculations. Large batches can cause memory overflow; small batches reduce resource efficiency",
100
+ "overlap": "Overlap",
101
+ "overlap_info": "Overlap amount between prediction windows",
102
+ "export_format": "Export format",
103
+ "export_info": "The export format to export the audio file in",
104
+ "output_separator": "Separated output",
105
+ "hop_length_info": "Analyzing the time transfer window when performing transformations is allowed. The detailed value is compact but requires more calculation",
106
+ "drop_audio": "Drop audio here",
107
+ "drop_text": "Drop text file here",
108
+ "use_url": "YouTube link",
109
+ "url_audio": "Link audio",
110
+ "downloads": "Downloads",
111
+ "clean_strength": "Audio cleaning strength",
112
+ "clean_strength_info": "Strength of the audio cleaner for filtering vocals during export",
113
+ "input_output": "Audio input, output",
114
+ "audio_path": "Input audio path",
115
+ "refesh": "Refresh",
116
+ "output_folder": "Output audio folder path",
117
+ "output_folder_info": "Enter the folder path where the audio will be exported",
118
+ "input_audio": "Audio input",
119
+ "instruments": "Instruments",
120
+ "original_vocal": "Original vocal",
121
+ "main_vocal": "Main vocal",
122
+ "backing_vocal": "Backup vocal",
123
+ "convert_audio": "Convert Audio",
124
+ "convert_info": "Convert audio using a trained voice model",
125
+ "autotune": "Auto-tune",
126
+ "use_audio": "Use separated audio",
127
+ "convert_original": "Convert original voice",
128
+ "convert_backing": "Convert backup voice",
129
+ "not_merge_backing": "Do not merge backup voice",
130
+ "merge_instruments": "Merge instruments",
131
+ "pitch": "Pitch",
132
+ "pitch_info": "Recommendation: set to 12 to change male voice to female and vice versa",
133
+ "model_accordion": "Model and index",
134
+ "model_name": "Model file",
135
+ "index_path": "Index file",
136
+ "index_strength": "Index strength",
137
+ "index_strength_info": "Higher values increase strength. However, lower values may reduce artificial effects in the audio",
138
+ "output_path": "Audio output path",
139
+ "output_path_info": "Enter the output path (leave it as .wav format; it will auto-correct during conversion)",
140
+ "setting": "General settings",
141
+ "f0_method": "Extraction method",
142
+ "f0_method_info": "Method used for data extraction",
143
+ "f0_method_hybrid": "HYBRID extraction method",
144
+ "f0_method_hybrid_info": "Combination of two or more different types of extracts",
145
+ "hubert_model": "Embedding model",
146
+ "hubert_info": "Pre-trained model to assist embedding",
147
+ "modelname": "Model name",
148
+ "modelname_info": "If you have your own model, just upload it and input the name here",
149
+ "split_audio": "Split audio",
150
+ "autotune_rate": "Auto-tune rate",
151
+ "autotune_rate_info": "Level of auto-tuning adjustment",
152
+ "resample": "Resample",
153
+ "resample_info": "Resample post-processing to the final sample rate; 0 means no resampling, NOTE: SOME FORMATS DO NOT SUPPORT SPEEDS OVER 48000",
154
+ "filter_radius": "Filter radius",
155
+ "filter_radius_info": "If greater than three, median filtering is applied. The value represents the filter radius and can reduce breathiness or noise.",
156
+ "volume_envelope": "Volume envelope",
157
+ "volume_envelope_info": "Use the input volume envelope to replace or mix with the output volume envelope. The closer to 1, the more the output envelope is used",
158
+ "protect": "Consonant protection",
159
+ "protect_info": "Protect distinct consonants and breathing sounds to prevent audio tearing and other artifacts. Increasing this value provides comprehensive protection. Reducing it may reduce protection but also minimize indexing effects",
160
+ "output_convert": "Converted audio",
161
+ "main_convert": "Convert main voice",
162
+ "main_or_backing": "Main voice + Backup voice",
163
+ "voice_or_instruments": "Voice + Instruments",
164
+ "convert_text": "Convert Text",
165
+ "convert_text_markdown": "## Convert Text to Speech",
166
+ "convert_text_markdown_2": "Convert text to speech and read aloud using the trained voice model",
167
+ "input_txt": "Input data from a text file (.txt)",
168
+ "text_to_speech": "Text to read",
169
+ "voice_speed": "Reading speed",
170
+ "voice_speed_info": "Speed of the voice",
171
+ "tts_1": "1. Convert Text to Speech",
172
+ "tts_2": "2. Convert Speech",
173
+ "voice": "Voices by country",
174
+ "output_tts": "Output speech path",
175
+ "output_tts_convert": "Converted speech output path",
176
+ "tts_output": "Enter the output path",
177
+ "output_tts_markdown": "Unconverted and converted audio",
178
+ "output_text_to_speech": "Generated speech from text-to-speech conversion",
179
+ "output_file_tts_convert": "Speech converted using the model",
180
+ "output_audio": "Audio output",
181
+ "provide_output": "Enter the output path",
182
+ "audio_effects": "Audio Effects",
183
+ "apply_audio_effects": "## Add Additional Audio Effects",
184
+ "audio_effects_edit": "Add effects to audio",
185
+ "reverb": "Reverb effect",
186
+ "chorus": "Chorus effect",
187
+ "delay": "Delay effect",
188
+ "more_option": "Additional options",
189
+ "phaser": "Phaser effect",
190
+ "compressor": "Compressor effect",
191
+ "apply": "Apply",
192
+ "reverb_freeze": "Freeze mode",
193
+ "reverb_freeze_info": "Create a continuous echo effect when this mode is enabled",
194
+ "room_size": "Room size",
195
+ "room_size_info": "Adjust the room space to create reverberation",
196
+ "damping": "Damping",
197
+ "damping_info": "Adjust the level of absorption to control the amount of reverberation",
198
+ "wet_level": "Reverb signal level",
199
+ "wet_level_info": "Adjust the level of the reverb signal effect",
200
+ "dry_level": "Original signal level",
201
+ "dry_level_info": "Adjust the level of the signal without effects",
202
+ "width": "Audio width",
203
+ "width_info": "Adjust the width of the audio space",
204
+ "chorus_depth": "Chorus depth",
205
+ "chorus_depth_info": "Adjust the intensity of the chorus to create a wider sound",
206
+ "chorus_rate_hz": "Frequency",
207
+ "chorus_rate_hz_info": "Adjust the oscillation speed of the chorus effect",
208
+ "chorus_mix": "Mix signals",
209
+ "chorus_mix_info": "Adjust the mix level between the original and the processed signal",
210
+ "chorus_centre_delay_ms": "Center delay (ms)",
211
+ "chorus_centre_delay_ms_info": "The delay time between stereo channels to create the chorus effect",
212
+ "chorus_feedback": "Feedback",
213
+ "chorus_feedback_info": "Adjust the amount of the effect signal fed back into the original signal",
214
+ "delay_seconds": "Delay time",
215
+ "delay_seconds_info": "Adjust the delay time between the original and the processed signal",
216
+ "delay_feedback": "Delay feedback",
217
+ "delay_feedback_info": "Adjust the amount of feedback signal, creating a repeating effect",
218
+ "delay_mix": "Delay signal mix",
219
+ "delay_mix_info": "Adjust the mix level between the original and delayed signal",
220
+ "fade": "Fade effect",
221
+ "bass_or_treble": "Bass and treble",
222
+ "limiter": "Threshold limiter",
223
+ "distortion": "Distortion effect",
224
+ "gain": "Audio gain",
225
+ "bitcrush": "Bit reduction effect",
226
+ "clipping": "Clipping effect",
227
+ "fade_in": "Fade-in effect (ms)",
228
+ "fade_in_info": "Time for the audio to gradually increase from 0 to normal level",
229
+ "fade_out": "Fade-out effect (ms)",
230
+ "fade_out_info": "the time it takes for the sound to fade from normal to zero",
231
+ "bass_boost": "Bass boost level (dB)",
232
+ "bass_boost_info": "amount of bass boost in audio track",
233
+ "bass_frequency": "Low-pass filter cutoff frequency (Hz)",
234
+ "bass_frequency_info": "frequencies are reduced. Low frequencies make the bass clearer",
235
+ "treble_boost": "Treble boost level (dB)",
236
+ "treble_boost_info": "high level of sound reinforcement in the audio track",
237
+ "treble_frequency": "High-pass filter cutoff frequency (Hz)",
238
+ "treble_frequency_info": "The frequency will be filtered out. The higher the frequency, the higher the sound will be retained.",
239
+ "limiter_threashold_db": "Limiter threshold",
240
+ "limiter_threashold_db_info": "Limit the maximum audio level to prevent it from exceeding the threshold",
241
+ "limiter_release_ms": "Release time",
242
+ "limiter_release_ms_info": "Time for the audio to return after being limited (Mili Seconds)",
243
+ "distortion_info": "Adjust the level of distortion to create a noisy effect",
244
+ "gain_info": "Adjust the volume level of the signal",
245
+ "clipping_threashold_db": "Clipping threshold",
246
+ "clipping_threashold_db_info": "Trim signals exceeding the threshold, creating a distorted sound",
247
+ "bitcrush_bit_depth": "Bit depth",
248
+ "bitcrush_bit_depth_info": "Reduce audio quality by decreasing bit depth, creating a distorted effect",
249
+ "phaser_depth": "Phaser depth",
250
+ "phaser_depth_info": "Adjust the depth of the effect, impacting its intensity",
251
+ "phaser_rate_hz": "Frequency",
252
+ "phaser_rate_hz_info": "Adjust the frequency of the phaser effect",
253
+ "phaser_mix": "Mix signal",
254
+ "phaser_mix_info": "Adjust the mix level between the original and processed signals",
255
+ "phaser_centre_frequency_hz": "Center frequency",
256
+ "phaser_centre_frequency_hz_info": "The center frequency of the phaser effect, affecting the adjusted frequencies",
257
+ "phaser_feedback": "Feedback",
258
+ "phaser_feedback_info": "Adjust the feedback level of the effect, creating a stronger or lighter phaser feel",
259
+ "compressor_threashold_db": "Compressor threshold",
260
+ "compressor_threashold_db_info": "The threshold level above which the audio will be compressed",
261
+ "compressor_ratio": "Compression ratio",
262
+ "compressor_ratio_info": "Adjust the level of audio compression when exceeding the threshold",
263
+ "compressor_attack_ms": "Attack time (ms)",
264
+ "compressor_attack_ms_info": "Time for compression to start taking effect after the audio exceeds the threshold",
265
+ "compressor_release_ms": "Release time",
266
+ "compressor_release_ms_info": "Time for the audio to return to normal after being compressed",
267
+ "create_dataset_url": "Link to audio (use commas for multiple links)",
268
+ "createdataset": "Create dataset",
269
+ "create_dataset_markdown": "## Create Dataset training from YouTube",
270
+ "create_dataset_markdown_2": "Process and create training datasets using YouTube links",
271
+ "denoise": "Denoise",
272
+ "skip": "Skip",
273
+ "model_ver": "Voice separation version",
274
+ "model_ver_info": "The model version for separating vocals",
275
+ "create_dataset_info": "Dataset creation information",
276
+ "output_data": "Dataset output",
277
+ "output_data_info": "Output data after creation",
278
+ "skip_start": "Skip beginning",
279
+ "skip_start_info": "Skip the initial seconds of the audio; use commas for multiple audios",
280
+ "skip_end": "Skip end",
281
+ "skip_end_info": "Skip the final seconds of the audio; use commas for multiple audios",
282
+ "training_model": "Train Model",
283
+ "training_markdown": "Train and build a voice model with a set of voice data",
284
+ "training_model_name": "Name of the model during training (avoid special characters or spaces)",
285
+ "sample_rate": "Sample rate",
286
+ "sample_rate_info": "Sample rate of the model",
287
+ "training_version": "Model version",
288
+ "training_version_info": "Version of the model during training",
289
+ "training_pitch": "Pitch Guidance",
290
+ "upload_dataset": "Upload dataset",
291
+ "preprocess_effect": "Post processing",
292
+ "clear_dataset": "Clean dataset",
293
+ "preprocess_info": "Preprocessing information",
294
+ "preprocess_button": "1. Processing",
295
+ "extract_button": "2. Extract",
296
+ "extract_info": "Data extraction information",
297
+ "total_epoch": "Total epochs",
298
+ "total_epoch_info": "Total training epochs",
299
+ "save_epoch": "Save frequency",
300
+ "save_epoch_info": "Frequency of saving the model during training to allow retraining",
301
+ "create_index": "Create index",
302
+ "index_algorithm": "Index algorithm",
303
+ "index_algorithm_info": "Algorithm for creating the index",
304
+ "custom_dataset": "Custom dataset folder",
305
+ "custom_dataset_info": "Custom dataset folder for training data",
306
+ "overtraining_detector": "Overtraining detector",
307
+ "overtraining_detector_info": "Check for overtraining during model training",
308
+ "cleanup_training": "Clean Up",
309
+ "cleanup_training_info": "Only enable if you need to retrain the model from scratch.",
310
+ "cache_in_gpu": "Cache in GPU",
311
+ "cache_in_gpu_info": "Store the model in GPU cache memory",
312
+ "dataset_folder": "Folder containing dataset",
313
+ "threshold": "Overtraining threshold",
314
+ "setting_cpu_gpu": "CPU/GPU settings",
315
+ "gpu_number": "Number of GPUs used",
316
+ "gpu_number_info": "Number of GPUs used during training",
317
+ "save_only_latest": "Save only the latest",
318
+ "save_only_latest_info": "Save only the latest D and G models",
319
+ "save_every_weights": "Save all models",
320
+ "save_every_weights_info": "Save all models after each epoch",
321
+ "gpu_info": "GPU information",
322
+ "gpu_info_2": "Information about the GPU used during training",
323
+ "cpu_core": "Number of CPU cores available",
324
+ "cpu_core_info": "Number of CPU cores used during training",
325
+ "not_use_pretrain_2": "Do not use pretraining",
326
+ "not_use_pretrain_info": "Do not use pre-trained models",
327
+ "custom_pretrain": "Custom pretraining",
328
+ "custom_pretrain_info": "Customize pre-training settings",
329
+ "pretrain_file": "Pre-trained model file {dg}",
330
+ "train_info": "Training information",
331
+ "export_model": "5. Export Model",
332
+ "zip_model": "2. Compress model",
333
+ "output_zip": "Output file after compression",
334
+ "model_path": "Model path",
335
+ "model_ratio": "Model ratio",
336
+ "model_ratio_info": "Adjusting towards one side will make the model more like that side",
337
+ "output_model_path": "Model output path",
338
+ "fushion": "Model Fusion",
339
+ "fushion_markdown": "## Fushion Two Models",
340
+ "fushion_markdown_2": "Combine two voice models into a single model",
341
+ "read_model": "Read Information",
342
+ "read_model_markdown": "## Read Model Information",
343
+ "read_model_markdown_2": "Retrieve recorded information within the model",
344
+ "drop_model": "Drop model here",
345
+ "readmodel": "Read model",
346
+ "model_path_info": "Enter the path to the model file",
347
+ "modelinfo": "Model Information",
348
+ "download_markdown": "## Download Model",
349
+ "download_markdown_2": "Download voice models, pre-trained models, and embedding models",
350
+ "model_download": "Download voice model",
351
+ "model_url": "Link to the model",
352
+ "15s": "Please wait about 15 seconds. The system will restart automatically!",
353
+ "model_download_select": "Choose a model download method",
354
+ "model_warehouse": "Model repository",
355
+ "get_model": "Retrieve model",
356
+ "name_to_search": "Name to search",
357
+ "search_2": "Search",
358
+ "select_download_model": "Choose a searched model (Click to select)",
359
+ "download_pretrained_2": "Download pre-trained model",
360
+ "only_huggingface": "Supports only huggingface.co",
361
+ "pretrained_url": "Pre-trained model link {dg}",
362
+ "select_pretrain": "Choose pre-trained model",
363
+ "select_pretrain_info": "Choose a pre-trained model to download",
364
+ "pretrain_sr": "Model sample rate",
365
+ "drop_pretrain": "Drop pre-trained model {dg} here",
366
+ "hubert_download": "Download embedding model",
367
+ "hubert_url": "Link to embedding model",
368
+ "drop_hubert": "Drop embedding model here",
369
+ "settings": "Settings",
370
+ "settings_markdown": "## Additional Settings",
371
+ "settings_markdown_2": "Customize additional features of the project",
372
+ "lang": "Language",
373
+ "lang_restart": "The display language in the project (When changing the language, the system will automatically restart after 15 seconds to update)",
374
+ "change_lang": "Change Language",
375
+ "theme": "Theme",
376
+ "theme_restart": "Theme type displayed in the interface (When changing the theme, the system will automatically restart after 15 seconds to update)",
377
+ "theme_button": "Change Theme",
378
+ "change_light_dark": "Switch Light/Dark Mode",
379
+ "tensorboard_url": "Tensorboard URL",
380
+ "errors_loading_audio": "Error loading audio: {e}",
381
+ "apply_error": "An error occurred while applying effects: {e}",
382
+ "indexpath": "Index path",
383
+ "split_total": "Total parts split",
384
+ "process_audio_error": "An error occurred while processing the audio",
385
+ "merge_error": "An error occurred while merging audio",
386
+ "not_found_convert_file": "Processed file not found",
387
+ "convert_batch": "Batch conversion...",
388
+ "found_audio": "Found {audio_files} audio files for conversion.",
389
+ "not_found_audio": "No audio files found!",
390
+ "error_convert": "An error occurred during audio conversion: {e}",
391
+ "error_convert_batch": "An error occurred during the conversion of audio segments: {e}",
392
+ "error_convert_batch_2": "An error occurred during batch audio conversion: {e}",
393
+ "convert_batch_success": "Batch conversion completed successfully in {elapsed_time} seconds. {output_path}",
394
+ "convert_audio_success": "File {input_path} converted successfully in {elapsed_time} seconds. {output_path}",
395
+ "hybrid_methods": "Estimating f0 pitch using methods {methods}",
396
+ "method_not_valid": "Invalid method",
397
+ "read_faiss_index_error": "An error occurred while reading the FAISS index: {e}",
398
+ "read_model_error": "Failed to load model: {e}",
399
+ "starting_download": "Starting download",
400
+ "version_not_valid": "Invalid vocal separation version",
401
+ "skip<audio": "Cannot skip as skip time is less than audio file length",
402
+ "skip>audio": "Cannot skip as skip time is greater than audio file length",
403
+ "=<0": "Skip time is less than or equal to 0 and has been skipped",
404
+ "skip_warning": "Skip duration ({seconds} seconds) exceeds audio length ({total_duration} seconds). Skipping.",
405
+ "download_success": "Download completed successfully",
406
+ "create_dataset_error": "An error occurred while creating the training dataset",
407
+ "create_dataset_success": "Training dataset creation completed in {elapsed_time} seconds",
408
+ "skip_start_audio": "Successfully skipped start of audio: {input_file}",
409
+ "skip_end_audio": "Successfully skipped end of audio: {input_file}",
410
+ "merge_audio": "Merged all parts containing audio",
411
+ "separator_process": "Separating vocals: {input}...",
412
+ "not_found_main_vocal": "Main vocal not found!",
413
+ "not_found_backing_vocal": "Backup vocal not found!",
414
+ "not_found_instruments": "Instruments not found",
415
+ "merge_instruments_process": "Merging vocals with instruments...",
416
+ "dereverb": "Removing vocal reverb",
417
+ "dereverb_success": "Successfully removed vocal reverb",
418
+ "save_index": "Index file saved",
419
+ "create_index_error": "An error occurred while creating the index",
420
+ "sr_not_16000": "Sample rate must be 16000",
421
+ "gpu_not_valid": "Invalid GPU index. Switching to CPU.",
422
+ "extract_file_error": "An error occurred while extracting the file",
423
+ "extract_f0_method": "Starting pitch extraction using {num_processes} cores with method {f0_method}...",
424
+ "extract_f0": "Pitch Extraction",
425
+ "extract_f0_success": "Pitch extraction completed in {elapsed_time} seconds.",
426
+ "NaN": "contains NaN values and will be ignored.",
427
+ "start_extract_hubert": "Starting Embedding extraction...",
428
+ "not_found_audio_file": "Audio file not found. Please ensure you provided the correct audio.",
429
+ "process_error": "An error occurred during processing",
430
+ "extract_hubert_success": "Embedding extraction completed in {elapsed_time} seconds.",
431
+ "export_process": "Model path",
432
+ "extract_error": "An error occurred during data extraction",
433
+ "extract_success": "Data extraction successful",
434
+ "min_length>=min_interval>=hop_size": "min_length must be greater than or equal to min_interval and hop_size",
435
+ "max_sil_kept>=hop_size": "max_sil_kept must be greater than or equal to hop_size",
436
+ "start_preprocess": "Starting data preprocessing with {num_processes} cores...",
437
+ "not_integer": "Voice ID folder must be an integer; instead got",
438
+ "preprocess_success": "Preprocessing completed in {elapsed_time} seconds.",
439
+ "preprocess_model_success": "Preprocessing data for the model completed successfully",
440
+ "turn_on_dereverb": "Reverb removal for backup vocals requires enabling reverb removal",
441
+ "turn_on_separator_backing": "Backup vocal separation requires enabling vocal separation",
442
+ "backing_model_ver": "Backup vocal separation model version",
443
+ "clean_audio_success": "Audio cleaned successfully!",
444
+ "separator_error": "An error occurred during music separation",
445
+ "separator_success": "Music separation completed in {elapsed_time} seconds",
446
+ "separator_process_2": "Processing music separation",
447
+ "separator_success_2": "Music separation successful!",
448
+ "separator_process_backing": "Processing backup vocal separation",
449
+ "separator_process_backing_success": "Backup vocal separation successful!",
450
+ "process_original": "Processing original vocal reverb removal...",
451
+ "process_original_success": "Original vocal reverb removal successful!",
452
+ "process_main": "Processing main vocal reverb removal...",
453
+ "process_main_success": "Main vocal reverb removal successful!",
454
+ "process_backing": "Processing backup vocal reverb removal...",
455
+ "process_backing_success": "Backup vocal reverb removal successful!",
456
+ "save_every_epoch": "Save model after: ",
457
+ "total_e": "Total epochs: ",
458
+ "dorg": "Pre-trained G: {pretrainG} | Pre-trained D: {pretrainD}",
459
+ "training_f0": "Pitch Guidance",
460
+ "not_gpu": "No GPU detected, reverting to CPU (not recommended)",
461
+ "not_found_checkpoint": "Checkpoint file not found: {checkpoint_path}",
462
+ "save_checkpoint": "Reloaded checkpoint '{checkpoint_path}' (epoch {checkpoint_dict})",
463
+ "save_model": "Saved model '{checkpoint_path}' (epoch {iteration})",
464
+ "sr_does_not_match": "{sample_rate} Sample rate does not match target {sample_rate2} Sample rate",
465
+ "spec_error": "An error occurred while retrieving specifications from {spec_filename}: {e}",
466
+ "time_or_speed_training": "time={current_time} | training speed={elapsed_time_str}",
467
+ "savemodel": "Saved model '{model_dir}' (epoch {epoch} and step {step})",
468
+ "model_author": "Credit model to {model_author}",
469
+ "unregistered": "Model unregistered",
470
+ "not_author": "Model not credited",
471
+ "training_author": "Model creator name",
472
+ "training_author_info": "To credit the model, enter your name here",
473
+ "extract_model_error": "An error occurred while extracting the model",
474
+ "start_training": "Starting training",
475
+ "import_pretrain": "Loaded pre-trained model ({dg}) '{pretrain}'",
476
+ "not_using_pretrain": "No pre-trained model ({dg}) will be used",
477
+ "training_warning": "WARNING: Generated loss is lower than the lower threshold loss for the next epoch.",
478
+ "overtraining_find": "Overtraining detected at epoch {epoch} with smoothed generator loss {smoothed_value_gen} and smoothed discriminator loss {smoothed_value_disc}",
479
+ "best_epoch": "New best epoch {epoch} with smoothed generator loss {smoothed_value_gen} and smoothed discriminator loss {smoothed_value_disc}",
480
+ "success_training": "Training completed with {epoch} epochs, {global_step} steps, and {loss_gen_all} total generator loss.",
481
+ "training_info": "Lowest generator loss: {lowest_value_rounded} at epoch {lowest_value_epoch}, step {lowest_value_step}",
482
+ "model_training_info": "{model_name} | epoch={epoch} | step={global_step} | {epoch_recorder} | lowest value={lowest_value_rounded} (epoch {lowest_value_epoch} and step {lowest_value_step}) | remaining epochs for overtraining: g/total: {remaining_epochs_gen} d/total: {remaining_epochs_disc} | smoothed generator loss={smoothed_value_gen} | smoothed discriminator loss={smoothed_value_disc}",
483
+ "model_training_info_2": "{model_name} | epoch={epoch} | step={global_step} | {epoch_recorder} | lowest value={lowest_value_rounded} (epoch {lowest_value_epoch} and step {lowest_value_step})",
484
+ "model_training_info_3": "{model_name} | epoch={epoch} | step={global_step} | {epoch_recorder}",
485
+ "training_error": "An error occurred while training the model:",
486
+ "separator_info": "Initializing with output path: {output_dir}, output format: {output_format}",
487
+ "output_dir_is_none": "Output folder not specified. Using current working directory.",
488
+ ">0or=1": "Normalization threshold must be greater than 0 and less than or equal to 1.",
489
+ "output_single": "Single root output requested; only one file ({output_single_stem}) will be written",
490
+ "step2": "The second step will be reversed using spectrogram instead of waveform. This may improve quality but is slightly slower.",
491
+ "name_ver": "Version {name}",
492
+ "os": "Operating System",
493
+ "platform_info": "System: {system_info} Name: {node} Release: {release} Machine: {machine} Processor: {processor}",
494
+ "none_ffmpeg": "FFmpeg is not installed. Please install FFmpeg to use this package.",
495
+ "install_onnx": "ONNX Runtime package {pu} installed with version",
496
+ "running_in_cpu": "Unable to configure hardware acceleration, running in CPU mode",
497
+ "running_in_cuda": "CUDA available in Torch, setting Torch device to CUDA",
498
+ "onnx_have": "ONNXruntime available {have}, enabling acceleration",
499
+ "onnx_not_have": "{have} not available in ONNXruntime; acceleration will NOT be enabled",
500
+ "python_not_install": "Python package: {package_name} is not installed",
501
+ "hash": "Calculating hash for model file {model_path}",
502
+ "ioerror": "IOError while seeking -10 MB or reading model file to compute hash: {e}",
503
+ "cancel_download": "File already exists at {output_path}, skipping download",
504
+ "download_model": "Downloading file from {url} to {output_path} with a timeout of 300 seconds",
505
+ "download_error": "Failed to download file from {url}, response code: {status_code}",
506
+ "vip_model": "Model: '{model_friendly_name}' is a premium model intended by Anjok07 only for paid subscriber access.",
507
+ "vip_print": "Hey there, if you haven't subscribed, please consider supporting UVR's developer, Anjok07, by subscribing here: https://patreon.com/uvr",
508
+ "search_model": "Searching for model {model_filename} in the list of supported models in the group",
509
+ "load_download_json": "Downloaded model list loaded",
510
+ "single_model": "Identified single model file: {model_friendly_name}",
511
+ "not_found_model": "Model not found in the UVR repository, attempting to download from the audio model separation repository...",
512
+ "single_model_path": "Returning path for single model file: {model_path}",
513
+ "find_model": "Input file name {model_filename} found in multi-file model: {model_friendly_name}",
514
+ "find_models": "Identified multi-file model: {model_friendly_name}, iterating through files to download",
515
+ "find_path": "Attempting to determine download PATH for config pair",
516
+ "not_found_model_warehouse": "Model not found in the UVR repository, attempting to download from the audio model separation repository...",
517
+ "yaml_warning": "The model name you specified, {model_filename}, is actually a model config file rather than a model file.",
518
+ "yaml_warning_2": "We found a model matching this config file: {config_key}, so we'll use that model file for this run.",
519
+ "yaml_warning_3": "To avoid confusing/inconsistent behavior in the future, specify the actual model file name instead.",
520
+ "yaml_debug": "Config YAML model file not found in UVR repository, attempting to download from the audio model separation repository...",
521
+ "download_model_friendly": "All files downloaded for model {model_friendly_name}, returning original path {model_path}",
522
+ "not_found_model_2": "Model file {model_filename} not found in the supported files",
523
+ "load_yaml": "Loading model data from YAML at path {model_data_yaml_filepath}",
524
+ "load_yaml_2": "Model data loaded from YAML file: {model_data}",
525
+ "hash_md5": "Computing MD5 hash for model file to identify model parameters from UVR data...",
526
+ "model_hash": "Model {model_path} has hash {model_hash}",
527
+ "mdx_data": "MDX model data path set to {mdx_model_data_path}",
528
+ "load_mdx": "Loading MDX model parameters from UVR model data file...",
529
+ "model_not_support": "Unsupported model file: no parameters found for MD5 hash {model_hash} in UVR model data for MDX vault.",
530
+ "uvr_json": "Model data loaded from UVR JSON with hash {model_hash}: {model_data}",
531
+ "loading_model": "Loading model {model_filename}...",
532
+ "download_model_friendly_2": "Downloaded model, friendly name: {model_friendly_name}, Model path: {model_path}",
533
+ "model_type_not_support": "Unsupported model type: {model_type}",
534
+ "demucs_not_support_python<3.10": "Demucs models require Python version 3.10 or higher.",
535
+ "import_module": "Importing module for model type",
536
+ "initialization": "Initializing separator class for model type",
537
+ "loading_model_success": "Model loading completed.",
538
+ "loading_model_duration": "Model loading duration",
539
+ "starting_separator": "Starting separation process for audio file path",
540
+ "normalization": "Normalization threshold set to {normalization_threshold}, waveform will be scaled down to this maximum amplitude to prevent clipping.",
541
+ "loading_separator_model": "Downloading model {model_filename}...",
542
+ "separator_success_3": "Separation process completed.",
543
+ "separator_duration": "Separation duration",
544
+ "downloading_model": "Downloaded model, type: {model_type}, friendly name: {model_friendly_name}, Model path: {model_path}, Model data: {model_data_dict_size} items",
545
+ "demucs_info": "Demucs parameters: Segment size = {segment_size}, Segment size active = {segments_enabled}",
546
+ "demucs_info_2": "Demucs parameters: Number of predictions = {shifts}, Overlap = {overlap}",
547
+ "start_demucs": "Demucs Separator initialization completed",
548
+ "start_separator": "Starting separation process...",
549
+ "prepare_mix": "Preparing mixture...",
550
+ "demix": "Mixture prepared for demixing. Shape: {shape}",
551
+ "cancel_mix": "Loading model for demixing...",
552
+ "model_review": "Model loaded and set to evaluation mode.",
553
+ "del_gpu_cache_after_demix": "Cleared model and GPU cache after demixing.",
554
+ "process_output_file": "Processing output file...",
555
+ "source_length": "Processing source array, source length is {source_length}",
556
+ "process_ver": "Processing source version...",
557
+ "set_map": "Set source map to {part} parts...",
558
+ "process_all_part": "Processing for all root parts...",
559
+ "skip_part": "Skipping root part {stem_name} as out_single_stem is set to {output_single_stem}...",
560
+ "starting_demix_demucs": "Starting the demix process in demix_demucs...",
561
+ "model_infer": "Running model inference...",
562
+ "name_not_pretrained": "{name} is not a pre-trained model or a model bundle.",
563
+ "invalid_checksum": "Invalid checksum for file {path}, expected {checksum} but got {actual_checksum}",
564
+ "mdx_info": "MDX parameters: Batch size = {batch_size}, Segment size = {segment_size}",
565
+ "mdx_info_2": "MDX parameters: Overlap = {overlap}, Hop_length = {hop_length}, Denoising enabled = {enable_denoise}",
566
+ "mdx_info_3": "MDX parameters",
567
+ "load_model_onnx": "Loading ONNX model for inference...",
568
+ "load_model_onnx_success": "Successfully loaded model using ONNXruntime inference session.",
569
+ "onnx_to_pytorch": "Model converted from ONNX to PyTorch due to mismatched segment size with dim_t, processing may be slower.",
570
+ "stft": "Inverse STFT applied. Returning result with shape",
571
+ "no_denoise": "Model running on spectrum without denoising.",
572
+ "mix": "Preparing mix for input audio file {audio_file_path}...",
573
+ "normalization_demix": "Normalizing mix prior to demixing...",
574
+ "mix_success": "Mix preparation completed.",
575
+ "primary_source": "Normalizing primary source...",
576
+ "secondary_source": "Producing secondary source: Mixing in compatible mode",
577
+ "invert_using_spec": "Inverting secondary stem using spectrum when invert_USE_spec is set to True",
578
+ "invert_using_spec_2": "Inverting secondary stem by subtracting transformed stem from the initial transformed mix",
579
+ "enable_denoise": "Model running on both positive and negative spectrums for denoising.",
580
+ "is_match_mix": "is_match_mix: Predicted spectrum obtained directly from STFT output.",
581
+ "save_secondary_stem_output_path": "Saving secondary stem {stem_name} to {stem_output_path}...",
582
+ "starting_model": "Initializing model settings...",
583
+ "input_info": "Model input parameters",
584
+ "model_settings": "Model settings",
585
+ "initialize_mix": "Initializing mix with is_ckpt = {is_ckpt}. Initial mix shape: {shape}",
586
+ "!=2": "Expected 2-channel audio signal but got {shape} channels",
587
+ "process_check": "Processing in checkpoint mode...",
588
+ "stft_2": "STFT applied to mix. Spectrum shape: {shape}",
589
+ "cache": "Computed padding",
590
+ "shape": "Mix shape after padding: {shape}, Number of parts: {num_chunks}",
591
+ "process_no_check": "Processing in no-checkpoint mode...",
592
+ "n_sample_or_pad": "Number of samples: {n_sample}, Computed padding: {pad}",
593
+ "shape_2": "Mix shape after padding",
594
+ "process_part": "Processed part {mix_waves}: Start {i}, End {ii}",
595
+ "mix_waves_to_tensor": "Converted mix_waves to tensor. Tensor shape: {shape}",
596
+ "mix_match": "Mix mode Match; applying compensation factor.",
597
+ "tar_waves": "tar_waves. Shape",
598
+ "normalization_2": "Normalizing result by dividing it by divisor.",
599
+ "mix_wave": "Processing mix_wave batch",
600
+ "mix_or_batch": "Mix parts into batches. Number of batches",
601
+ "demix_is_match_mix": "Starting demix process with is_match_mix,",
602
+ "mix_shape": "Root mix parts stored. Shape",
603
+ "chunk_size_or_overlap": "Chunk size for compatible mixing: {chunk_size}, Overlap: {overlap}",
604
+ "chunk_size_or_overlap_standard": "Standard chunk size: {chunk_size}, Overlap: {overlap}",
605
+ "calc_size": "Generated size calculated",
606
+ "window": "Window applied to this segment.",
607
+ "process_part_2": "Processing segment {total}/{total_chunks}: Start {start}, End {end}",
608
+ "all_process_part": "Total segments to process",
609
+ "step_or_overlap": "Step size to process parts: {step} with overlap set to {overlap}.",
610
+ "mix_cache": "Mix prepared with padding. Mix shape",
611
+ "dims": "Cannot use sin/cos position encoding with odd dimensions (dim={dims})",
612
+ "activation": "activation must be relu/gelu, not {activation}",
613
+ "length_or_training_length": "Provided length {length} exceeds training duration {training_length}",
614
+ "type_not_valid": "Invalid type for",
615
+ "del_parameter": "Removing non-existent parameter ",
616
+ "info": "Common parameters: Model name = {model_name}, Model path = {model_path}",
617
+ "info_2": "Common parameters: Output path = {output_dir}, Output format = {output_format}",
618
+ "info_3": "Common parameters: Normalization threshold = {normalization_threshold}",
619
+ "info_4": "Common parameters: Denoising enabled = {enable_denoise}, Single stem output = {output_single_stem}",
620
+ "info_5": "Common parameters: Inversion using specs = {invert_using_spec}, Sample rate = {sample_rate}",
621
+ "info_6": "Common parameters: Primary root name = {primary_stem_name}, Secondary root name = {secondary_stem_name}",
622
+ "info_7": "Common parameters: Karaoke mode = {is_karaoke}, BV model = {is_bv_model}, BV model rebalancing = {bv_model_rebalance}",
623
+ "success_process": "Completed processing root {stem_name} and writing audio...",
624
+ "load_audio": "Loading audio from file",
625
+ "load_audio_success": "Audio loaded. Sample rate: {sr}, Audio shape: {shape}",
626
+ "convert_mix": "Converting provided mix array.",
627
+ "convert_shape": "Converted mix shape: {shape}",
628
+ "audio_not_valid": "Audio file {audio_path} is empty or invalid",
629
+ "audio_valid": "Audio file is valid and contains data.",
630
+ "mix_single": "Mix is mono. Converting to stereo.",
631
+ "convert_mix_audio": "Converted to stereo mix.",
632
+ "mix_success_2": "Mix preparation completed.",
633
+ "duration": "Audio duration is {duration_hours} hours ({duration_seconds} seconds).",
634
+ "write": "Using {name} to write.",
635
+ "write_audio": "Writing {name} with root path:",
636
+ "original_not_valid": "Warning: Original source array is nearly silent or empty.",
637
+ "shape_audio": "Audio data shape before processing",
638
+ "convert_data": "Data type before conversion",
639
+ "original_source_to_int16": "Converted original_source to int16.",
640
+ "shape_audio_2": "Interleaved audio data shape",
641
+ "create_audiosegment": "Successfully created AudioSegment.",
642
+ "create_audiosegment_error": "Specific error while creating AudioSegment",
643
+ "export_error": "Error exporting audio file",
644
+ "export_success": "Successfully exported audio file to",
645
+ "clean": "Running garbage collection...",
646
+ "clean_cache": "Clearing {name} cache...",
647
+ "del_path": "Deleting path, source, and root of input audio file...",
648
+ "not_success": "Process was not successful: ",
649
+ "resample_error": "Error during resampling",
650
+ "shapes": "Shapes",
651
+ "wav_resolution": "Resolution type",
652
+ "warnings": "Warning: Extremely aggressive values detected",
653
+ "warnings_2": "Warning: NaN or infinite values detected in wave input. Shape",
654
+ "process_file": "Processing file... \n",
655
+ "save_instruments": "Saving reverse track...",
656
+ "assert": "Audio files must have the same shape - Mix: {mixshape}, Inst: {instrumentalshape}",
657
+ "rubberband": "Rubberband CLI cannot be executed. Please ensure Rubberband-CLI is installed.",
658
+ "rate": "Rate must be strictly positive",
659
+ "gdown_error": "Could not retrieve the public link for the file. You may need to change its permissions to 'Anyone with the link' or there may already be excessive access permissions.",
660
+ "to": "To:",
661
+ "gdown_value_error": "A path or ID must be specified",
662
+ "missing_url": "URL is missing",
663
+ "mac_not_match": "MAC does not match",
664
+ "file_not_access": "File is not accessible",
665
+ "int_resp==-3": "Request failed, retrying",
666
+ "search_separate": "Search for separate files...",
667
+ "found_choice": "Found {choice}",
668
+ "separator==0": "No separate files found!",
669
+ "select_separate": "Select separate files",
670
+ "start_app": "Starting interface...",
671
+ "provide_audio": "Enter the path to the audio file",
672
+ "set_torch_mps": "Set Torch device to MPS",
673
+ "googletts": "Convert text using Google",
674
+ "pitch_info_2": "Pitch adjustment for text-to-speech converter",
675
+ "waveform": "Waveform must have the shape (# frames, # channels)",
676
+ "freq_mask_smooth_hz": "freq_mask_smooth_hz must be at least {hz}Hz",
677
+ "time_mask_smooth_ms": "time_mask_smooth_ms must be at least {ms}ms",
678
+ "x": "x must be greater",
679
+ "xn": "xn must be greater",
680
+ "not_found_pid": "No processes found!",
681
+ "end_pid": "Process terminated!",
682
+ "clean_audios": "Starting audio cleanup...",
683
+ "clean_audios_success": "Audio file cleanup complete!",
684
+ "clean_separate": "Starting cleanup of separation model...",
685
+ "clean_separate_success": "Separation model cleanup complete!",
686
+ "clean_model": "Starting model cleanup...",
687
+ "clean_model_success": "Model file cleanup complete!",
688
+ "clean_index": "Starting index cleanup...",
689
+ "clean_index_success": "Index file cleanup complete!",
690
+ "clean_pretrain": "Starting pretrained model cleanup...",
691
+ "clean_pretrain_success": "Pretrained model cleanup complete!",
692
+ "clean_all_audios": "Starting cleanup of all audio files...",
693
+ "clean_all_audios_success": "All audio file cleanup complete!",
694
+ "not_found_separate_model": "No separation model files found!",
695
+ "clean_all_separate_model": "Starting cleanup of all separation model files...",
696
+ "clean_all_separate_model_success": "All separation model files cleanup complete!",
697
+ "clean_all_models_success": "All model files cleanup complete",
698
+ "not_found_pretrained": "No pretrained model files found!",
699
+ "clean_all_pretrained": "Starting cleanup of all pretrained model files...",
700
+ "clean_all_pretrained_success": "All pretrained model cleanup complete!",
701
+ "not_found_log": "No log files found!",
702
+ "clean_all_log": "Starting cleanup of all log files...",
703
+ "clean_all_log_success": "Log file cleanup complete!",
704
+ "not_found_predictors": "No predictor model files found!",
705
+ "clean_all_predictors": "Starting cleanup of all predictor model files...",
706
+ "clean_all_predictors_success": "Predictor model cleanup complete!",
707
+ "not_found_embedders": "No embedder model files found!",
708
+ "clean_all_embedders": "Starting cleanup of all embedder model files...",
709
+ "clean_all_embedders_success": "Embedder model cleanup complete!",
710
+ "provide_folder": "Please provide a valid folder!",
711
+ "empty_folder": "The data folder is empty!",
712
+ "clean_dataset": "Starting dataset folder cleanup...",
713
+ "clean_dataset_success": "Dataset folder cleanup complete!",
714
+ "vocoder": "Vocoder",
715
+ "vocoder_info": "A vocoder analyzes and synthesizes human speech signals for voice transformation.",
716
+ "code_error": "Error: Received status code",
717
+ "json_error": "Error: Unable to parse response.",
718
+ "requests_error": "Request failed: {e}",
719
+ "memory_efficient_training": "Using memory-efficient training",
720
+ "not_use_pretrain_error_download": "Will not use pretrained models due to missing files",
721
+ "start_clean_model": "Starting cleanup of all models...",
722
+ "provide_file_settings": "Please provide a preset settings file!",
723
+ "load_presets": "Loaded preset file {presets}",
724
+ "provide_filename_settings": "Please provide a preset file name!",
725
+ "choose1": "Please select one to export!",
726
+ "export_settings": "Exported preset file {name}",
727
+ "use_presets": "Using preset file",
728
+ "file_preset": "Preset file",
729
+ "load_file": "Load file",
730
+ "export_file": "Export preset file",
731
+ "save_clean": "Save cleanup",
732
+ "save_autotune": "Save autotune",
733
+ "save_pitch": "Save pitch",
734
+ "save_index_2": "Save index impact",
735
+ "save_resample": "Save resampling",
736
+ "save_filter": "Save median filter",
737
+ "save_envelope": "Save sound envelope",
738
+ "save_protect": "Save sound protection",
739
+ "save_split": "Save sound split",
740
+ "filename_to_save": "File name to save",
741
+ "upload_presets": "Upload preset file",
742
+ "stop": "Stop process",
743
+ "stop_separate": "Stop Music Separation",
744
+ "stop_convert": "Stop Conversion",
745
+ "stop_create_dataset": "Stop Dataset Creation",
746
+ "stop_training": "Stop Training",
747
+ "stop_extract": "Stop Data Processing",
748
+ "stop_preprocess": "Stop Data Extraction",
749
+ "cleaner": "Cleaner",
750
+ "clean_audio": "Clean audio files",
751
+ "clean_all": "Clean all",
752
+ "clean_file": "Clean file",
753
+ "clean_models": "Clean model files",
754
+ "clean_pretrained": "Clean pretrained model files",
755
+ "clean_separated": "Clean separated model files",
756
+ "clean_presets": "Clean preset files",
757
+ "clean_datasets": "Clean training dataset folder",
758
+ "clean_dataset_folder": "Clean dataset folder",
759
+ "clean_log": "Clean log files",
760
+ "clean_predictors": "Clean predictor models",
761
+ "clean_embed": "Clean embedder models",
762
+ "clean_presets_2": "Starting cleanup of preset files...",
763
+ "clean_presets_success": "Preset file cleanup complete!",
764
+ "not_found_presets": "No preset files found in the folder!",
765
+ "clean_all_presets": "Starting cleanup of all preset files...",
766
+ "clean_all_presets_success": "All preset file cleanup complete!",
767
+ "port": "Port {port} is unavailable! Lowering port by one...",
768
+ "empty_json": "{file}: Corrupted or empty",
769
+ "thank": "Thank you for reporting the issue, and apologies for any inconvenience caused!",
770
+ "error_read_log": "An error occurred while reading log files!",
771
+ "error_send": "An error occurred while sending the report! Please contact me on Discord: pham_huynh_anh!",
772
+ "report_bugs": "Report Bugs",
773
+ "agree_log": "Agree to provide all log files",
774
+ "error_info": "Error description",
775
+ "error_info_2": "Provide more information about the error",
776
+ "report_bug_info": "Report bugs encountered during program usage",
777
+ "sr_info": "NOTE: SOME FORMATS DO NOT SUPPORT RATES ABOVE 48000",
778
+ "report_info": "If possible, agree to provide log files to help with debugging.\n\nIf log files are not provided, please describe the error in detail, including when and where it occurred.\n\nIf this reporting system also fails, you can reach out via [ISSUE]({github}) or Discord: `pham_huynh_anh`",
779
+ "default_setting": "An error occurred during separation, resetting all settings to default...",
780
+ "dataset_folder1": "Please enter the data folder name",
781
+ "checkpointing_err": "Pretrained model parameters such as sample rate or architecture do not match the selected model.",
782
+ "start_onnx_export": "Start converting model to onnx",
783
+ "convert_model": "Convert Model",
784
+ "pytorch2onnx": "Converting PYTORCH Model to ONNX Model",
785
+ "pytorch2onnx_markdown": "Convert RVC model from pytorch to onnx to optimize audio conversion",
786
+ "error_readfile": "An error occurred while reading the file!",
787
+ "read_sf": "Read audio file using soundfile...",
788
+ "read_librosa": "Read audio files using librosa as soundfile is not supported...",
789
+ "f0_onnx_mode": "F0 ONNX Mode",
790
+ "f0_onnx_mode_info": "Extracting pitch using the ONNX model can help improve speed",
791
+ "formantshift": "Pitch and Formant Shift",
792
+ "formant_qfrency": "Frequency for Formant Shift",
793
+ "formant_timbre": "Timbre for Formant Transformation",
794
+ "time_frames": "Time (Frames)",
795
+ "Frequency": "Frequency (Hz)",
796
+ "f0_extractor_tab": "F0 Extraction",
797
+ "f0_extractor_markdown": "## Pitch Extraction",
798
+ "f0_extractor_markdown_2": "F0 pitch extraction is intended for use in audio conversion inference",
799
+ "start_extract": "Starting extraction process...",
800
+ "extract_done": "Extraction process completed!",
801
+ "f0_file": "Use pre-extracted F0 file",
802
+ "upload_f0": "Upload F0 file",
803
+ "f0_file_2": "F0 File",
804
+ "clean_f0_file": "Clean up F0 file",
805
+ "start_clean_f0": "Starting F0 file cleanup...",
806
+ "clean_f0_done": "F0 file cleanup completed!",
807
+ "embed_onnx": "Embedders ONNX Mode",
808
+ "embed_onnx_info": "Embedded extraction using the ONNX model can help improve speed"
809
+ }
assets/languages/vi-VN.json ADDED
@@ -0,0 +1,809 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "set_lang": "Đã đặt ngôn ngữ hiển thị là {lang}",
3
+ "no_support_gpu": "Thật không may, không có GPU tương thích để hỗ trợ việc đào tạo của bạn.",
4
+ "text": "văn bản",
5
+ "upload_success": "Đã tải lên tệp {name} hoàn tất.",
6
+ "download_url": "Tải từ đường dẫn liên kết",
7
+ "download_from_csv": "Tải từ kho mô hình csv",
8
+ "search_models": "Tìm kiếm mô hình",
9
+ "upload": "Tải lên",
10
+ "option_not_valid": "Tùy chọn không hợp lệ!",
11
+ "list_model": "Danh sách mô hình",
12
+ "success": "Hoàn tất!",
13
+ "index": "chỉ mục",
14
+ "model": "mô hình",
15
+ "zip": "nén",
16
+ "search": "tìm kiếm",
17
+ "provide_file": "Vui lòng cung cấp tệp {filename} hợp lệ!",
18
+ "start": "Bắt đầu {start}...",
19
+ "not_found": "Không tìm thấy {name}",
20
+ "found": "Đã tìm thấy {results} kết quả!",
21
+ "download_music": "tải nhạc",
22
+ "download": "tải xuống",
23
+ "provide_url": "Vui lòng cung cấp đường dẫn liên kết.",
24
+ "provide_name_is_save": "Vui lòng cung cấp tên mô hình để lưu.",
25
+ "not_support_url": "Liên kết mô hình của bạn không được hỗ trợ.",
26
+ "error_occurred": "Đã xảy ra lỗi: {e}",
27
+ "not_model": "Tệp bạn vừa tải lên không phải là tệp mô hình!",
28
+ "unable_analyze_model": "Không phân tích được mô hình!",
29
+ "download_pretrain": "Tải xuống huấn luyện trước...",
30
+ "provide_pretrain": "Vui lòng cung cấp đường dẫn mô hình huấn luyện trước {dg}.",
31
+ "provide_hubert": "Vui lòng đưa đường dẫn liên kết đến mô hình nhúng",
32
+ "sr_not_same": "Tốc độ lấy mẫu của hai mô hình không giống nhau",
33
+ "architectures_not_same": "Không thể hợp nhất các mô hình. Các kiến trúc mô hình không giống nhau.",
34
+ "fushion_model": "dung hợp mô hình",
35
+ "model_fushion_info": "Mô hình được {name} được dung hợp từ {pth_1} và {pth_2} với ratio {ratio}.",
36
+ "not_found_create_time": "Không tìm thấy thời gian tạo.",
37
+ "format_not_valid": "Định dạng không hợp lệ.",
38
+ "read_info": "Các mô hình được huấn luyện trên các ứng dụng khác nhau có thể đem lại các thông tin khác nhau hoặc không thể đọc!",
39
+ "epoch": "kỷ nguyên.",
40
+ "step": "bước",
41
+ "sr": "Tốc độ lấy mẫu",
42
+ "f0": "huấn luyện cao độ",
43
+ "version": "phiên bản.",
44
+ "not_f0": "Không được huấn luyện cao độ",
45
+ "trained_f0": "Được huấn luyện cao độ",
46
+ "model_info": "Tên mô hình: {model_name}\n\n Người tạo mô hình: {model_author}\n\nKỷ nguyên: {epochs}\n\nSố bước: {steps}\n\nPhiên bản của mô hình: {version}\n\nTốc độ lấy mẫu: {sr}\n\nHuấn luyện cao độ: {pitch_guidance}\n\nHash (ID): {model_hash}\n\nThời gian tạo: {creation_date_str}\n\nBộ mã hóa: {vocoder}\n",
47
+ "input_not_valid": "Vui lòng nhập đầu vào hợp lệ!",
48
+ "output_not_valid": "Vui lòng nhập đầu ra hợp lệ!",
49
+ "apply_effect": "áp dụng hiệu ứng",
50
+ "enter_the_text": "Vui lòng nhập văn bản để chuyển!",
51
+ "choose_voice": "Vui lòng chọn giọng!",
52
+ "convert": "Chuyển đổi {name}...",
53
+ "separator_music": "tách nhạc",
54
+ "notfound": "Không tìm thấy",
55
+ "turn_on_use_audio": "Vui lòng bật sử dụng âm thanh vừa tách để sử dụng",
56
+ "turn_off_convert_backup": "Tắt chuyển đổi giọng bè để có thể sử dụng giọng gốc",
57
+ "turn_off_merge_backup": "Tắt không kết hợp giọng bè để có thể sử dụng giọng gốc",
58
+ "not_found_original_vocal": "Không tìm thấy giọng gốc!",
59
+ "convert_vocal": "Đang chuyển đổi giọng nói...",
60
+ "convert_success": "Đã hoàn tất chuyển đổi giọng nói!",
61
+ "convert_backup": "Đang chuyển đổi giọng bè...",
62
+ "convert_backup_success": "Đã Hoàn tất chuyển đổi giọng bè!",
63
+ "merge_backup": "Kết hợp giọng với giọng bè...",
64
+ "merge_success": "Kết hợp Hoàn tất.",
65
+ "is_folder": "Đầu vào là một thư mục: Chuyển đổi tất cả tệp âm thanh trong thư mục...",
66
+ "not_found_in_folder": "Không tìm thấy tệp âm thanh trong thư mục!",
67
+ "batch_convert": "Đang chuyển đổi hàng loạt...",
68
+ "batch_convert_success": "Chuyển đổi hàng loạt hoàn tất!",
69
+ "create": "tạo",
70
+ "provide_name": "Vui lòng cung cấp tên mô hình.",
71
+ "not_found_data": "Không tìm thấy dữ liệu",
72
+ "not_found_data_preprocess": "Không tìm thấy dữ liệu được xử lý, vui lòng xử lý lại âm thanh",
73
+ "not_found_data_extract": "Không tìm thấy dữ liệu được trích xuất, vui lòng trích xuất lại âm thanh",
74
+ "provide_pretrained": "Vui lòng nhập huấn luyện {dg}",
75
+ "download_pretrained": "Tải xuống huấn luyện trước {dg}{rvc_version} gốc",
76
+ "not_found_pretrain": "Không tìm thấy huấn luyện trước {dg}",
77
+ "not_use_pretrain": "Sẽ không có huấn luyện trước được sử dụng",
78
+ "training": "huấn luyện",
79
+ "display_title": "<h1> 🎵 Giao diện chuyển đổi và huấn luyện mô hình giọng nói được tạo bởi Anh 🎵 <h1>",
80
+ "rick_roll": "Bấm vào đây nếu bạn muốn bị Rick Roll:) ---> [RickRoll]({rickroll})",
81
+ "terms_of_use": "**Vui lòng không sử dụng Dự án với bất kỳ mục đích nào vi phạm đạo đức, pháp luật, hoặc gây tổn hại đến cá nhân, tổ chức...**",
82
+ "exemption": "**Trong trường hợp người sử dụng không tuân thủ các điều khoản hoặc vi phạm, tôi sẽ không chịu trách nhiệm về bất kỳ khiếu nại, thiệt hại, hay trách nhiệm pháp lý nào, dù là trong hợp đồng, do sơ suất, hay các lý do khác, phát sinh từ, ngoài, hoặc liên quan đến phần mềm, việc sử dụng phần mềm hoặc các giao dịch khác liên quan đến phần mềm.**",
83
+ "separator_tab": "Tách Nhạc",
84
+ "4_part": "Một hệ thống tách nhạc đơn giản có thể tách được 4 phần: Nhạc, giọng, giọng chính, giọng bè",
85
+ "clear_audio": "Làm sạch âm thanh",
86
+ "separator_backing": "Tách giọng bè",
87
+ "denoise_mdx": "Khữ tách MDX",
88
+ "use_mdx": "Sử dụng MDX",
89
+ "dereveb_audio": "Tách vang",
90
+ "dereveb_backing": "Tách vang bè",
91
+ "separator_model": "Mô hình tách nhạc",
92
+ "separator_backing_model": "Mô hình tách bè",
93
+ "shift": "Số lượng dự đoán",
94
+ "shift_info": "Càng cao chất lượng càng tốt nhưng lâu nhưng tốn tài nguyên",
95
+ "segments_size": "Kích Thước Phân Đoạn",
96
+ "segments_size_info": "Càng cao chất lượng càng tốt nhưng tốn tài nguyên",
97
+ "batch_size": "Kích thước lô",
98
+ "batch_size_info": "Số lượng mẫu xử lý đồng thời trong một lần huấn luyện. Cao có thể gây tràn bộ nhớ",
99
+ "mdx_batch_size_info": "Số lượng mẫu được xử lý cùng một lúc. Việc chia thành các lô giúp tối ưu hóa quá trình tính toán. Lô quá lớn có thể làm tràn bộ nhớ, khi lô quá nhỏ sẽ làm giảm hiệu quả dùng tài nguyên",
100
+ "overlap": "Chồng chéo",
101
+ "overlap_info": "Số lượng chồng chéo giữa các cửa sổ dự đoán",
102
+ "export_format": "Định dạng âm thanh",
103
+ "export_info": "Định dạng âm thanh khi xuất tệp âm thanh ra",
104
+ "output_separator": "Âm thanh đã được tách",
105
+ "hop_length_info": "Khoảng thời gian chuyển cửa sổ phân tích khi thực hiện phép biến đổi. Giá trị nhỏ độ chi tiết cao nhưng cần tính toán nhiều hơn",
106
+ "drop_audio": "Thả âm thanh vào đây",
107
+ "drop_text": "Thả tệp văn bản vào đây",
108
+ "use_url": "Sử dụng đường dẫn youtube",
109
+ "url_audio": "Đường dẫn liên kết đến âm thanh",
110
+ "downloads": "Tải Xuống",
111
+ "clean_strength": "Mức độ làm sạch âm thanh",
112
+ "clean_strength_info": "Mức độ của bộ làm sạch âm thanh để lọc giọng hát khi xuất",
113
+ "input_output": "Đầu vào, đầu ra âm thanh",
114
+ "audio_path": "Đường dẫn đầu vào âm thanh",
115
+ "refesh": "Tải lại",
116
+ "output_folder": "Đường dẫn thư mục đầu ra âm thanh",
117
+ "output_folder_info": "Nhập đường dẫn thư mục âm thanh sẽ xuất ra ở đó",
118
+ "input_audio": "Đầu vào âm thanh",
119
+ "instruments": "Nhạc nền",
120
+ "original_vocal": "Giọng gốc",
121
+ "main_vocal": "Giọng chính",
122
+ "backing_vocal": "Giọng bè",
123
+ "convert_audio": "Chuyển Đổi Âm Thanh",
124
+ "convert_info": "Chuyển đổi âm thanh bằng mô hình giọng nói đã được huấn luyện",
125
+ "autotune": "Tự động điều chỉnh",
126
+ "use_audio": "Sử dụng âm thanh vừa tách",
127
+ "convert_original": "Chuyển đổi giọng gốc",
128
+ "convert_backing": "Chuyển đổi giọng bè",
129
+ "not_merge_backing": "Không kết hợp giọng bè",
130
+ "merge_instruments": "Kết hợp nhạc nền",
131
+ "pitch": "Cao độ",
132
+ "pitch_info": "Khuyến cáo: chỉnh lên 12 để chuyển giọng nam thành nữ và ngược lại",
133
+ "model_accordion": "Mô hình và chỉ mục",
134
+ "model_name": "Tệp mô hình",
135
+ "index_path": "Tệp chỉ mục",
136
+ "index_strength": "Ảnh hưởng của chỉ mục",
137
+ "index_strength_info": "Càng cao ảnh hưởng càng lớn. Tuy nhiên, việc chọn giá trị thấp hơn có thể giảm hiện tượng giả trong âm thanh",
138
+ "output_path": "Đường dẫn đầu ra âm thanh",
139
+ "output_path_info": "Nhập đường dẫn đầu ra(cứ để định dạng .wav khi chuyển đổi nó tự sửa)",
140
+ "setting": "Cài đặt chung",
141
+ "f0_method": "Phương pháp trích xuất",
142
+ "f0_method_info": "Phương pháp để trích xuất dữ liệu",
143
+ "f0_method_hybrid": "Phương pháp trích xuất HYBRID",
144
+ "f0_method_hybrid_info": "Sự kết hợp của hai hoặc nhiều loại trích xuất khác nhau",
145
+ "hubert_model": "Mô hình nhúng",
146
+ "hubert_info": "Mô hình được huấn luyện trước để giúp nhúng",
147
+ "modelname": "Tên của mô hình",
148
+ "modelname_info": "Nếu bạn có mô hình riêng chỉ cần tải và nhập tên của mô hình vào đây",
149
+ "split_audio": "Cắt âm thanh",
150
+ "autotune_rate": "Mức độ điều chỉnh",
151
+ "autotune_rate_info": "Mức độ điều chỉnh tự động",
152
+ "resample": "Lấy mẫu lại",
153
+ "resample_info": "Lấy mẫu lại sau xử lý đến tốc độ lấy mẫu cuối cùng, 0 có nghĩa là không lấy mẫu lại, LƯU Ý: MỘT SỐ ĐỊNH DẠNG KHÔNG HỖ TRỢ TỐC ĐỘ TRÊN 48000",
154
+ "filter_radius": "Lọc trung vị",
155
+ "filter_radius_info": "Nếu giá trị lớn hơn ba sẽ áp dụng tính năng lọc trung vị. Giá trị đại diện cho bán kính bộ lọc và có thể làm giảm hơi thở hoặc tắt thở.",
156
+ "volume_envelope": "Đường bao âm thanh",
157
+ "volume_envelope_info": "Sử dụng đường bao âm lượng của đầu vào để thay thế hoặc trộn với đường bao âm lượng của đầu ra. Càng gần 1 thì đường bao đầu ra càng được sử dụng nhiều",
158
+ "protect": "Bảo vệ phụ âm",
159
+ "protect_info": "Bảo vệ các phụ âm riêng biệt và âm thanh thở ngăn chặn việc rách điện âm và các hiện tượng giả khác. Việc chỉnh tối đa sẽ bảo vệ toàn diện. Việc giảm giá trị này có thể giảm độ bảo vệ, đồng thời có khả năng giảm thiểu hiệu ứng lập chỉ mục",
160
+ "output_convert": "Âm thanh đã được chuyển đổi",
161
+ "main_convert": "Chuyển đổi giọng chính",
162
+ "main_or_backing": "Giọng chính + Giọng bè",
163
+ "voice_or_instruments": "Giọng + Nhạc nền",
164
+ "convert_text": "Chuyển Đổi Văn Bản",
165
+ "convert_text_markdown": "## Chuyển Đổi Văn Bản Thành Giọng Nói",
166
+ "convert_text_markdown_2": "Chuyển văn bản thành giọng nói và đọc lại bằng mô hình giọng nói được huấn luyện",
167
+ "input_txt": "Nhập dữ liệu từ tệp văn bản txt",
168
+ "text_to_speech": "Văn bản cần đọc",
169
+ "voice_speed": "Tốc độ đọc",
170
+ "voice_speed_info": "Tốc độ đọc của giọng nói",
171
+ "tts_1": "1. Chuyển Đổi Văn Bản",
172
+ "tts_2": "2. Chuyển Đổi Giọng Nói",
173
+ "voice": "Giọng nói của các nước",
174
+ "output_tts": "Đường dẫn đầu ra giọng nói",
175
+ "output_tts_convert": "Đường dẫn đầu ra giọng chuyển đổi",
176
+ "tts_output": "Nhập đường dẫn đầu ra",
177
+ "output_tts_markdown": "Âm thanh chưa được chuyển đổi và âm thanh đã được chuyển đổi",
178
+ "output_text_to_speech": "Giọng được tạo bởi chuyển đổi văn bản thành giọng nói",
179
+ "output_file_tts_convert": "Giọng được chuyển đổi bởi mô hình",
180
+ "output_audio": "Đầu ra âm thanh",
181
+ "provide_output": "Nhập đường dẫn đầu ra",
182
+ "audio_effects": "Hiệu Ứng Âm Thanh",
183
+ "apply_audio_effects": "## Áp Dụng Thêm Hiệu Ứng Cho Âm Thanh",
184
+ "audio_effects_edit": "Chỉnh sửa thêm hiệu ứng cho âm thanh",
185
+ "reverb": "Hiệu ứng vọng âm",
186
+ "chorus": "Hiệu ứng hòa âm",
187
+ "delay": "Hiệu ứng độ trễ",
188
+ "more_option": "Tùy chọn thêm",
189
+ "phaser": "Hiệu ứng xoay pha",
190
+ "compressor": "Hiệu ứng nén",
191
+ "apply": "Áp dụng",
192
+ "reverb_freeze": "Chế độ đóng băng",
193
+ "reverb_freeze_info": "Tạo hiệu ứng vang liên tục khi bật chế độ này",
194
+ "room_size": "Kích thước phòng",
195
+ "room_size_info": "Điều chỉnh không gian của phòng để tạo độ vang",
196
+ "damping": "Giảm âm",
197
+ "damping_info": "Điều chỉnh độ hút âm, kiểm soát mức độ vang",
198
+ "wet_level": "Mức độ tín hiệu vang",
199
+ "wet_level_info": "Điều chỉnh mức độ của tín hiệu có hiệu ứng vọng âm",
200
+ "dry_level": "Mức độ tín hiệu gốc",
201
+ "dry_level_info": "Điều chỉnh mức độ của tín hiệu không có hiệu ứng",
202
+ "width": "Chiều rộng âm thanh",
203
+ "width_info": "Điều chỉnh độ rộng của không gian âm thanh",
204
+ "chorus_depth": "Giảm âm",
205
+ "chorus_depth_info": "Điều chỉnh cường độ hòa âm, tạo ra cảm giác rộng cho âm thanh",
206
+ "chorus_rate_hz": "Tần s��",
207
+ "chorus_rate_hz_info": "Điều chỉnh tốc độ dao động của hòa âm",
208
+ "chorus_mix": "Trộn tín hiệu",
209
+ "chorus_mix_info": "Điều chỉnh mức độ trộn giữa âm gốc và âm có hiệu ứng",
210
+ "chorus_centre_delay_ms": "Đỗ trễ trung tâm (mili giây)",
211
+ "chorus_centre_delay_ms_info": "Khoảng thời gian trễ giữa các kênh stereo để tạo hiệu ứng hòa âm",
212
+ "chorus_feedback": "Phản hồi",
213
+ "chorus_feedback_info": "Điều chỉnh lượng tín hiệu hiệu ứng được quay lại vào tín hiệu gốc",
214
+ "delay_seconds": "Thời gian trễ",
215
+ "delay_seconds_info": "Điều chỉnh khoảng thời gian trễ giữa âm gốc và âm có hiệu ứng",
216
+ "delay_feedback": "Phản hồi độ trễ",
217
+ "delay_feedback_info": "Điều chỉnh lượng tín hiệu được quay lại, tạo hiệu ứng lặp lại",
218
+ "delay_mix": "Trộn tín hiệu độ trễ",
219
+ "delay_mix_info": "Điều chỉnh mức độ trộn giữa âm gốc và âm trễ",
220
+ "fade": "Hiệu ứng mờ dần",
221
+ "bass_or_treble": "Âm trầm và âm cao",
222
+ "limiter": "Giới hạn ngưỡng",
223
+ "distortion": "Hiệu ứng nhiễu âm",
224
+ "gain": "Cường độ âm",
225
+ "bitcrush": "Hiệu ứng giảm bits",
226
+ "clipping": "Hiệu ứng méo âm",
227
+ "fade_in": "Hiệu ứng mờ dần vào (mili giây)",
228
+ "fade_in_info": "Thời gian mà âm thanh sẽ tăng dần từ mức 0 đến mức bình thường",
229
+ "fade_out": "Hiệu ứng mờ dần ra (mili giây)",
230
+ "fade_out_info": "thời gian mà âm thanh sẽ giảm dần từ bình thường xuống mức 0",
231
+ "bass_boost": "Độ khuếch đại âm trầm (db)",
232
+ "bass_boost_info": "mức độ tăng cường âm trầm trong đoạn âm thanh",
233
+ "bass_frequency": "Tần số cắt của bộ lọc thông thấp (Hz)",
234
+ "bass_frequency_info": "tần số bị giảm. Tần số thấp sẽ làm âm trầm rõ hơn",
235
+ "treble_boost": "Độ khuếch đại âm cao (db)",
236
+ "treble_boost_info": "mức độ tăng cường âm cao trong đoạn âm thanh",
237
+ "treble_frequency": "Tần số cắt của bộ lọc thông cao (Hz)",
238
+ "treble_frequency_info": "tần số sẽ lọc bỏ. Tần số càng cao thì giữ lại âm càng cao",
239
+ "limiter_threashold_db": "Ngưỡng giới hạn",
240
+ "limiter_threashold_db_info": "Giới hạn mức độ âm thanh tối đa, ngăn không cho vượt quá ngưỡng",
241
+ "limiter_release_ms": "Thời gian thả",
242
+ "limiter_release_ms_info": "Khoảng thời gian để âm thanh trở lại sau khi bị giới hạn (Mili Giây)",
243
+ "distortion_info": "Điều chỉnh mức độ nhiễu âm, tạo hiệu ứng méo tiếng",
244
+ "gain_info": "Tăng giảm âm lượng của tín hiệu",
245
+ "clipping_threashold_db": "Ngưỡng cắt",
246
+ "clipping_threashold_db_info": "Cắt bớt tín hiệu vượt quá ngưỡng, tạo âm thanh méo",
247
+ "bitcrush_bit_depth": "Độ sâu bit",
248
+ "bitcrush_bit_depth_info": "Giảm chất lượng âm thanh bằng cách giảm số bit, tạo hiệu ứng âm thanh bị méo",
249
+ "phaser_depth": "Độ sâu",
250
+ "phaser_depth_info": "Điều chỉnh độ sâu của hiệu ứng, ảnh hưởng đến cường độ của hiệu ứng xoay pha",
251
+ "phaser_rate_hz": "Tần số",
252
+ "phaser_rate_hz_info": "Điều chỉnh tốc độ của hiệu ứng hiệu ứng xoay pha",
253
+ "phaser_mix": "Trộn tín hiệu",
254
+ "phaser_mix_info": "Điều chỉnh mức độ trộn giữa tín hiệu gốc và tín hiệu đã qua xử lý",
255
+ "phaser_centre_frequency_hz": "Tần số trung tâm",
256
+ "phaser_centre_frequency_hz_info": "Tần số trung tâm của hiệu ứng xoay pha, ảnh hưởng đến tần số bị điều chỉnh",
257
+ "phaser_feedback": "Phản hồi",
258
+ "phaser_feedback_info": "Điều chỉnh lượng phản hồi tín hiệu, tạo cảm giác xoay pha mạnh hoặc nhẹ",
259
+ "compressor_threashold_db": "Ngưỡng nén",
260
+ "compressor_threashold_db_info": "Ngưỡng mức âm thanh sẽ bị nén khi vượt qua ngưỡng này",
261
+ "compressor_ratio": "Tỉ lệ nén",
262
+ "compressor_ratio_info": "Điều chỉnh mức độ nén âm thanh khi vượt qua ngưỡng",
263
+ "compressor_attack_ms": "Thời gian tấn công (mili giây)",
264
+ "compressor_attack_ms_info": "Khoảng thời gian nén bắt đầu tác dụng sau khi âm thanh vượt ngưỡng",
265
+ "compressor_release_ms": "Thời gian thả",
266
+ "compressor_release_ms_info": "Thời gian để âm thanh trở lại trạng thái bình thường sau khi bị nén",
267
+ "create_dataset_url": "Đường dẫn liên kết đến âm thanh(sử dụng dấu , để sử dụng nhiều liên kết)",
268
+ "createdataset": "Tạo dữ liệu",
269
+ "create_dataset_markdown": "## Tạo Dữ Liệu Huấn Luyện Từ Youtube",
270
+ "create_dataset_markdown_2": "Xử lý và tạo tập tin dữ liệu huấn luyện bằng đường dẫn youtube",
271
+ "denoise": "Khử tách mô hình",
272
+ "skip": "Bỏ qua giây",
273
+ "model_ver": "Phiên bản tách giọng",
274
+ "model_ver_info": "Phiên bản của mô hình tách nhạc để tách giọng",
275
+ "create_dataset_info": "Thông tin tạo dữ liệu",
276
+ "output_data": "Đầu ra dữ liệu",
277
+ "output_data_info": "Đầu ra dữ liệu sau khi tạo xong dữ liệu",
278
+ "skip_start": "Bỏ qua phần đầu",
279
+ "skip_start_info": "Bỏ qua số giây đầu của âm thanh, dùng dấu , để sử dụng cho nhiều âm thanh",
280
+ "skip_end": "Bỏ qua phần cuối",
281
+ "skip_end_info": "Bỏ qua số giây cuối của âm thanh, dùng dấu , để sử dụng cho nhiều âm thanh",
282
+ "training_model": "Huấn Luyện Mô Hình",
283
+ "training_markdown": "Huấn luyện và đào tạo mô hình giọng nói bằng một lượng dữ liệu giọng nói",
284
+ "training_model_name": "Tên của mô hình khi huấn luyện(không sử dụng ký tự đặc biệt hay dấu cách)",
285
+ "sample_rate": "Tỉ lệ lấy mẫu",
286
+ "sample_rate_info": "Tỉ lệ lấy mẫu của mô hình",
287
+ "training_version": "Phiên bản mô hình",
288
+ "training_version_info": "Phiên bản mô hình khi huấn luyện",
289
+ "training_pitch": "Huấn luyện cao độ",
290
+ "upload_dataset": "Tải lên dữ liệu huấn luyện",
291
+ "preprocess_effect": "Xử lý hậu kỳ",
292
+ "clear_dataset": "Làm sạch dữ liệu",
293
+ "preprocess_info": "Thông tin phần xử lý trước",
294
+ "preprocess_button": "1. Xử lý dữ liệu",
295
+ "extract_button": "2. Trích xuất dữ liệu",
296
+ "extract_info": "Thông tin phần trích xuất dữ liệu",
297
+ "total_epoch": "Tổng số kỷ nguyên",
298
+ "total_epoch_info": "Tổng số kỷ nguyên huấn luyện đào tạo",
299
+ "save_epoch": "Tần suất lưu",
300
+ "save_epoch_info": "Tần suất lưu mô hình khi huấn luyện, giúp việc huấn luyện lại mô hình",
301
+ "create_index": "Tạo chỉ mục",
302
+ "index_algorithm": "Thuật toán chỉ mục",
303
+ "index_algorithm_info": "Thuật toán tạo chỉ mục",
304
+ "custom_dataset": "Tùy chọn thư mục",
305
+ "custom_dataset_info": "Tùy chọn thư mục dữ liệu huấn luyện",
306
+ "overtraining_detector": "Kiểm tra quá sức",
307
+ "overtraining_detector_info": "Kiểm tra huấn luyện mô hình quá sức",
308
+ "cleanup_training": "Làm sạch huấn luyện",
309
+ "cleanup_training_info": "Bật khi cần huấn luyện lại từ đầu.",
310
+ "cache_in_gpu": "Lưu mô hình vào đệm",
311
+ "cache_in_gpu_info": "Lưu mô hình vào bộ nhớ đệm gpu",
312
+ "dataset_folder": "Thư mục chứa dữ liệu",
313
+ "threshold": "Ngưỡng huấn luyện quá sức",
314
+ "setting_cpu_gpu": "Tùy chọn CPU/GPU",
315
+ "gpu_number": "Số gpu được sử dụng",
316
+ "gpu_number_info": "Số của GPU được sử dụng trong huấn luyện",
317
+ "save_only_latest": "Chỉ lưu mới nhất",
318
+ "save_only_latest_info": "Chỉ lưu mô hình D và G mới nhất",
319
+ "save_every_weights": "Lưu mọi mô hình",
320
+ "save_every_weights_info": "Lưu mọi mô hình sau mỗi lượt kỷ nguyên",
321
+ "gpu_info": "Thông tin của GPU",
322
+ "gpu_info_2": "Thông tin của GPU được sử dụng trong huấn luyện",
323
+ "cpu_core": "Số lõi xử lý có thể sử dụng",
324
+ "cpu_core_info": "Số lõi được sử dụng trong việc huấn luyện",
325
+ "not_use_pretrain_2": "Không dùng huấn luyện",
326
+ "not_use_pretrain_info": "Không dùng huấn luyện trước",
327
+ "custom_pretrain": "Tùy chỉnh huấn luyện",
328
+ "custom_pretrain_info": "Tùy chỉnh huấn luyện trước",
329
+ "pretrain_file": "Tệp mô hình huấn luyện trước {dg}",
330
+ "train_info": "Thông tin phần huấn luyện",
331
+ "export_model": "5. Xuất Mô hình",
332
+ "zip_model": "2. Nén mô hình",
333
+ "output_zip": "Đầu ra tệp khi nén",
334
+ "model_path": "Đường dẫn mô hình",
335
+ "model_ratio": "Tỉ lệ mô hình",
336
+ "model_ratio_info": "Chỉnh hướng về bên nào sẽ làm cho mô hình giống với bên đó",
337
+ "output_model_path": "Đầu ra mô hình",
338
+ "fushion": "Dung Hợp Mô Hình",
339
+ "fushion_markdown": "## Dung Hợp Hai Mô Hình Với Nhau",
340
+ "fushion_markdown_2": "Dung hợp hai mô hình giọng nói lại với nhau để tạo thành một mô hình duy nhất",
341
+ "read_model": "Đọc Thông Tin",
342
+ "read_model_markdown": "## Đọc Thông Tin Của Mô Hình",
343
+ "read_model_markdown_2": "Đọc các thông tin được ghi trong mô hình",
344
+ "drop_model": "Thả mô hình vào đây",
345
+ "readmodel": "Đọc mô hình",
346
+ "model_path_info": "Nhập đường dẫn đến tệp mô hình",
347
+ "modelinfo": "Thông Tin Mô Hình",
348
+ "download_markdown": "## Tải Xuống Mô Hình",
349
+ "download_markdown_2": "Tải xuống mô hình giọng nói, mô hình huấn luyện trước, mô hình nhúng",
350
+ "model_download": "Tải xuống mô hình giọng nói",
351
+ "model_url": "Đường dẫn liên kết đến mô hình",
352
+ "15s": "Vui lòng đợi khoảng 15 giây. Hệ thống sẽ tự khởi động lại!",
353
+ "model_download_select": "Chọn cách tải mô hình",
354
+ "model_warehouse": "Kho mô hình",
355
+ "get_model": "Nhận mô hình",
356
+ "name_to_search": "Tên để tìm kiếm",
357
+ "search_2": "Tìm kiếm",
358
+ "select_download_model": "Chọn mô hình đã được tìm kiếm(Bấm vào để chọn)",
359
+ "download_pretrained_2": "Tải xuống mô hình huấn luyện trước",
360
+ "only_huggingface": "Chỉ hỗ trợ huggingface.co",
361
+ "pretrained_url": "Đường dẫn liên kết đến mô hình huấn luyện trước {dg}",
362
+ "select_pretrain": "Chọn mô hình huấn luyện trước",
363
+ "select_pretrain_info": "Chọn mô hình huấn luyện trước để cài đặt về",
364
+ "pretrain_sr": "Tốc độ lấy mẫu của mô hình",
365
+ "drop_pretrain": "Thả mô hình huấn luyện trước {dg} vào đây",
366
+ "hubert_download": "Tải xuống mô hình nhúng",
367
+ "hubert_url": "Đường dẫn liên kết tới mô hình nhúng",
368
+ "drop_hubert": "Thả mô hình nhúng vào đây",
369
+ "settings": "Tùy Chỉnh",
370
+ "settings_markdown": "## Tùy Chỉnh Thêm",
371
+ "settings_markdown_2": "Tùy chỉnh thêm một số tính năng của dự án",
372
+ "lang": "Ngôn ngữ",
373
+ "lang_restart": "Ngôn ngữ được hiển thị trong dự án(Khi đổi ngôn ngữ hệ thống sẽ tự khởi động lại sau 15 giây để cập nhật)",
374
+ "change_lang": "Đổi Ngôn Ngữ",
375
+ "theme": "Chủ đề",
376
+ "theme_restart": "Loại Chủ đề của giao diện được hiển thị(Khi đổi chủ đề hệ thống sẽ tự khởi động lại sau 15 giây để cập nhật)",
377
+ "theme_button": "Đổi Chủ Đề",
378
+ "change_light_dark": "Đổi Chế Độ Sáng/Tối",
379
+ "tensorboard_url": "Đường dẫn biểu đồ",
380
+ "errors_loading_audio": "Lỗi khi tải âm thanh: {e}",
381
+ "apply_error": "Đã xảy ra lỗi khi áp dụng hiệu ứng: {e}",
382
+ "indexpath": "Đường dẫn chỉ mục",
383
+ "split_total": "Tổng số phần đã cắt",
384
+ "process_audio_error": "Đã xảy ra lỗi khi xử lý âm thanh",
385
+ "merge_error": "Đã xảy ra lỗi khi ghép âm thanh",
386
+ "not_found_convert_file": "Không tìm thấy tệp đã xử lý",
387
+ "convert_batch": "Chuyển đổi hàng loạt...",
388
+ "found_audio": "Tìm thấy {audio_files} tệp âm thanh cho việc chuyển đổi.",
389
+ "not_found_audio": "Không tìm thấy tệp âm thanh!",
390
+ "error_convert": "Đã xảy ra lỗi khi chuyển đổi âm thanh: {e}",
391
+ "error_convert_batch": "Đã xảy ra lỗi khi chuyển đổi các đoạn âm thanh cắt: {e}",
392
+ "error_convert_batch_2": "Đã xảy ra lỗi khi chuyển đổi âm thanh hàng loạt: {e}",
393
+ "convert_batch_success": "Đã chuyển đổi hàng loạt hoàn tất sau {elapsed_time} giây. {output_path}",
394
+ "convert_audio_success": "Tệp {input_path} được chuyển đổi hoàn tất sau {elapsed_time} giây. {output_path}",
395
+ "hybrid_methods": "Tính toán ước lượng cao độ f0 cho các phương pháp {methods}",
396
+ "method_not_valid": "Phương pháp không hợp lệ",
397
+ "read_faiss_index_error": "Đã xảy ra lỗi khi đọc chỉ mục FAISS: {e}",
398
+ "read_model_error": "Thất bại khi tải mô hình: {e}",
399
+ "starting_download": "Bắt đầu tải xuống",
400
+ "version_not_valid": "Phiên bản tách giọng không hợp lệ",
401
+ "skip<audio": "Không thể bỏ qua vì số lượng thời gian bỏ qua thấp hơn số lượng tệp âm thanh",
402
+ "skip>audio": "Không thể bỏ qua vì số lượng thời gian bỏ qua cao hơn số lượng tệp âm thanh",
403
+ "=<0": "Thời gian bỏ qua bé hơn hoặc bằng 0 nên bỏ qua",
404
+ "skip_warning": "Thời lượng bỏ qua ({seconds} giây) vượt quá thời lượng âm thanh ({total_duration} giây). Bỏ qua.",
405
+ "download_success": "Đã tải xuống hoàn tất",
406
+ "create_dataset_error": "Đã xảy ra lỗi khi tạo dữ liệu huấn luyện",
407
+ "create_dataset_success": "Quá trình tạo dữ liệu huấn huyện đã hoàn tất sau: {elapsed_time} giây",
408
+ "skip_start_audio": "Bỏ qua âm thanh đầu hoàn tất: {input_file}",
409
+ "skip_end_audio": "Bỏ qua âm thanh cuối hoàn tất: {input_file}",
410
+ "merge_audio": "Đã ghép các phần chứa âm thanh lại",
411
+ "separator_process": "Đang tách giọng: {input}...",
412
+ "not_found_main_vocal": "Không tìm thấy giọng chính!",
413
+ "not_found_backing_vocal": "Không tìm thấy giọng bè!",
414
+ "not_found_instruments": "Không tìm thấy nhạc nền",
415
+ "merge_instruments_process": "Kết hợp giọng với nhạc nền...",
416
+ "dereverb": "Đang tách âm vang",
417
+ "dereverb_success": "Đã tách âm vang hoàn tất",
418
+ "save_index": "Đã lưu tệp chỉ mục",
419
+ "create_index_error": "Đã xảy ra lỗi khi tạo chỉ mục",
420
+ "sr_not_16000": "Tỉ lệ mẫu phải là 16000",
421
+ "gpu_not_valid": "Chỉ số GPU không hợp lệ. Chuyển sang CPU.",
422
+ "extract_file_error": "Đã xảy ra lỗi khi giải nén tập tin",
423
+ "extract_f0_method": "Bắt đầu trích xuất cao độ với {num_processes} lõi với phương pháp trích xuất {f0_method}...",
424
+ "extract_f0": "Trích Xuất Cao Độ",
425
+ "extract_f0_success": "Quá trình trích xuất cao độ đã hoàn tất vào {elapsed_time} giây.",
426
+ "NaN": "chứa giá trị NaN và sẽ bị bỏ qua.",
427
+ "start_extract_hubert": "Đang bắt đầu nhúng trích xuất...",
428
+ "not_found_audio_file": "Không tìm thấy tập tin âm thanh. Hãy chắc chắn rằng bạn đã cung cấp âm thanh chính xác.",
429
+ "process_error": "Đã xảy ra lỗi khi xử lý",
430
+ "extract_hubert_success": "Quá trình trích xuất nhúng đã hoàn tất trong {elapsed_time} giây.",
431
+ "export_process": "Đường dẫn của mô hình",
432
+ "extract_error": "Đã xảy ra lỗi khi trích xuất dữ liệu",
433
+ "extract_success": "Đã trích xuất hoàn tất mô hình",
434
+ "min_length>=min_interval>=hop_size": "min_length lớn hơn hoặc bằng min_interval lớn hơn hoặc bằng hop_size là bắt buộc",
435
+ "max_sil_kept>=hop_size": "max_sil_kept lớn hơn hoặc bằng hop_size là bắt buộc",
436
+ "start_preprocess": "Đang bắt đầu xử lý dữ liệu với {num_processes} lõi xử lý...",
437
+ "not_integer": "Thư mục ID giọng nói phải là số nguyên, thay vào đó có",
438
+ "preprocess_success": "Quá trình xử lý hoàn tất sau {elapsed_time} giây.",
439
+ "preprocess_model_success": "Đã hoàn tất xử lý trước dữ liệu cho mô hình",
440
+ "turn_on_dereverb": "Điều kiện cần để sử dụng tách vang giọng bè là phải bật tách vang",
441
+ "turn_on_separator_backing": "Điều kiện cần để sử dụng tách vang giọng bè là phải bật tách bè",
442
+ "backing_model_ver": "Phiên bản mô hình của tách bè",
443
+ "clean_audio_success": "Đã làm sạch âm hoàn tất!",
444
+ "separator_error": "Đã xảy ra lỗi khi tách nhạc",
445
+ "separator_success": "Quá trình tách nhạc đã hoàn tất sau: {elapsed_time} giây",
446
+ "separator_process_2": "Đang xử lý tách nhạc",
447
+ "separator_success_2": "Đã tách nhạc hoàn tất!",
448
+ "separator_process_backing": "Đang xử lý tách giọng bè",
449
+ "separator_process_backing_success": "Đã tách giọng bè hoàn tất!",
450
+ "process_original": "Đang xử lý tách âm vang giọng gốc...",
451
+ "process_original_success": "Đã tách âm vang giọng gốc hoàn tất!",
452
+ "process_main": "Đang xử lý tách âm vang giọng chính...",
453
+ "process_main_success": "Đã tách âm vang giọng chính hoàn tất!",
454
+ "process_backing": "Đang xử lý tách âm vang giọng bè...",
455
+ "process_backing_success": "Đã tách âm vang giọng bè hoàn tất!",
456
+ "save_every_epoch": "Lưu mô hình sau: ",
457
+ "total_e": "Tổng số kỷ nguyên huấn luyện: ",
458
+ "dorg": "Huấn luyện trước G: {pretrainG} | Huấn luyện trước D: {pretrainD}",
459
+ "training_f0": "Huấn luyện cao độ",
460
+ "not_gpu": "Không phát hiện thấy GPU, hoàn nguyên về CPU (không khuyến nghị)",
461
+ "not_found_checkpoint": "Không tìm thấy tệp điểm đã lưu: {checkpoint_path}",
462
+ "save_checkpoint": "Đã tải lại điểm đã lưu '{checkpoint_path}' (kỷ nguyên {checkpoint_dict})",
463
+ "save_model": "Đã lưu mô hình '{checkpoint_path}' (kỷ nguyên {iteration})",
464
+ "sr_does_not_match": "{sample_rate} Tỉ lệ mẫu không khớp với mục tiêu {sample_rate2} Tỉ lệ mẫu",
465
+ "spec_error": "Đã xảy ra lỗi khi nhận thông số kỹ thuật từ {spec_filename}: {e}",
466
+ "time_or_speed_training": "thời gian={current_time} | tốc độ huấn luyện={elapsed_time_str}",
467
+ "savemodel": "Đã lưu mô hình '{model_dir}' (kỷ nguyên {epoch} và bước {step})",
468
+ "model_author": "Ghi công mô hình cho {model_author}",
469
+ "unregistered": "Mô hình không được ghi chép",
470
+ "not_author": "Mô hình không được ghi chép",
471
+ "training_author": "Tên chủ mô hình",
472
+ "training_author_info": "Nếu bạn muốn ghi công mô hình hãy nhập tên của bạn vào đây",
473
+ "extract_model_error": "Đã xảy ra lỗi khi trích xuất mô hình",
474
+ "start_training": "Bắt đầu huấn luyện",
475
+ "import_pretrain": "Đã nạp huấn luyện trước ({dg}) '{pretrain}'",
476
+ "not_using_pretrain": "Sẽ không có huấn luyện trước ({dg}) được sử dụng",
477
+ "training_warning": "CẢNH BÁO: Tổn thất tạo ra thấp hơn đã bị vượt quá tổn thất thấp hơn trong kỷ nguyên tiếp theo.",
478
+ "overtraining_find": "Tập luyện quá sức được phát hiện ở kỷ nguyên {epoch} với mất mát g được làm mịn {smoothed_value_gen} và mất mát d được làm mịn {smoothed_value_disc}",
479
+ "best_epoch": "Kỷ nguyên mới tốt nhất {epoch} với mất mát g được làm mịn {smoothed_value_gen} và mất mát d được làm mịn {smoothed_value_disc}",
480
+ "success_training": "Đã đào tạo hoàn tất với {epoch} kỷ nguyên, {global_step} các bước và {loss_gen_all} mất mát gen.",
481
+ "training_info": "Tổn thất gen thấp nhất: {lowest_value_rounded} ở ký nguyên {lowest_value_epoch}, bước {lowest_value_step}",
482
+ "model_training_info": "{model_name} | kỷ nguyên={epoch} | bước={global_step} | {epoch_recorder} | giá trị thấp nhất={lowest_value_rounded} (kỷ nguyên {lowest_value_epoch} và bước {lowest_value_step}) | Số kỷ nguyên còn lại để tập luyện quá sức: g/total: {remaining_epochs_gen} d/total: {remaining_epochs_disc} | làm mịn mất mát gen={smoothed_value_gen} | làm mịn mất mát disc={smoothed_value_disc}",
483
+ "model_training_info_2": "{model_name} | kỷ nguyên={epoch} | bước={global_step} | {epoch_recorder} | giá trị thấp nhất={lowest_value_rounded} (kỷ nguyên {lowest_value_epoch} và bước {lowest_value_step})",
484
+ "model_training_info_3": "{model_name} | kỷ nguyên={epoch} | bước={global_step} | {epoch_recorder}",
485
+ "training_error": "Đã xảy ra lỗi khi huấn luyện mô hình:",
486
+ "separator_info": "Đang khởi tạo với đường dẫn đầu ra: {output_dir}, định dạng đầu ra: {output_format}",
487
+ "output_dir_is_none": "Thư mục đầu ra không được chỉ định. Sử dụng thư mục làm việc hiện tại.",
488
+ ">0or=1": "Ngưỡng chuẩn hóa phải lớn hơn 0 và nhỏ hơn hoặc bằng 1.",
489
+ "output_single": "Đã yêu cầu đầu ra một gốc nên chỉ có một tệp đầu ra ({output_single_stem}) sẽ được ghi",
490
+ "step2": "Bước thứ hai sẽ được đảo ngược bằng cách sử dụng quang phổ thay vì dạng sóng. Điều này có thể cải thiện chất lượng nhưng chậm hơn một chút.",
491
+ "name_ver": "Phiên bản {name}",
492
+ "os": "Hệ điều hành",
493
+ "platform_info": "Hệ thống: {system_info} Tên: {node} Phát hành: {release} Máy: {machine} Vi xử lý: {processor}",
494
+ "none_ffmpeg": "FFmpeg chưa được cài đặt. Vui lòng cài đặt FFmpeg để sử dụng gói này.",
495
+ "install_onnx": "Gói {pu} ONNX Runtime được cài đặt cùng với phiên bản",
496
+ "running_in_cpu": "Không thể cấu hình khả năng tăng tốc phần cứng, chạy ở chế độ CPU",
497
+ "running_in_cuda": "CUDA có sẵn trong Torch, cài đặt thiết bị Torch thành CUDA",
498
+ "onnx_have": "ONNXruntime có sẵn {have}, cho phép tăng tốc",
499
+ "onnx_not_have": "{have} không có sẵn trong ONNXruntime, do đó khả năng tăng tốc sẽ KHÔNG được bật",
500
+ "python_not_install": "Gói Python: {package_name} chưa được cài đặt",
501
+ "hash": "Tính hash của tệp mô hình {model_path}",
502
+ "ioerror": "IOError đang tìm kiếm -10 MB hoặc đọc tệp mô hình để tính toán hàm băm: {e}",
503
+ "cancel_download": "Tệp đã tồn tại tại {output_path}, bỏ qua quá trình tải xuống",
504
+ "download_model": "Đang tải tệp từ {url} xuống {output_path} với thời gian chờ 300 giây",
505
+ "download_error": "Không tải được tệp xuống từ {url}, mã phản hồi: {status_code}",
506
+ "vip_model": "Mô hình: '{model_friendly_name}' là mô hình cao cấp, được Anjok07 dự định chỉ dành cho những người đăng ký trả phí truy cập.",
507
+ "vip_print": "Này bạn, nếu bạn chưa đăng ký, vui lòng cân nhắc việc hỗ trợ cho nhà phát triển của UVR, Anjok07 bằng cách đăng ký tại đây: https://patreon.com/uvr",
508
+ "search_model": "Đang tìm kiếm mô hình {model_filename} trong tập tin các mô hình được hỗ trợ trong nhóm",
509
+ "load_download_json": "Đã tải danh sách tải xuống mô hình",
510
+ "single_model": "Đã xác định được tệp mô hình đơn: {model_friendly_name}",
511
+ "not_found_model": "Không tìm thấy mô hình trong kho lưu trữ UVR, đang cố tải xuống từ kho lưu trữ mô hình phân tách âm thanh...",
512
+ "single_model_path": "Đường dẫn trả về cho tệp mô hình đơn: {model_path}",
513
+ "find_model": "Đã tìm thấy tên tệp đầu vào {model_filename} trong mô hình nhiều tệp: {model_friendly_name}",
514
+ "find_models": "Đã xác định mô hình nhiều tệp: {model_friendly_name}, lặp qua các tệp để tải xuống",
515
+ "find_path": "Đang cố gắng xác định ĐƯỜNG DẪN tải xuống cho cặp cấu hình",
516
+ "not_found_model_warehouse": "Không tìm thấy mô hình trong kho lưu trữ UVR, đang cố tải xuống từ kho lưu trữ mô hình phân tách âm thanh...",
517
+ "yaml_warning": "Tên mô hình bạn đã chỉ định, {model_filename} thực sự là tệp cấu hình mô hình chứ không phải tệp mô hình.",
518
+ "yaml_warning_2": "Chúng tôi đã tìm thấy một mô hình khớp với tệp cấu hình này: {config_key} nên chúng tôi sẽ sử dụng tệp mô hình đó cho lần chạy này.",
519
+ "yaml_warning_3": "Để tránh hành vi gây nhầm lẫn/không nhất quán trong tương lai, thay vào đó hãy chỉ định tên tệp mô hình thực tế.",
520
+ "yaml_debug": "Không tìm thấy tệp cấu hình mô hình YAML trong kho lưu trữ UVR, đang cố tải xuống từ kho lưu trữ mô hình phân tách âm thanh...",
521
+ "download_model_friendly": "Tất cả các tệp đã tải xuống cho mô hình {model_friendly_name}, trả về đường dẫn ban đầu {model_path}",
522
+ "not_found_model_2": "Không tìm thấy tệp mô hình {model_filename} trong các tệp mô hình được hỗ trợ",
523
+ "load_yaml": "Đang tải dữ liệu mô hình từ YAML tại đường dẫn {model_data_yaml_filepath}",
524
+ "load_yaml_2": "Dữ liệu mô hình được tải từ tệp YAML: {model_data}",
525
+ "hash_md5": "Tính hash MD5 cho tệp mô hình để xác định các tham số mô hình từ dữ liệu UVR...",
526
+ "model_hash": "Mô hình {model_path} có hash {model_hash}",
527
+ "mdx_data": "Đường dẫn dữ liệu mô hình MDX được đặt thành {mdx_model_data_path}",
528
+ "load_mdx": "Đang tải các tham số mô hình MDX từ tệp dữ liệu mô hình UVR...",
529
+ "model_not_support": "Tệp mô hình không được hỗ trợ: không thể tìm thấy tham số cho hash MD5 {model_hash} trong tệp dữ liệu mô hình UVR cho vòm MDX.",
530
+ "uvr_json": "Dữ liệu mô hình được tải từ UVR JSON bằng hàm băm {model_hash}: {model_data}",
531
+ "loading_model": "Đang tải mô hình {model_filename}...",
532
+ "download_model_friendly_2": "Đã tải xuống mô hình, tên thân thiện: {model_friendly_name}, Đường dẫn mô hình: {model_path}",
533
+ "model_type_not_support": "Loại mô hình không được hỗ trợ: {model_type}",
534
+ "demucs_not_support_python<3.10": "Các mô hình Demucs yêu cầu phiên bản Python 3.10 trở lên.",
535
+ "import_module": "Nhập mô-đun cho loại mô hình",
536
+ "initialization": "Khởi tạo lớp phân cách cho loại mô hình",
537
+ "loading_model_success": "Đang tải mô hình hoàn tất.",
538
+ "loading_model_duration": "Tải thời lượng mô hình",
539
+ "starting_separator": "Bắt đầu quá trình tách cho đường dẫn tập tin âm thanh",
540
+ "normalization": "Ngưỡng chuẩn hóa được đặt thành {normalization_threshold}, dạng sóng sẽ hạ xuống biên độ tối đa này để tránh bị cắt.",
541
+ "loading_separator_model": "Đang tải xuống mô hình {model_filename}...",
542
+ "separator_success_3": "Quá trình tách hoàn tất.",
543
+ "separator_duration": "Thời gian tách",
544
+ "downloading_model": "Đã tải xuống mô hình, loại: {model_type}, tên thân thiện: {model_friendly_name}, đường dẫn mô hình: {model_path}, dữ liệu mô hình: {model_data_dict_size} mục",
545
+ "demucs_info": "Thông số Demucs: Kích thước phân đoạn = {segment_size}, Kích hoạt kích thước phân đoạn = {segments_enabled}",
546
+ "demucs_info_2": "Thông số Demucs: Số lượng dự đoán = {shifts}, Chồng chéo = {overlap}",
547
+ "start_demucs": "Khởi tạo hoàn tất Demucs Separator",
548
+ "start_separator": "Bắt đầu quá trình tách...",
549
+ "prepare_mix": "Chuẩn bị hỗn hợp...",
550
+ "demix": "Hỗn hợp đã chuẩn bị để khử trộn. Hình dạng: {shape}",
551
+ "cancel_mix": "Đang tải mô hình để hủy trộn...",
552
+ "model_review": "Mô hình được tải và đặt ở chế độ đánh giá.",
553
+ "del_gpu_cache_after_demix": "Đã xóa bộ nhớ đệm mô hình và GPU sau khi hủy trộn.",
554
+ "process_output_file": "Đang xử lý tập tin đầu ra...",
555
+ "source_length": "Đang xử lý mảng nguồn, độ dài nguồn là {source_length}",
556
+ "process_ver": "Đang xử lý nguồn phiên bản...",
557
+ "set_map": "Đặt bản đồ nguồn thành {part} phần gốc...",
558
+ "process_all_part": "Xử lý cho tất cả các phần gốc...",
559
+ "skip_part": "Bỏ qua phần viết gốc {stem_name} vì out_single_stem được đặt thành {output_single_stem}...",
560
+ "starting_demix_demucs": "Đang bắt đầu quá trình trộn trong demix_demucs...",
561
+ "model_infer": "Chạy mô hình suy luận...",
562
+ "name_not_pretrained": "{name} không phải là một mô hình được đào tạo trước hay một túi mô hình.",
563
+ "invalid_checksum": "Tổng kiểm tra không hợp lệ cho tệp {path}, dự kiến {checksum} nhưng lại nhận được {actual_checksum}",
564
+ "mdx_info": "Thông số MDX: Kích thước lô = {batch_size}, Kích thước phân đoạn = {segment_size}",
565
+ "mdx_info_2": "Thông số MDX: Chồng chéo = {overlap}, Hop_length = {hop_length}, Kích hoạt khữ nhiễu = {enable_denoise}",
566
+ "mdx_info_3": "Thông số MDX",
567
+ "load_model_onnx": "Đang tải mô hình ONNX để suy luận...",
568
+ "load_model_onnx_success": "Đã tải mô hình hoàn tất bằng phiên suy luận ONNXruntime.",
569
+ "onnx_to_pytorch": "Mô hình được chuyển đổi từ onnx sang pytorch do kích thước phân đoạn không khớp với dim_t, quá trình xử lý có thể chậm hơn.",
570
+ "stft": "STFT nghịch đảo được áp dụng. Trả về kết quả có hình dạng",
571
+ "no_denoise": "Mô hình chạy trên quang phổ mà không khử nhiễu.",
572
+ "mix": "Đang chuẩn bị trộn cho tệp âm thanh đầu vào {audio_file_path}...",
573
+ "normalization_demix": "Chuẩn hóa hỗn hợp trước khi khử trộn...",
574
+ "mix_success": "Quá trình trộn hoàn tất.",
575
+ "primary_source": "Bình thường hóa nguồn chính...",
576
+ "secondary_source": "Sản xuất nguồn thứ cấp: Trộn ở chế độ trộn phù hợp",
577
+ "invert_using_spec": "Đảo ngược thân thứ cấp bằng cách sử dụng quang phổ khi invert_USE_spec được đặt thành True",
578
+ "invert_using_spec_2": "Đảo ngược thân thứ cấp bằng cách trừ đi thân cây được chuyển đổi từ hỗn hợp ban đầu được chuyển đổi",
579
+ "enable_denoise": "Mô hình chạy trên cả phổ âm và dương để khử nhiễu.",
580
+ "is_match_mix": "is_match_mix: dự đoán phổ thu được trực tiếp từ đầu ra STFT.",
581
+ "save_secondary_stem_output_path": "Đang lưu phần gốc {stem_name} vào {stem_output_path}...",
582
+ "starting_model": "Đang khởi tạo cài đặt mô hình...",
583
+ "input_info": "Thông số đầu vào của mô hình",
584
+ "model_settings": "Cài đặt mô hình",
585
+ "initialize_mix": "Đang khởi tạo kết hợp với is_ckpt = {is_ckpt}. Hình dạng trộn ban đầu: {shape}",
586
+ "!=2": "Dự kiến có tín hiệu âm thanh 2 kênh nhưng lại có {shape} kênh",
587
+ "process_check": "Xử lý ở chế độ điểm kiểm tra...",
588
+ "stft_2": "STFT được áp dụng trên hỗn hợp. Hình dạng quang phổ: {shape}",
589
+ "cache": "Khoảng đệm được tính toán",
590
+ "shape": "Hình dạng hỗn hợp sau khi đệm: {shape}, Số phần: {num_chunks}",
591
+ "process_no_check": "Xử lý ở chế độ không có điểm kiểm tra...",
592
+ "n_sample_or_pad": "Số lượng mẫu: {n_sample}, Đã tính đệm: {pad}",
593
+ "shape_2": "Hình dạng hỗn hợp sau khi đệm",
594
+ "process_part": "Đoạn đã xử lý {mix_waves}: Bắt đầu {i}, Kết thúc {ii}",
595
+ "mix_waves_to_tensor": "Đã chuyển đổi mix_waves thành tensor. Hình dạng tensor: {shape}",
596
+ "mix_match": "Chế độ trộn Match; áp dụng hệ số bù.",
597
+ "tar_waves": "Sóng tar_waves. Hình dạng",
598
+ "normalization_2": "Chuẩn hóa kết quả bằng cách chia kết quả cho số chia.",
599
+ "mix_wave": "Đang xử lý lô mix_wave",
600
+ "mix_or_batch": "Trộn phần chia thành từng đợt. Số lượng lô",
601
+ "demix_is_match_mix": "Bắt đầu quá trình hủy trộn với is_match_mix,",
602
+ "mix_shape": "Hỗn hợp phần gốc được lưu trữ. Hình dạng",
603
+ "chunk_size_or_overlap": "Kích thước đoạn để trộn phù hợp: {chunk_size}, Chồng chéo: {overlap}",
604
+ "chunk_size_or_overlap_standard": "Kích thước phần tiêu chuẩn: {chunk_size}, Chồng chéo: {overlap}",
605
+ "calc_size": "Kích thước được tạo được tính toán",
606
+ "window": "Cửa sổ được áp dụng cho đoạn này.",
607
+ "process_part_2": "Đang xử lý đoạn {total}/{total_chunks}: Bắt đầu {start}, Kết thúc {end}",
608
+ "all_process_part": "Tổng số phần cần xử lý",
609
+ "step_or_overlap": "Kích thước bước để xử lý các phần: {step} khi chồng chéo được đặt thành {overlap}.",
610
+ "mix_cache": "Hỗn hợp được chuẩn bị với lớp đệm. Hình dạng hỗn hợp",
611
+ "dims": "Không thể sử dụng mã hóa vị trí sin/cos với thứ nguyên lẻ (có dim={dims})",
612
+ "activation": "kích hoạt phải là relu/gelu, không phải {activation}",
613
+ "length_or_training_length": "Độ dài cho trước {length} dài hơn thời lượng huấn luyện {training_length}",
614
+ "type_not_valid": "Loại không hợp lệ cho",
615
+ "del_parameter": "Bỏ tham số không tồn tại ",
616
+ "info": "Các thông số phổ biến: Tên mô hình = {model_name}, Đường dẫn mô hình = {model_path}",
617
+ "info_2": "Các thông số phổ biến: Đường dẫn đầu ra = {output_dir}, Định dạng đầu ra = {output_format}",
618
+ "info_3": "Các thông số phổ biến: ngưỡng chuẩn hóa = {normalization_threshold}",
619
+ "info_4": "Các thông số phổ biến: Kích hoạt khữ nhiễu = {enable_denoise}, Đầu ra một phần = {output_single_stem}",
620
+ "info_5": "Các thông số phổ biến: Đảo ngược bằng cách sử dụng thông số kỹ thuật = {invert_using_spec}, tỷ lệ mẫu = {sample_rate}",
621
+ "info_6": "Các thông số phổ biến: Tên phần gốc chính = {primary_stem_name}, Tên phần gốc phụ = {secondary_stem_name}",
622
+ "info_7": "Các thông số phổ biến: Là Karaoke = {is_karaoke}, là mô hình bv = {is_bv_model}, tái cân bằng mô hình bv = {bv_model_rebalance}",
623
+ "success_process": "Đang hoàn tất quá trình xử lý phần gốc {stem_name} và ghi âm thanh...",
624
+ "load_audio": "Đang tải âm thanh từ tập tin",
625
+ "load_audio_success": "Đã tải âm thanh. Tốc độ mẫu: {sr}, Hình dạng âm thanh: {shape}",
626
+ "convert_mix": "Chuyển đổi mảng hỗn hợp được cung cấp.",
627
+ "convert_shape": "Hình dạng hỗn hợp chuyển đổi: {shape}",
628
+ "audio_not_valid": "Tệp âm thanh {audio_path} trống hoặc không hợp lệ",
629
+ "audio_valid": "Tệp âm thanh hợp lệ và chứa dữ liệu.",
630
+ "mix_single": "Hỗn hợp là đơn sắc. Chuyển đổi sang âm thanh nổi.",
631
+ "convert_mix_audio": "Đã chuyển đổi thành bản trộn âm thanh nổi.",
632
+ "mix_success_2": "Công tác chuẩn bị hỗn hợp đã hoàn tất.",
633
+ "duration": "Thời lượng âm thanh là {duration_hours} giờ ({duration_seconds} giây).",
634
+ "write": "Sử dụng {name} để viết.",
635
+ "write_audio": "Đang nhập {name} bằng đường dẫn gốc:",
636
+ "original_not_valid": "Cảnh báo: mảng nguồn gốc gần như im lặng hoặc trống.",
637
+ "shape_audio": "Hình dạng dữ liệu âm thanh trước khi xử lý",
638
+ "convert_data": "Kiểu dữ liệu trước khi chuyển đổi",
639
+ "original_source_to_int16": "Đã chuyển đổi original_source thành int16.",
640
+ "shape_audio_2": "Hình dạng dữ liệu âm thanh xen kẽ",
641
+ "create_audiosegment": "Đã tạo AudioSegment hoàn tất.",
642
+ "create_audiosegment_error": "Lỗi cụ thể khi tạo AudioSegment",
643
+ "export_error": "Lỗi xuất file âm thanh",
644
+ "export_success": "Đã xuất hoàn tất tệp âm thanh sang",
645
+ "clean": "Chạy thu gom rác...",
646
+ "clean_cache": "Xóa bộ nhớ đệm {name}...",
647
+ "del_path": "Xóa đường dẫn, nguồn và gốc của tệp âm thanh đầu vào...",
648
+ "not_success": "Quá trình đăng không hoàn tất: ",
649
+ "resample_error": "Lỗi trong quá trình lấy mẫu lại",
650
+ "shapes": "Hình dạng",
651
+ "wav_resolution": "Loại độ phân giải",
652
+ "warnings": "Cảnh báo: Đã phát hiện các giá trị cực kỳ hung hãn",
653
+ "warnings_2": "Cảnh báo: Đã phát hiện NaN hoặc giá trị vô hạn trong đầu vào sóng. Hình dạng",
654
+ "process_file": "Đang xử lý tập tin... \n",
655
+ "save_instruments": "Lưu bản nhạc ngược...",
656
+ "assert": "Các tệp âm thanh phải có hình dạng giống nhau - Mix: {mixshape}, Inst: {instrumentalshape}",
657
+ "rubberband": "Không thể thực Rubberband. Vui lòng xác minh rằng Rubberband-cli đã được cài đặt.",
658
+ "rate": "Tỉ lệ phải hoàn toàn tích cực",
659
+ "gdown_error": "Không thể truy xuất liên kết công khai của tệp. Bạn có thể cần phải thay đổi quyền thành bất kỳ ai có liên kết hoặc đã có nhiều quyền truy cập.",
660
+ "to": "Đến:",
661
+ "gdown_value_error": "Phải chỉ định đường dẫn hoặc id",
662
+ "missing_url": "Thiếu đường dẫn",
663
+ "mac_not_match": "MAC không khớp",
664
+ "file_not_access": "Tệp tin không thể truy cập",
665
+ "int_resp==-3": "Yêu cầu không hoàn tất, đang thử lại",
666
+ "search_separate": "Tìm bản tách...",
667
+ "found_choice": "Tìm thấy {choice}",
668
+ "separator==0": "Không tìm thấy bản tách nào!",
669
+ "select_separate": "Chọn bản tách",
670
+ "start_app": "Khởi động giao diện...",
671
+ "provide_audio": "Nhập đường dẫn đến tệp âm thanh",
672
+ "set_torch_mps": "Cài đặt thiết bị Torch thành MPS",
673
+ "googletts": "Chuyển đổi văn bản bằng google",
674
+ "pitch_info_2": "Cao độ giọng nói của bộ chuyển đổi văn bản",
675
+ "waveform": "Dạng sóng phải có hình dạng (# khung, # kênh)",
676
+ "freq_mask_smooth_hz": "freq_mask_smooth_hz cần ít nhất là {hz}Hz",
677
+ "time_mask_smooth_ms": "time_mask_smooth_ms cần ít nhất là {ms}ms",
678
+ "x": "x phải lớn hơn",
679
+ "xn": "xn phải lớn hơn",
680
+ "not_found_pid": "Không thấy tiến trình nào!",
681
+ "end_pid": "Đã kết thúc tiến trình!",
682
+ "clean_audios": "Bắt đầu dọn dẹp âm thanh...",
683
+ "clean_audios_success": "Hoàn tất dọn dẹp tệp âm thanh!",
684
+ "clean_separate": "Bắt đầu dọn dẹp mô hình tách nhạc...",
685
+ "clean_separate_success": "Hoàn tất dọn dẹp mô hình tách nhạc!",
686
+ "clean_model": "Bắt đầu dọn dẹp mô hình...",
687
+ "clean_model_success": "Hoàn tất dọn dẹp tệp mô hình!",
688
+ "clean_index": "Bắt đầu dọn dẹp chỉ mục...",
689
+ "clean_index_success": "Hoàn tất dọn dẹp tệp chỉ mục!",
690
+ "clean_pretrain": "Bắt đầu dọn mô hình huấn luyện...",
691
+ "clean_pretrain_success": "Dọn tệp hoàn tất!",
692
+ "clean_all_audios": "Bắt đầu dọn tất cả tệp âm thanh...",
693
+ "clean_all_audios_success": "Hoàn tất dọn tất cả tệp âm thanh!",
694
+ "not_found_separate_model": "Không tìm thấy tệp mô hình tách nhạc nào!",
695
+ "clean_all_separate_model": "Bắt đầu dọn tất cả tệp mô hình tách nhạc...",
696
+ "clean_all_separate_model_success": "Hoàn tất dọn tất cả tệp mô hình tách nhạc!",
697
+ "clean_all_models_success": "Hoàn tất dọn dẹp tất cả các tệp mô hình",
698
+ "not_found_pretrained": "Không tìm thấy tệp mô hình huấn luyện trước nào!",
699
+ "clean_all_pretrained": "Bắt đầu dọn tất cả tệp mô hình huấn luyện trước...",
700
+ "clean_all_pretrained_success": "Hoàn tất dọn tất cả tệp mô hình huấn luyện trước!",
701
+ "not_found_log": "Không tìm thấy tệp nhật ký nào!",
702
+ "clean_all_log": "Bắt đầu dọn dẹp tất cả tệp nhật ký...",
703
+ "clean_all_log_success": "Hoàn tất dọn dẹp nhật ký!",
704
+ "not_found_predictors": "Không tìm thấy tệp mô hình dự đoán nào!",
705
+ "clean_all_predictors": "Bắt đầu dọn dẹp tất cả tệp mô hình dự đoán...",
706
+ "clean_all_predictors_success": "Hoàn tất dọn dẹp tất cả tệp mô hình dự đoán!",
707
+ "not_found_embedders": "Không tìm thấy tệp mô hình nhúng nào!",
708
+ "clean_all_embedders": "Bắt đầu dọn tất cả tệp mô hình nhúng...",
709
+ "clean_all_embedders_success": "Hoàn tất dọn dẹp tất cả tệp mô hình nhúng!",
710
+ "provide_folder": "Vui lòng cung cấp thư mục hợp lệ!",
711
+ "empty_folder": "Thư mục dữ liệu trống!",
712
+ "clean_dataset": "Bắt đầu dọn dẹp thư mục dữ liệu...",
713
+ "clean_dataset_success": "Hoàn tất dọn dẹp thư mục dữ liệu!",
714
+ "vocoder": "Bộ mã hóa",
715
+ "vocoder_info": "Bộ mã hóa giọng nói dùng để phân tích và tổng hợp tín hiệu giọng nói của con người để chuyển đổi giọng nói.",
716
+ "code_error": "Lỗi: Nhận mã trạng thái",
717
+ "json_error": "Lỗi: Không thể phân tích từ phản hồi.",
718
+ "requests_error": "Yêu cầu thất bại: {e}",
719
+ "memory_efficient_training": "Sử dụng hiệu quả bộ nhớ",
720
+ "not_use_pretrain_error_download": "Sẽ không dùng huấn luyện trước vì không có mô hình",
721
+ "start_clean_model": "Bắt đầu dọn tất cả mô hình...",
722
+ "provide_file_settings": "Vui lòng cung cấp tệp cài đặt trước!",
723
+ "load_presets": "Đã tải tệp cài đặt trước {presets}",
724
+ "provide_filename_settings": "Vui lòng cung cấp tên tệp cài đặt trước!",
725
+ "choose1": "Vui lòng chọn 1 để xuất!",
726
+ "export_settings": "Đã xuất tệp cài đặt trước {name}",
727
+ "use_presets": "Sử dụng tệp cài đặt trước",
728
+ "file_preset": "Tệp cài đặt trước",
729
+ "load_file": "Tải tệp",
730
+ "export_file": "Xuất tệp cài đặt trước",
731
+ "save_clean": "Lưu làm sạch",
732
+ "save_autotune": "Lưu tự điều chỉnh",
733
+ "save_pitch": "Lưu cao độ",
734
+ "save_index_2": "Lưu ảnh hưởng chỉ mục",
735
+ "save_resample": "Lưu lấy mẫu lại",
736
+ "save_filter": "Lưu trung vị",
737
+ "save_envelope": "Lưu đường bao âm",
738
+ "save_protect": "Lưu bảo vệ âm",
739
+ "save_split": "Lưu cắt âm",
740
+ "filename_to_save": "Tên khi lưu tệp",
741
+ "upload_presets": "Tải lên tệp cài đặt",
742
+ "stop": "Dừng tiến trình",
743
+ "stop_separate": "Dừng Tách Nhạc",
744
+ "stop_convert": "Dừng Chuyển Đổi",
745
+ "stop_create_dataset": "Dừng Tạo Dữ Liệu",
746
+ "stop_training": "Dừng Huấn Luyện",
747
+ "stop_extract": "Dừng Xử Lí Dữ Liệu",
748
+ "stop_preprocess": "Dừng Trích Xuất Dữ Liệu",
749
+ "cleaner": "Dọn Dẹp",
750
+ "clean_audio": "Dọn dẹp âm thanh",
751
+ "clean_all": "Dọn tất cả",
752
+ "clean_file": "Dọn tệp",
753
+ "clean_models": "Dọn tệp mô hình",
754
+ "clean_pretrained": "Dọn t���p mô hình huấn luyện trước",
755
+ "clean_separated": "Dọn tệp mô hình tách nhạc",
756
+ "clean_presets": "Dọn dẹp tệp cài đặt trước",
757
+ "clean_datasets": "Dọn dẹp thư mục dữ liệu huấn luyện",
758
+ "clean_dataset_folder": "Dọn thư mục dữ liệu",
759
+ "clean_log": "Dọn dẹp tệp nhật ký",
760
+ "clean_predictors": "Dọn mô hình dự đoán",
761
+ "clean_embed": "Dọn mô hình nhúng",
762
+ "clean_presets_2": "Bắt đầu dọn dẹp tệp cài đặt trước...",
763
+ "clean_presets_success": "Hoàn tất dọn dẹp tệp!",
764
+ "not_found_presets": "Không tìm thấy tệp cài đặt sẳn nào trong thư mục!",
765
+ "clean_all_presets": "Bắt đầu dọn dẹp tất cả tệp cài đặt sẳn...",
766
+ "clean_all_presets_success": "Hoàn tất dọn dẹp tất cả tệp cài đặt sẳn!",
767
+ "port": "Cổng {port} không thể dùng! Giảm cổng xuống một...",
768
+ "empty_json": "{file}: Bị lỗi hoặc trống",
769
+ "thank": "Cảm ơn bạn đã báo cáo lỗi và cũng xin lỗi bạn vì sự bất tiện do lỗi gây ra này!",
770
+ "error_read_log": "Đã xảy ra lỗi khi đọc các tệp nhật ký!",
771
+ "error_send": "Đã xảy ra lỗi khi gửi báo cáo! Hãy liên hệ tôi qua Discord: pham_huynh_anh!",
772
+ "report_bugs": "Báo Cáo Lỗi",
773
+ "agree_log": "Đồng ý cung cấp tất cả tệp nhật ký",
774
+ "error_info": "Mô tả lỗi",
775
+ "error_info_2": "Cung cấp thêm thông tin về lỗi",
776
+ "report_bug_info": "Báo cáo các lỗi xảy ra khi sử dụng chương trình",
777
+ "sr_info": "LƯU Ý: MỘT SỐ ĐỊNH DẠNG KHÔNG HỖ TRỢ TRÊN 48000",
778
+ "report_info": "Nếu được bạn hãy đồng ý cung cấp các tệp nhật ký để hỗ trợ quá trình sửa lỗi\n\nNếu không cung cấp các tệp nhật ký bạn hãy mô tả chi tiết lỗi, lỗi xảy ra khi nào ở đâu\n\nNếu hệ thống báo cáo này bị lỗi nốt thì bạn có thể liên hệ qua [ISSUE]({github}) hoặc discord: `pham_huynh_anh`",
779
+ "default_setting": "Đã xảy ra lỗi khi sử dụng tách, đặt tất cả cài đặt về mặc định...",
780
+ "dataset_folder1": "Vui lòng nhập tên thư mục dữ liệu",
781
+ "checkpointing_err": "Các tham số của mô hình đào tạo trước như tốc độ mẫu hoặc kiến trúc không khớp với mô hình đã chọn.",
782
+ "start_onnx_export": "Bắt đầu chuyển đổi mô hình sang dạng onnx",
783
+ "convert_model": "Chuyển Đổi Mô Hình",
784
+ "pytorch2onnx": "Chuyển Đổi Mô Hình PYTORCH Sang ONNX",
785
+ "pytorch2onnx_markdown": "Chuyển đổi mô hình RVC từ dạng pytorch sang onnx để tối ưu cho việc chuyển đổi âm thanh",
786
+ "error_readfile": "Đã xảy ra lỗi khi đọc tệp!",
787
+ "read_sf": "Đọc tệp âm thanh bằng soundfile...",
788
+ "read_librosa": "Đọc tệp âm thanh bằng librosa do soundfile không hỗ trợ...",
789
+ "f0_onnx_mode": "Chế độ F0 ONNX",
790
+ "f0_onnx_mode_info": "Trích xuất cao độ bằng mô hình ONNX có thể giúp tăng tốc độ",
791
+ "formantshift": "Dịch chuyển cao độ và âm sắc",
792
+ "formant_qfrency": "Tần số cho dịch chuyển định dạng",
793
+ "formant_timbre": "Âm sắc để chuyển đổi định dạng",
794
+ "time_frames": "Thời Gian (Khung)",
795
+ "Frequency": "Tần Số (Hz)",
796
+ "f0_extractor_tab": "Trích xuất F0",
797
+ "f0_extractor_markdown": "## Trích Xuất Cao Độ",
798
+ "f0_extractor_markdown_2": "Trích xuất cao độ F0 nhằm mục đích sử dụng cho suy luận chuyển đổi âm thanh",
799
+ "start_extract": "Bắt đầu quá trình trích xuất...",
800
+ "extract_done": "Hoàn tất quá trình trích xuất!",
801
+ "f0_file": "Sử dụng tệp F0 trích xuất trước",
802
+ "upload_f0": "Tải lên tệp F0",
803
+ "f0_file_2": "Tệp F0",
804
+ "clean_f0_file": "Dọp dẹp tệp F0",
805
+ "start_clean_f0": "Bắt đầu dọn dẹp tệp F0...",
806
+ "clean_f0_done": "Hoàn tất dọn dẹp tệp F0!",
807
+ "embed_onnx": "Chế độ nhúng ONNX",
808
+ "embed_onnx_info": "Trích xuất nhúng bằng mô hình ONNX có thể giúp tăng tốc độ"
809
+ }
assets/logs/mute/f0/mute.wav.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b9acf9ab7facdb032e1d687fe35182670b0b94566c4b209ae48c239d19956a6
3
+ size 1332
assets/logs/mute/f0_voiced/mute.wav.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30792849c8e72d67e6691754077f2888b101cb741e9c7f193c91dd9692870c87
3
+ size 2536
assets/logs/mute/sliced_audios/mute32000.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9edcf85ec77e88bd01edf3d887bdc418d3596d573f7ad2694da546f41dae6baf
3
+ size 192078
assets/logs/mute/sliced_audios/mute40000.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67a816e77b50cb9f016e49e5c01f07e080c4e3b82b7a8ac3e64bcb143f90f31b
3
+ size 240078
assets/logs/mute/sliced_audios/mute44100.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55c55a03e13a694bcad2057d1a17392970886b17051443ddaf3666083609ee04
3
+ size 529258
assets/logs/mute/sliced_audios/mute48000.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f2bb4daaa106e351aebb001e5a25de985c0b472f22e8d60676bc924a79056ee
3
+ size 288078
assets/logs/mute/sliced_audios_16k/mute.wav ADDED
Binary file (96.1 kB). View file
 
assets/logs/mute/v1_extracted/mute.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64d5abbac078e19a3f649c0d78a02cb33a71407ded3ddf2db78e6b803d0c0126
3
+ size 152704
assets/logs/mute/v2_extracted/mute.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16ef62b957887ac9f0913aa5158f18983afff1ef5a3e4c5fd067ac20fc380d54
3
+ size 457856
assets/models/embedders/.gitattributes ADDED
File without changes
assets/models/predictors/.gitattributes ADDED
File without changes
assets/models/pretrained_custom/.gitattributes ADDED
File without changes
assets/models/pretrained_v1/.gitattributes ADDED
File without changes
assets/models/pretrained_v2/.gitattributes ADDED
File without changes
assets/models/uvr5/.gitattributes ADDED
File without changes
assets/presets/.gitattributes ADDED
File without changes
assets/weights/.gitattributes ADDED
File without changes
audios/.gitattributes ADDED
File without changes
dataset/.gitattributes ADDED
File without changes
main/app/app.py ADDED
The diff for this file is too large to render. See raw diff
 
main/app/tensorboard.py ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ import sys
3
+ import json
4
+ import logging
5
+ import webbrowser
6
+
7
+ from tensorboard import program
8
+
9
+ sys.path.append(os.getcwd())
10
+
11
+ from main.configs.config import Config
12
+ translations = Config().translations
13
+
14
+ with open(os.path.join("main", "configs", "config.json"), "r") as f:
15
+ configs = json.load(f)
16
+
17
+ def launch_tensorboard():
18
+ for l in ["root", "tensorboard"]:
19
+ logging.getLogger(l).setLevel(logging.ERROR)
20
+
21
+ tb = program.TensorBoard()
22
+ tb.configure(argv=[None, "--logdir", "assets/logs", f"--port={configs['tensorboard_port']}"])
23
+ url = tb.launch()
24
+
25
+ print(f"{translations['tensorboard_url']}: {url}")
26
+ if "--open" in sys.argv: webbrowser.open(url)
27
+
28
+ return f"{translations['tensorboard_url']}: {url}"
29
+
30
+ if __name__ == "__main__": launch_tensorboard()
main/configs/config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "language": "vi-VN",
3
+ "support_language": ["en-US", "vi-VN"],
4
+ "theme": "NoCrypt/miku",
5
+ "themes": ["NoCrypt/miku", "gstaff/xkcd", "JohnSmith9982/small_and_pretty", "ParityError/Interstellar", "earneleh/paris", "shivi/calm_seafoam", "Hev832/Applio", "YTheme/Minecraft", "gstaff/sketch", "SebastianBravo/simci_css", "allenai/gradio-theme", "Nymbo/Nymbo_Theme_5", "lone17/kotaemon", "Zarkel/IBM_Carbon_Theme", "SherlockRamos/Feliz", "freddyaboulton/dracula_revamped", "freddyaboulton/bad-theme-space", "gradio/dracula_revamped", "abidlabs/dracula_revamped", "gradio/dracula_test", "gradio/seafoam", "gradio/glass", "gradio/monochrome", "gradio/soft", "gradio/default", "gradio/base", "abidlabs/pakistan", "dawood/microsoft_windows", "ysharma/steampunk", "ysharma/huggingface", "abidlabs/Lime", "freddyaboulton/this-theme-does-not-exist-2", "aliabid94/new-theme", "aliabid94/test2", "aliabid94/test3", "aliabid94/test4", "abidlabs/banana", "freddyaboulton/test-blue", "gstaff/whiteboard", "ysharma/llamas", "abidlabs/font-test", "YenLai/Superhuman", "bethecloud/storj_theme", "sudeepshouche/minimalist", "knotdgaf/gradiotest", "ParityError/Anime", "Ajaxon6255/Emerald_Isle", "ParityError/LimeFace", "finlaymacklon/smooth_slate", "finlaymacklon/boxy_violet", "derekzen/stardust", "EveryPizza/Cartoony-Gradio-Theme", "Ifeanyi/Cyanister", "Tshackelton/IBMPlex-DenseReadable", "snehilsanyal/scikit-learn", "Himhimhim/xkcd", "nota-ai/theme", "rawrsor1/Everforest", "rottenlittlecreature/Moon_Goblin", "abidlabs/test-yellow", "abidlabs/test-yellow3", "idspicQstitho/dracula_revamped", "kfahn/AnimalPose", "HaleyCH/HaleyCH_Theme", "simulKitke/dracula_test", "braintacles/CrimsonNight", "wentaohe/whiteboardv2", "reilnuud/polite", "remilia/Ghostly", "Franklisi/darkmode", "coding-alt/soft", "xiaobaiyuan/theme_land", "step-3-profit/Midnight-Deep", "xiaobaiyuan/theme_demo", "Taithrah/Minimal", "Insuz/SimpleIndigo", "zkunn/Alipay_Gradio_theme", "Insuz/Mocha", "xiaobaiyuan/theme_brief", "Ama434/434-base-Barlow", "Ama434/def_barlow", "Ama434/neutral-barlow", "dawood/dracula_test", "nuttea/Softblue", "BlueDancer/Alien_Diffusion", "naughtondale/monochrome", "Dagfinn1962/standard", "default"],
6
+
7
+ "mdx_model": ["Main_340", "Main_390", "Main_406", "Main_427", "Main_438", "Inst_full_292", "Inst_HQ_1", "Inst_HQ_2", "Inst_HQ_3", "Inst_HQ_4", "Inst_HQ_5", "Kim_Vocal_1", "Kim_Vocal_2", "Kim_Inst", "Inst_187_beta", "Inst_82_beta", "Inst_90_beta", "Voc_FT", "Crowd_HQ", "Inst_1", "Inst_2", "Inst_3", "MDXNET_1_9703", "MDXNET_2_9682", "MDXNET_3_9662", "Inst_Main", "MDXNET_Main", "MDXNET_9482"],
8
+ "demucs_model": ["HT-Normal", "HT-Tuned", "HD_MMI", "HT_6S"],
9
+ "edge_tts": ["af-ZA-AdriNeural", "af-ZA-WillemNeural", "sq-AL-AnilaNeural", "sq-AL-IlirNeural", "am-ET-AmehaNeural", "am-ET-MekdesNeural", "ar-DZ-AminaNeural", "ar-DZ-IsmaelNeural", "ar-BH-AliNeural", "ar-BH-LailaNeural", "ar-EG-SalmaNeural", "ar-EG-ShakirNeural", "ar-IQ-BasselNeural", "ar-IQ-RanaNeural", "ar-JO-SanaNeural", "ar-JO-TaimNeural", "ar-KW-FahedNeural", "ar-KW-NouraNeural", "ar-LB-LaylaNeural", "ar-LB-RamiNeural", "ar-LY-ImanNeural", "ar-LY-OmarNeural", "ar-MA-JamalNeural", "ar-MA-MounaNeural", "ar-OM-AbdullahNeural", "ar-OM-AyshaNeural", "ar-QA-AmalNeural", "ar-QA-MoazNeural", "ar-SA-HamedNeural", "ar-SA-ZariyahNeural", "ar-SY-AmanyNeural", "ar-SY-LaithNeural", "ar-TN-HediNeural", "ar-TN-ReemNeural", "ar-AE-FatimaNeural", "ar-AE-HamdanNeural", "ar-YE-MaryamNeural", "ar-YE-SalehNeural", "az-AZ-BabekNeural", "az-AZ-BanuNeural", "bn-BD-NabanitaNeural", "bn-BD-PradeepNeural", "bn-IN-BashkarNeural", "bn-IN-TanishaaNeural", "bs-BA-GoranNeural", "bs-BA-VesnaNeural", "bg-BG-BorislavNeural", "bg-BG-KalinaNeural", "my-MM-NilarNeural", "my-MM-ThihaNeural", "ca-ES-EnricNeural", "ca-ES-JoanaNeural", "zh-HK-HiuGaaiNeural", "zh-HK-HiuMaanNeural", "zh-HK-WanLungNeural", "zh-CN-XiaoxiaoNeural", "zh-CN-XiaoyiNeural", "zh-CN-YunjianNeural", "zh-CN-YunxiNeural", "zh-CN-YunxiaNeural", "zh-CN-YunyangNeural", "zh-CN-liaoning-XiaobeiNeural", "zh-TW-HsiaoChenNeural", "zh-TW-YunJheNeural", "zh-TW-HsiaoYuNeural", "zh-CN-shaanxi-XiaoniNeural", "hr-HR-GabrijelaNeural", "hr-HR-SreckoNeural", "cs-CZ-AntoninNeural", "cs-CZ-VlastaNeural", "da-DK-ChristelNeural", "da-DK-JeppeNeural", "nl-BE-ArnaudNeural", "nl-BE-DenaNeural", "nl-NL-ColetteNeural", "nl-NL-FennaNeural", "nl-NL-MaartenNeural", "en-AU-NatashaNeural", "en-AU-WilliamNeural", "en-CA-ClaraNeural", "en-CA-LiamNeural", "en-HK-SamNeural", "en-HK-YanNeural", "en-IN-NeerjaExpressiveNeural", "en-IN-NeerjaNeural", "en-IN-PrabhatNeural", "en-IE-ConnorNeural", "en-IE-EmilyNeural", "en-KE-AsiliaNeural", "en-KE-ChilembaNeural", "en-NZ-MitchellNeural", "en-NZ-MollyNeural", "en-NG-AbeoNeural", "en-NG-EzinneNeural", "en-PH-JamesNeural", "en-PH-RosaNeural", "en-SG-LunaNeural", "en-SG-WayneNeural", "en-ZA-LeahNeural", "en-ZA-LukeNeural", "en-TZ-ElimuNeural", "en-TZ-ImaniNeural", "en-GB-LibbyNeural", "en-GB-MaisieNeural", "en-GB-RyanNeural", "en-GB-SoniaNeural", "en-GB-ThomasNeural", "en-US-AvaMultilingualNeural", "en-US-AndrewMultilingualNeural", "en-US-EmmaMultilingualNeural", "en-US-BrianMultilingualNeural", "en-US-AvaNeural", "en-US-AndrewNeural", "en-US-EmmaNeural", "en-US-BrianNeural", "en-US-AnaNeural", "en-US-AriaNeural", "en-US-ChristopherNeural", "en-US-EricNeural", "en-US-GuyNeural", "en-US-JennyNeural", "en-US-MichelleNeural", "en-US-RogerNeural", "en-US-SteffanNeural", "et-EE-AnuNeural", "et-EE-KertNeural", "fil-PH-AngeloNeural", "fil-PH-BlessicaNeural", "fi-FI-HarriNeural", "fi-FI-NooraNeural", "fr-BE-CharlineNeural", "fr-BE-GerardNeural", "fr-CA-ThierryNeural", "fr-CA-AntoineNeural", "fr-CA-JeanNeural", "fr-CA-SylvieNeural", "fr-FR-VivienneMultilingualNeural", "fr-FR-RemyMultilingualNeural", "fr-FR-DeniseNeural", "fr-FR-EloiseNeural", "fr-FR-HenriNeural", "fr-CH-ArianeNeural", "fr-CH-FabriceNeural", "gl-ES-RoiNeural", "gl-ES-SabelaNeural", "ka-GE-EkaNeural", "ka-GE-GiorgiNeural", "de-AT-IngridNeural", "de-AT-JonasNeural", "de-DE-SeraphinaMultilingualNeural", "de-DE-FlorianMultilingualNeural", "de-DE-AmalaNeural", "de-DE-ConradNeural", "de-DE-KatjaNeural", "de-DE-KillianNeural", "de-CH-JanNeural", "de-CH-LeniNeural", "el-GR-AthinaNeural", "el-GR-NestorasNeural", "gu-IN-DhwaniNeural", "gu-IN-NiranjanNeural", "he-IL-AvriNeural", "he-IL-HilaNeural", "hi-IN-MadhurNeural", "hi-IN-SwaraNeural", "hu-HU-NoemiNeural", "hu-HU-TamasNeural", "is-IS-GudrunNeural", "is-IS-GunnarNeural", "id-ID-ArdiNeural", "id-ID-GadisNeural", "ga-IE-ColmNeural", "ga-IE-OrlaNeural", "it-IT-GiuseppeNeural", "it-IT-DiegoNeural", "it-IT-ElsaNeural", "it-IT-IsabellaNeural", "ja-JP-KeitaNeural", "ja-JP-NanamiNeural", "jv-ID-DimasNeural", "jv-ID-SitiNeural", "kn-IN-GaganNeural", "kn-IN-SapnaNeural", "kk-KZ-AigulNeural", "kk-KZ-DauletNeural", "km-KH-PisethNeural", "km-KH-SreymomNeural", "ko-KR-HyunsuNeural", "ko-KR-InJoonNeural", "ko-KR-SunHiNeural", "lo-LA-ChanthavongNeural", "lo-LA-KeomanyNeural", "lv-LV-EveritaNeural", "lv-LV-NilsNeural", "lt-LT-LeonasNeural", "lt-LT-OnaNeural", "mk-MK-AleksandarNeural", "mk-MK-MarijaNeural", "ms-MY-OsmanNeural", "ms-MY-YasminNeural", "ml-IN-MidhunNeural", "ml-IN-SobhanaNeural", "mt-MT-GraceNeural", "mt-MT-JosephNeural", "mr-IN-AarohiNeural", "mr-IN-ManoharNeural", "mn-MN-BataaNeural", "mn-MN-YesuiNeural", "ne-NP-HemkalaNeural", "ne-NP-SagarNeural", "nb-NO-FinnNeural", "nb-NO-PernilleNeural", "ps-AF-GulNawazNeural", "ps-AF-LatifaNeural", "fa-IR-DilaraNeural", "fa-IR-FaridNeural", "pl-PL-MarekNeural", "pl-PL-ZofiaNeural", "pt-BR-ThalitaNeural", "pt-BR-AntonioNeural", "pt-BR-FranciscaNeural", "pt-PT-DuarteNeural", "pt-PT-RaquelNeural", "ro-RO-AlinaNeural", "ro-RO-EmilNeural", "ru-RU-DmitryNeural", "ru-RU-SvetlanaNeural", "sr-RS-NicholasNeural", "sr-RS-SophieNeural", "si-LK-SameeraNeural", "si-LK-ThiliniNeural", "sk-SK-LukasNeural", "sk-SK-ViktoriaNeural", "sl-SI-PetraNeural", "sl-SI-RokNeural", "so-SO-MuuseNeural", "so-SO-UbaxNeural", "es-AR-ElenaNeural", "es-AR-TomasNeural", "es-BO-MarceloNeural", "es-BO-SofiaNeural", "es-CL-CatalinaNeural", "es-CL-LorenzoNeural", "es-ES-XimenaNeural", "es-CO-GonzaloNeural", "es-CO-SalomeNeural", "es-CR-JuanNeural", "es-CR-MariaNeural", "es-CU-BelkysNeural", "es-CU-ManuelNeural", "es-DO-EmilioNeural", "es-DO-RamonaNeural", "es-EC-AndreaNeural", "es-EC-LuisNeural", "es-SV-LorenaNeural", "es-SV-RodrigoNeural", "es-GQ-JavierNeural", "es-GQ-TeresaNeural", "es-GT-AndresNeural", "es-GT-MartaNeural", "es-HN-CarlosNeural", "es-HN-KarlaNeural", "es-MX-DaliaNeural", "es-MX-JorgeNeural", "es-NI-FedericoNeural", "es-NI-YolandaNeural", "es-PA-MargaritaNeural", "es-PA-RobertoNeural", "es-PY-MarioNeural", "es-PY-TaniaNeural", "es-PE-AlexNeural", "es-PE-CamilaNeural", "es-PR-KarinaNeural", "es-PR-VictorNeural", "es-ES-AlvaroNeural", "es-ES-ElviraNeural", "es-US-AlonsoNeural", "es-US-PalomaNeural", "es-UY-MateoNeural", "es-UY-ValentinaNeural", "es-VE-PaolaNeural", "es-VE-SebastianNeural", "su-ID-JajangNeural", "su-ID-TutiNeural", "sw-KE-RafikiNeural", "sw-KE-ZuriNeural", "sw-TZ-DaudiNeural", "sw-TZ-RehemaNeural", "sv-SE-MattiasNeural", "sv-SE-SofieNeural", "ta-IN-PallaviNeural", "ta-IN-ValluvarNeural", "ta-MY-KaniNeural", "ta-MY-SuryaNeural", "ta-SG-AnbuNeural", "ta-SG-VenbaNeural", "ta-LK-KumarNeural", "ta-LK-SaranyaNeural", "te-IN-MohanNeural", "te-IN-ShrutiNeural", "th-TH-NiwatNeural", "th-TH-PremwadeeNeural", "tr-TR-AhmetNeural", "tr-TR-EmelNeural", "uk-UA-OstapNeural", "uk-UA-PolinaNeural", "ur-IN-GulNeural", "ur-IN-SalmanNeural", "ur-PK-AsadNeural", "ur-PK-UzmaNeural", "uz-UZ-MadinaNeural", "uz-UZ-SardorNeural", "vi-VN-HoaiMyNeural", "vi-VN-NamMinhNeural", "cy-GB-AledNeural", "cy-GB-NiaNeural", "zu-ZA-ThandoNeural", "zu-ZA-ThembaNeural"],
10
+ "google_tts_voice": ["af", "am", "ar", "bg", "bn", "bs", "ca", "cs", "cy", "da", "de", "el", "en", "es", "et", "eu", "fi", "fr", "fr-CA", "gl", "gu", "ha", "hi", "hr", "hu", "id", "is", "it", "iw", "ja", "jw", "km", "kn", "ko", "la", "lt", "lv", "ml", "mr", "ms", "my", "ne", "nl", "no", "pa", "pl", "pt", "pt-PT", "ro", "ru", "si", "sk", "sq", "sr", "su", "sv", "sw", "ta", "te", "th", "tl", "tr", "uk", "ur", "vi", "yue", "zh-CN", "zh-TW", "zh"],
11
+
12
+ "separator_tab": true,
13
+ "convert_tab": true,
14
+ "tts_tab": true,
15
+ "effects_tab": true,
16
+ "create_dataset_tab": true,
17
+ "training_tab": true,
18
+ "fushion_tab": true,
19
+ "read_tab": true,
20
+ "onnx_tab": true,
21
+ "downloads_tab": true,
22
+ "f0_extractor_tab": true,
23
+ "settings_tab": true,
24
+ "report_bug_tab": true,
25
+
26
+ "app_port": 7860,
27
+ "tensorboard_port": 6870,
28
+ "num_of_restart": 5,
29
+ "server_name": "0.0.0.0",
30
+ "app_show_error": true
31
+ }
main/configs/config.py ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ import json
3
+ import torch
4
+
5
+ version_config_paths = [os.path.join(version, size) for version in ["v1", "v2"] for size in ["32000.json", "40000.json", "44100.json", "48000.json"]]
6
+
7
+ def singleton(cls):
8
+ instances = {}
9
+ def get_instance(*args, **kwargs):
10
+ if cls not in instances: instances[cls] = cls(*args, **kwargs)
11
+ return instances[cls]
12
+ return get_instance
13
+
14
+ @singleton
15
+ class Config:
16
+ def __init__(self):
17
+ self.device = "cuda:0" if torch.cuda.is_available() else "cpu"
18
+ self.gpu_name = (torch.cuda.get_device_name(int(self.device.split(":")[-1])) if self.device.startswith("cuda") else None)
19
+ self.translations = self.multi_language()
20
+ self.json_config = self.load_config_json()
21
+ self.gpu_mem = None
22
+ self.x_pad, self.x_query, self.x_center, self.x_max = self.device_config()
23
+
24
+ def multi_language(self):
25
+ try:
26
+ with open(os.path.join("main", "configs", "config.json"), "r") as f:
27
+ configs = json.load(f)
28
+
29
+ lang = configs.get("language", "vi-VN")
30
+ if len([l for l in os.listdir(os.path.join("assets", "languages")) if l.endswith(".json")]) < 1: raise FileNotFoundError("Không tìm thấy bất cứ gói ngôn ngữ nào(No package languages found)")
31
+
32
+ if not lang: lang = "vi-VN"
33
+ if lang not in configs["support_language"]: raise ValueError("Ngôn ngữ không được hỗ trợ(Language not supported)")
34
+
35
+ lang_path = os.path.join("assets", "languages", f"{lang}.json")
36
+ if not os.path.exists(lang_path): lang_path = os.path.join("assets", "languages", "vi-VN.json")
37
+
38
+ with open(lang_path, encoding="utf-8") as f:
39
+ translations = json.load(f)
40
+ except json.JSONDecodeError:
41
+ print(self.translations["empty_json"].format(file=lang))
42
+ pass
43
+ return translations
44
+
45
+ def load_config_json(self):
46
+ configs = {}
47
+ for config_file in version_config_paths:
48
+ try:
49
+ with open(os.path.join("main", "configs", config_file), "r") as f:
50
+ configs[config_file] = json.load(f)
51
+ except json.JSONDecodeError:
52
+ print(self.translations["empty_json"].format(file=config_file))
53
+ pass
54
+ return configs
55
+
56
+ def device_config(self):
57
+ if self.device.startswith("cuda"): self.set_cuda_config()
58
+ elif self.has_mps(): self.device = "mps"
59
+ else: self.device = "cpu"
60
+
61
+ if self.gpu_mem is not None and self.gpu_mem <= 4: return 1, 5, 30, 32
62
+ return 1, 6, 38, 41
63
+
64
+ def set_cuda_config(self):
65
+ i_device = int(self.device.split(":")[-1])
66
+ self.gpu_name = torch.cuda.get_device_name(i_device)
67
+ self.gpu_mem = torch.cuda.get_device_properties(i_device).total_memory // (1024**3)
68
+
69
+ def has_mps(self):
70
+ return torch.backends.mps.is_available()
main/configs/decrypt.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:330268cbf6b9317a76510b533e1640ef48ed074a07c013e5b1abc4d48cfd9dce
3
+ size 32
main/configs/v1/32000.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "log_interval": 200,
4
+ "seed": 1234,
5
+ "epochs": 20000,
6
+ "learning_rate": 0.0001,
7
+ "betas": [0.8, 0.99],
8
+ "eps": 1e-09,
9
+ "batch_size": 4,
10
+ "lr_decay": 0.999875,
11
+ "segment_size": 12800,
12
+ "init_lr_ratio": 1,
13
+ "warmup_epochs": 0,
14
+ "c_mel": 45,
15
+ "c_kl": 1.0
16
+ },
17
+ "data": {
18
+ "max_wav_value": 32768.0,
19
+ "sample_rate": 32000,
20
+ "filter_length": 1024,
21
+ "hop_length": 320,
22
+ "win_length": 1024,
23
+ "n_mel_channels": 80,
24
+ "mel_fmin": 0.0,
25
+ "mel_fmax": null
26
+ },
27
+ "model": {
28
+ "inter_channels": 192,
29
+ "hidden_channels": 192,
30
+ "filter_channels": 768,
31
+ "text_enc_hidden_dim": 256,
32
+ "n_heads": 2,
33
+ "n_layers": 6,
34
+ "kernel_size": 3,
35
+ "p_dropout": 0,
36
+ "resblock": "1",
37
+ "resblock_kernel_sizes": [3, 7, 11],
38
+ "resblock_dilation_sizes": [[1, 3, 5], [1, 3, 5], [1, 3, 5]],
39
+ "upsample_rates": [10, 4, 2, 2, 2],
40
+ "upsample_initial_channel": 512,
41
+ "upsample_kernel_sizes": [16, 16, 4, 4, 4],
42
+ "use_spectral_norm": false,
43
+ "gin_channels": 256,
44
+ "spk_embed_dim": 109
45
+ }
46
+ }
main/configs/v1/40000.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "log_interval": 200,
4
+ "seed": 1234,
5
+ "epochs": 20000,
6
+ "learning_rate": 0.0001,
7
+ "betas": [0.8, 0.99],
8
+ "eps": 1e-09,
9
+ "batch_size": 4,
10
+ "lr_decay": 0.999875,
11
+ "segment_size": 12800,
12
+ "init_lr_ratio": 1,
13
+ "warmup_epochs": 0,
14
+ "c_mel": 45,
15
+ "c_kl": 1.0
16
+ },
17
+ "data": {
18
+ "max_wav_value": 32768.0,
19
+ "sample_rate": 40000,
20
+ "filter_length": 2048,
21
+ "hop_length": 400,
22
+ "win_length": 2048,
23
+ "n_mel_channels": 125,
24
+ "mel_fmin": 0.0,
25
+ "mel_fmax": null
26
+ },
27
+ "model": {
28
+ "inter_channels": 192,
29
+ "hidden_channels": 192,
30
+ "filter_channels": 768,
31
+ "text_enc_hidden_dim": 256,
32
+ "n_heads": 2,
33
+ "n_layers": 6,
34
+ "kernel_size": 3,
35
+ "p_dropout": 0,
36
+ "resblock": "1",
37
+ "resblock_kernel_sizes": [3, 7, 11],
38
+ "resblock_dilation_sizes": [[1, 3, 5], [1, 3, 5], [1, 3, 5]],
39
+ "upsample_rates": [10, 10, 2, 2],
40
+ "upsample_initial_channel": 512,
41
+ "upsample_kernel_sizes": [16, 16, 4, 4],
42
+ "use_spectral_norm": false,
43
+ "gin_channels": 256,
44
+ "spk_embed_dim": 109
45
+ }
46
+ }
main/configs/v1/44100.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "log_interval": 200,
4
+ "seed": 1234,
5
+ "epochs": 20000,
6
+ "learning_rate": 0.0001,
7
+ "betas": [0.8, 0.99],
8
+ "eps": 1e-09,
9
+ "batch_size": 4,
10
+ "lr_decay": 0.999875,
11
+ "segment_size": 15876,
12
+ "init_lr_ratio": 1,
13
+ "warmup_epochs": 0,
14
+ "c_mel": 45,
15
+ "c_kl": 1.0
16
+ },
17
+ "data": {
18
+ "max_wav_value": 32768.0,
19
+ "sample_rate": 44100,
20
+ "filter_length": 2048,
21
+ "hop_length": 441,
22
+ "win_length": 2048,
23
+ "n_mel_channels": 128,
24
+ "mel_fmin": 0.0,
25
+ "mel_fmax": null
26
+ },
27
+ "model": {
28
+ "inter_channels": 192,
29
+ "hidden_channels": 192,
30
+ "filter_channels": 768,
31
+ "text_enc_hidden_dim": 256,
32
+ "n_heads": 2,
33
+ "n_layers": 6,
34
+ "kernel_size": 3,
35
+ "p_dropout": 0,
36
+ "resblock": "1",
37
+ "resblock_kernel_sizes": [3, 7, 11],
38
+ "resblock_dilation_sizes": [[1, 3, 5], [ 1, 3, 5], [1, 3, 5]],
39
+ "upsample_rates": [10, 10, 2.205, 2],
40
+ "upsample_initial_channel": 512,
41
+ "upsample_kernel_sizes": [20, 20, 4, 4],
42
+ "use_spectral_norm": false,
43
+ "gin_channels": 256,
44
+ "spk_embed_dim": 109
45
+ }
46
+ }
main/configs/v1/48000.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "log_interval": 200,
4
+ "seed": 1234,
5
+ "epochs": 20000,
6
+ "learning_rate": 0.0001,
7
+ "betas": [0.8, 0.99],
8
+ "eps": 1e-09,
9
+ "batch_size": 4,
10
+ "lr_decay": 0.999875,
11
+ "segment_size": 11520,
12
+ "init_lr_ratio": 1,
13
+ "warmup_epochs": 0,
14
+ "c_mel": 45,
15
+ "c_kl": 1.0
16
+ },
17
+ "data": {
18
+ "max_wav_value": 32768.0,
19
+ "sample_rate": 48000,
20
+ "filter_length": 2048,
21
+ "hop_length": 480,
22
+ "win_length": 2048,
23
+ "n_mel_channels": 128,
24
+ "mel_fmin": 0.0,
25
+ "mel_fmax": null
26
+ },
27
+ "model": {
28
+ "inter_channels": 192,
29
+ "hidden_channels": 192,
30
+ "filter_channels": 768,
31
+ "text_enc_hidden_dim": 256,
32
+ "n_heads": 2,
33
+ "n_layers": 6,
34
+ "kernel_size": 3,
35
+ "p_dropout": 0,
36
+ "resblock": "1",
37
+ "resblock_kernel_sizes": [3, 7, 11],
38
+ "resblock_dilation_sizes": [[1, 3, 5], [1, 3, 5], [1, 3, 5]],
39
+ "upsample_rates": [10, 6, 2, 2, 2],
40
+ "upsample_initial_channel": 512,
41
+ "upsample_kernel_sizes": [16, 16, 4, 4, 4],
42
+ "use_spectral_norm": false,
43
+ "gin_channels": 256,
44
+ "spk_embed_dim": 109
45
+ }
46
+ }
main/configs/v2/32000.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "log_interval": 200,
4
+ "seed": 1234,
5
+ "learning_rate": 0.0001,
6
+ "betas": [0.8, 0.99],
7
+ "eps": 1e-09,
8
+ "lr_decay": 0.999875,
9
+ "segment_size": 12800,
10
+ "c_mel": 45,
11
+ "c_kl": 1.0
12
+ },
13
+ "data": {
14
+ "max_wav_value": 32768.0,
15
+ "sample_rate": 32000,
16
+ "filter_length": 1024,
17
+ "hop_length": 320,
18
+ "win_length": 1024,
19
+ "n_mel_channels": 80,
20
+ "mel_fmin": 0.0,
21
+ "mel_fmax": null
22
+ },
23
+ "model": {
24
+ "inter_channels": 192,
25
+ "hidden_channels": 192,
26
+ "filter_channels": 768,
27
+ "text_enc_hidden_dim": 768,
28
+ "n_heads": 2,
29
+ "n_layers": 6,
30
+ "kernel_size": 3,
31
+ "p_dropout": 0,
32
+ "resblock": "1",
33
+ "resblock_kernel_sizes": [3, 7, 11],
34
+ "resblock_dilation_sizes": [[1, 3, 5], [1, 3, 5], [1, 3, 5]],
35
+ "upsample_rates": [10, 8, 2, 2],
36
+ "upsample_initial_channel": 512,
37
+ "upsample_kernel_sizes": [20, 16, 4, 4],
38
+ "use_spectral_norm": false,
39
+ "gin_channels": 256,
40
+ "spk_embed_dim": 109
41
+ }
42
+ }
main/configs/v2/40000.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "log_interval": 200,
4
+ "seed": 1234,
5
+ "learning_rate": 0.0001,
6
+ "betas": [0.8, 0.99],
7
+ "eps": 1e-09,
8
+ "lr_decay": 0.999875,
9
+ "segment_size": 12800,
10
+ "c_mel": 45,
11
+ "c_kl": 1.0
12
+ },
13
+ "data": {
14
+ "max_wav_value": 32768.0,
15
+ "sample_rate": 40000,
16
+ "filter_length": 2048,
17
+ "hop_length": 400,
18
+ "win_length": 2048,
19
+ "n_mel_channels": 125,
20
+ "mel_fmin": 0.0,
21
+ "mel_fmax": null
22
+ },
23
+ "model": {
24
+ "inter_channels": 192,
25
+ "hidden_channels": 192,
26
+ "filter_channels": 768,
27
+ "text_enc_hidden_dim": 768,
28
+ "n_heads": 2,
29
+ "n_layers": 6,
30
+ "kernel_size": 3,
31
+ "p_dropout": 0,
32
+ "resblock": "1",
33
+ "resblock_kernel_sizes": [3, 7, 11],
34
+ "resblock_dilation_sizes": [[1, 3, 5], [1, 3, 5], [1, 3, 5]],
35
+ "upsample_rates": [10, 10, 2, 2],
36
+ "upsample_initial_channel": 512,
37
+ "upsample_kernel_sizes": [16, 16, 4, 4],
38
+ "use_spectral_norm": false,
39
+ "gin_channels": 256,
40
+ "spk_embed_dim": 109
41
+ }
42
+ }
main/configs/v2/44100.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "log_interval": 200,
4
+ "seed": 1234,
5
+ "learning_rate": 0.0001,
6
+ "betas": [0.8, 0.99],
7
+ "eps": 1e-09,
8
+ "lr_decay": 0.999875,
9
+ "segment_size": 15876,
10
+ "c_mel": 45,
11
+ "c_kl": 1.0
12
+ },
13
+ "data": {
14
+ "max_wav_value": 32768.0,
15
+ "sample_rate": 44100,
16
+ "filter_length": 2048,
17
+ "hop_length": 441,
18
+ "win_length": 2048,
19
+ "n_mel_channels": 128,
20
+ "mel_fmin": 0.0,
21
+ "mel_fmax": null
22
+ },
23
+ "model": {
24
+ "inter_channels": 192,
25
+ "hidden_channels": 192,
26
+ "filter_channels": 768,
27
+ "text_enc_hidden_dim": 768,
28
+ "n_heads": 2,
29
+ "n_layers": 6,
30
+ "kernel_size": 3,
31
+ "p_dropout": 0,
32
+ "resblock": "1",
33
+ "resblock_kernel_sizes": [3, 7, 11],
34
+ "resblock_dilation_sizes": [[1, 3, 5], [1, 3, 5], [1, 3, 5]],
35
+ "upsample_rates": [10, 10, 2.205, 2],
36
+ "upsample_initial_channel": 512,
37
+ "upsample_kernel_sizes": [20, 20, 4, 4],
38
+ "use_spectral_norm": false,
39
+ "gin_channels": 256,
40
+ "spk_embed_dim": 109
41
+ }
42
+ }
main/configs/v2/48000.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "log_interval": 200,
4
+ "seed": 1234,
5
+ "learning_rate": 0.0001,
6
+ "betas": [0.8, 0.99],
7
+ "eps": 1e-09,
8
+ "lr_decay": 0.999875,
9
+ "segment_size": 17280,
10
+ "c_mel": 45,
11
+ "c_kl": 1.0
12
+ },
13
+ "data": {
14
+ "max_wav_value": 32768.0,
15
+ "sample_rate": 48000,
16
+ "filter_length": 2048,
17
+ "hop_length": 480,
18
+ "win_length": 2048,
19
+ "n_mel_channels": 128,
20
+ "mel_fmin": 0.0,
21
+ "mel_fmax": null
22
+ },
23
+ "model": {
24
+ "inter_channels": 192,
25
+ "hidden_channels": 192,
26
+ "filter_channels": 768,
27
+ "text_enc_hidden_dim": 768,
28
+ "n_heads": 2,
29
+ "n_layers": 6,
30
+ "kernel_size": 3,
31
+ "p_dropout": 0,
32
+ "resblock": "1",
33
+ "resblock_kernel_sizes": [3, 7, 11],
34
+ "resblock_dilation_sizes": [[1, 3, 5], [1, 3, 5], [1, 3, 5]],
35
+ "upsample_rates": [12, 10, 2, 2],
36
+ "upsample_initial_channel": 512,
37
+ "upsample_kernel_sizes": [24, 20, 4, 4],
38
+ "use_spectral_norm": false,
39
+ "gin_channels": 256,
40
+ "spk_embed_dim": 109
41
+ }
42
+ }
main/inference/audio_effects.py ADDED
@@ -0,0 +1,180 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ import sys
3
+ import librosa
4
+ import argparse
5
+
6
+ import numpy as np
7
+ import soundfile as sf
8
+
9
+ from distutils.util import strtobool
10
+ from scipy.signal import butter, filtfilt
11
+ from pedalboard import Pedalboard, Chorus, Distortion, Reverb, PitchShift, Delay, Limiter, Gain, Bitcrush, Clipping, Compressor, Phaser, HighpassFilter
12
+
13
+ sys.path.append(os.getcwd())
14
+
15
+ from main.configs.config import Config
16
+ from main.library.utils import pydub_convert, pydub_load
17
+
18
+ translations = Config().translations
19
+
20
+
21
+ def parse_arguments():
22
+ parser = argparse.ArgumentParser()
23
+ parser.add_argument("--input_path", type=str, required=True)
24
+ parser.add_argument("--output_path", type=str, default="./audios/apply_effects.wav")
25
+ parser.add_argument("--export_format", type=str, default="wav")
26
+ parser.add_argument("--resample", type=lambda x: bool(strtobool(x)), default=False)
27
+ parser.add_argument("--resample_sr", type=int, default=0)
28
+ parser.add_argument("--chorus", type=lambda x: bool(strtobool(x)), default=False)
29
+ parser.add_argument("--chorus_depth", type=float, default=0.5)
30
+ parser.add_argument("--chorus_rate", type=float, default=1.5)
31
+ parser.add_argument("--chorus_mix", type=float, default=0.5)
32
+ parser.add_argument("--chorus_delay", type=int, default=10)
33
+ parser.add_argument("--chorus_feedback", type=float, default=0)
34
+ parser.add_argument("--distortion", type=lambda x: bool(strtobool(x)), default=False)
35
+ parser.add_argument("--drive_db", type=int, default=20)
36
+ parser.add_argument("--reverb", type=lambda x: bool(strtobool(x)), default=False)
37
+ parser.add_argument("--reverb_room_size", type=float, default=0.5)
38
+ parser.add_argument("--reverb_damping", type=float, default=0.5)
39
+ parser.add_argument("--reverb_wet_level", type=float, default=0.33)
40
+ parser.add_argument("--reverb_dry_level", type=float, default=0.67)
41
+ parser.add_argument("--reverb_width", type=float, default=1)
42
+ parser.add_argument("--reverb_freeze_mode", type=lambda x: bool(strtobool(x)), default=False)
43
+ parser.add_argument("--pitchshift", type=lambda x: bool(strtobool(x)), default=False)
44
+ parser.add_argument("--pitch_shift", type=int, default=0)
45
+ parser.add_argument("--delay", type=lambda x: bool(strtobool(x)), default=False)
46
+ parser.add_argument("--delay_seconds", type=float, default=0.5)
47
+ parser.add_argument("--delay_feedback", type=float, default=0.5)
48
+ parser.add_argument("--delay_mix", type=float, default=0.5)
49
+ parser.add_argument("--compressor", type=lambda x: bool(strtobool(x)), default=False)
50
+ parser.add_argument("--compressor_threshold", type=int, default=-20)
51
+ parser.add_argument("--compressor_ratio", type=float, default=4)
52
+ parser.add_argument("--compressor_attack_ms", type=float, default=10)
53
+ parser.add_argument("--compressor_release_ms", type=int, default=200)
54
+ parser.add_argument("--limiter", type=lambda x: bool(strtobool(x)), default=False)
55
+ parser.add_argument("--limiter_threshold", type=int, default=0)
56
+ parser.add_argument("--limiter_release", type=int, default=100)
57
+ parser.add_argument("--gain", type=lambda x: bool(strtobool(x)), default=False)
58
+ parser.add_argument("--gain_db", type=int, default=0)
59
+ parser.add_argument("--bitcrush", type=lambda x: bool(strtobool(x)), default=False)
60
+ parser.add_argument("--bitcrush_bit_depth", type=int, default=16)
61
+ parser.add_argument("--clipping", type=lambda x: bool(strtobool(x)), default=False)
62
+ parser.add_argument("--clipping_threshold", type=int, default=-10)
63
+ parser.add_argument("--phaser", type=lambda x: bool(strtobool(x)), default=False)
64
+ parser.add_argument("--phaser_rate_hz", type=float, default=0.5)
65
+ parser.add_argument("--phaser_depth", type=float, default=0.5)
66
+ parser.add_argument("--phaser_centre_frequency_hz", type=int, default=1000)
67
+ parser.add_argument("--phaser_feedback", type=float, default=0)
68
+ parser.add_argument("--phaser_mix", type=float, default=0.5)
69
+ parser.add_argument("--treble_bass_boost", type=lambda x: bool(strtobool(x)), default=False)
70
+ parser.add_argument("--bass_boost_db", type=int, default=0)
71
+ parser.add_argument("--bass_boost_frequency", type=int, default=100)
72
+ parser.add_argument("--treble_boost_db", type=int, default=0)
73
+ parser.add_argument("--treble_boost_frequency", type=int, default=3000)
74
+ parser.add_argument("--fade_in_out", type=lambda x: bool(strtobool(x)), default=False)
75
+ parser.add_argument("--fade_in_duration", type=float, default=2000)
76
+ parser.add_argument("--fade_out_duration", type=float, default=2000)
77
+ parser.add_argument("--audio_combination", type=lambda x: bool(strtobool(x)), default=False)
78
+ parser.add_argument("--audio_combination_input", type=str)
79
+
80
+ return parser.parse_args()
81
+
82
+ def process_audio(input_path, output_path, resample, resample_sr, chorus_depth, chorus_rate, chorus_mix, chorus_delay, chorus_feedback, distortion_drive, reverb_room_size, reverb_damping, reverb_wet_level, reverb_dry_level, reverb_width, reverb_freeze_mode, pitch_shift, delay_seconds, delay_feedback, delay_mix, compressor_threshold, compressor_ratio, compressor_attack_ms, compressor_release_ms, limiter_threshold, limiter_release, gain_db, bitcrush_bit_depth, clipping_threshold, phaser_rate_hz, phaser_depth, phaser_centre_frequency_hz, phaser_feedback, phaser_mix, bass_boost_db, bass_boost_frequency, treble_boost_db, treble_boost_frequency, fade_in_duration, fade_out_duration, export_format, chorus, distortion, reverb, pitchshift, delay, compressor, limiter, gain, bitcrush, clipping, phaser, treble_bass_boost, fade_in_out, audio_combination, audio_combination_input):
83
+ def bass_boost(audio, gain_db, frequency, sample_rate):
84
+ if gain_db >= 1:
85
+ b, a = butter(4, frequency / (0.5 * sample_rate), btype='low')
86
+
87
+ return filtfilt(b, a, audio) * 10 ** (gain_db / 20)
88
+ else: return audio
89
+
90
+ def treble_boost(audio, gain_db, frequency, sample_rate):
91
+ if gain_db >=1:
92
+ b, a = butter(4, frequency / (0.5 * sample_rate), btype='high')
93
+
94
+ return filtfilt(b, a, audio) * 10 ** (gain_db / 20)
95
+ else: return audio
96
+
97
+ def fade_out_effect(audio, sr, duration=3.0):
98
+ length = int(duration * sr)
99
+ end = audio.shape[0]
100
+
101
+ if length > end: length = end
102
+ start = end - length
103
+
104
+ audio[start:end] = audio[start:end] * np.linspace(1.0, 0.0, length)
105
+ return audio
106
+
107
+ def fade_in_effect(audio, sr, duration=3.0):
108
+ length = int(duration * sr)
109
+ start = 0
110
+
111
+ if length > audio.shape[0]: length = audio.shape[0]
112
+ end = length
113
+
114
+ audio[start:end] = audio[start:end] * np.linspace(0.0, 1.0, length)
115
+ return audio
116
+
117
+ if not input_path or not os.path.exists(input_path):
118
+ print(translations["input_not_valid"])
119
+ sys.exit(1)
120
+
121
+ if not output_path:
122
+ print(translations["output_not_valid"])
123
+ sys.exit(1)
124
+
125
+ if os.path.exists(output_path): os.remove(output_path)
126
+
127
+ try:
128
+ input_path = input_path.strip(" ").strip('"').strip("\n").strip('"').strip(" ")
129
+
130
+ try:
131
+ audio, sample_rate = sf.read(input_path)
132
+ except:
133
+ audio, sample_rate = librosa.load(input_path, sr=None)
134
+ except Exception as e:
135
+ raise RuntimeError(f"{translations['errors_loading_audio']}: {e}")
136
+
137
+ audio = audio.flatten()
138
+
139
+
140
+ try:
141
+ board = Pedalboard([HighpassFilter()])
142
+
143
+ if chorus: board.append(Chorus(depth=chorus_depth, rate_hz=chorus_rate, mix=chorus_mix, centre_delay_ms=chorus_delay, feedback=chorus_feedback))
144
+ if distortion: board.append(Distortion(drive_db=distortion_drive))
145
+ if reverb: board.append(Reverb(room_size=reverb_room_size, damping=reverb_damping, wet_level=reverb_wet_level, dry_level=reverb_dry_level, width=reverb_width, freeze_mode=1 if reverb_freeze_mode else 0))
146
+ if pitchshift: board.append(PitchShift(semitones=pitch_shift))
147
+ if delay: board.append(Delay(delay_seconds=delay_seconds, feedback=delay_feedback, mix=delay_mix))
148
+ if compressor: board.append(Compressor(threshold_db=compressor_threshold, ratio=compressor_ratio, attack_ms=compressor_attack_ms, release_ms=compressor_release_ms))
149
+ if limiter: board.append(Limiter(threshold_db=limiter_threshold, release_ms=limiter_release))
150
+ if gain: board.append(Gain(gain_db=gain_db))
151
+ if bitcrush: board.append(Bitcrush(bit_depth=bitcrush_bit_depth))
152
+ if clipping: board.append(Clipping(threshold_db=clipping_threshold))
153
+ if phaser: board.append(Phaser(rate_hz=phaser_rate_hz, depth=phaser_depth, centre_frequency_hz=phaser_centre_frequency_hz, feedback=phaser_feedback, mix=phaser_mix))
154
+
155
+ processed_audio = board(audio, sample_rate)
156
+
157
+ if treble_bass_boost:
158
+ processed_audio = bass_boost(processed_audio, bass_boost_db, bass_boost_frequency, sample_rate)
159
+ processed_audio = treble_boost(processed_audio, treble_boost_db, treble_boost_frequency, sample_rate)
160
+
161
+ if fade_in_out:
162
+ processed_audio = fade_in_effect(processed_audio, sample_rate, fade_in_duration)
163
+ processed_audio = fade_out_effect(processed_audio, sample_rate, fade_out_duration)
164
+
165
+ if resample_sr != sample_rate and resample_sr > 0 and resample:
166
+ target_sr = min([8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 96000], key=lambda x: abs(x - resample_sr))
167
+ processed_audio = librosa.resample(processed_audio, orig_sr=sample_rate, target_sr=target_sr, res_type="soxr_vhq")
168
+ sample_rate = target_sr
169
+
170
+ sf.write(output_path.replace("wav", export_format), processed_audio, sample_rate, format=export_format)
171
+
172
+ if audio_combination: pydub_convert(pydub_load(audio_combination_input)).overlay(pydub_convert(pydub_load(output_path.replace("wav", export_format)))).export(output_path.replace("wav", export_format), format=export_format)
173
+ except Exception as e:
174
+ raise RuntimeError(translations["apply_error"].format(e=e))
175
+
176
+ return output_path
177
+
178
+ if __name__ == "__main__":
179
+ args = parse_arguments()
180
+ process_audio(input_path=args.input_path, output_path=args.output_path, resample=args.resample, resample_sr=args.resample_sr, chorus_depth=args.chorus_depth, chorus_rate=args.chorus_rate, chorus_mix=args.chorus_mix, chorus_delay=args.chorus_delay, chorus_feedback=args.chorus_feedback, distortion_drive=args.drive_db, reverb_room_size=args.reverb_room_size, reverb_damping=args.reverb_damping, reverb_wet_level=args.reverb_wet_level, reverb_dry_level=args.reverb_dry_level, reverb_width=args.reverb_width, reverb_freeze_mode=args.reverb_freeze_mode, pitch_shift=args.pitch_shift, delay_seconds=args.delay_seconds, delay_feedback=args.delay_feedback, delay_mix=args.delay_mix, compressor_threshold=args.compressor_threshold, compressor_ratio=args.compressor_ratio, compressor_attack_ms=args.compressor_attack_ms, compressor_release_ms=args.compressor_release_ms, limiter_threshold=args.limiter_threshold, limiter_release=args.limiter_release, gain_db=args.gain_db, bitcrush_bit_depth=args.bitcrush_bit_depth, clipping_threshold=args.clipping_threshold, phaser_rate_hz=args.phaser_rate_hz, phaser_depth=args.phaser_depth, phaser_centre_frequency_hz=args.phaser_centre_frequency_hz, phaser_feedback=args.phaser_feedback, phaser_mix=args.phaser_mix, bass_boost_db=args.bass_boost_db, bass_boost_frequency=args.bass_boost_frequency, treble_boost_db=args.treble_boost_db, treble_boost_frequency=args.treble_boost_frequency, fade_in_duration=args.fade_in_duration, fade_out_duration=args.fade_out_duration, export_format=args.export_format, chorus=args.chorus, distortion=args.distortion, reverb=args.reverb, pitchshift=args.pitchshift, delay=args.delay, compressor=args.compressor, limiter=args.limiter, gain=args.gain, bitcrush=args.bitcrush, clipping=args.clipping, phaser=args.phaser, treble_bass_boost=args.treble_bass_boost, fade_in_out=args.fade_in_out, audio_combination=args.audio_combination, audio_combination_input=args.audio_combination_input)
main/inference/convert.py ADDED
@@ -0,0 +1,680 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import re
2
+ import os
3
+ import sys
4
+ import time
5
+ import faiss
6
+ import torch
7
+ import shutil
8
+ import librosa
9
+ import logging
10
+ import argparse
11
+ import warnings
12
+ import onnxruntime
13
+ import logging.handlers
14
+
15
+ import numpy as np
16
+ import soundfile as sf
17
+ import torch.nn.functional as F
18
+
19
+ from tqdm import tqdm
20
+ from scipy import signal
21
+ from distutils.util import strtobool
22
+ from fairseq import checkpoint_utils
23
+
24
+ warnings.filterwarnings("ignore")
25
+ sys.path.append(os.getcwd())
26
+
27
+ from main.configs.config import Config
28
+ from main.library.algorithm.synthesizers import Synthesizer
29
+ from main.library.utils import check_predictors, check_embedders, load_audio, process_audio, merge_audio
30
+
31
+ bh, ah = signal.butter(N=5, Wn=48, btype="high", fs=16000)
32
+ config = Config()
33
+ translations = config.translations
34
+ logger = logging.getLogger(__name__)
35
+ logger.propagate = False
36
+
37
+ for l in ["torch", "faiss", "httpx", "fairseq", "httpcore", "faiss.loader", "numba.core", "urllib3"]:
38
+ logging.getLogger(l).setLevel(logging.ERROR)
39
+
40
+ if logger.hasHandlers(): logger.handlers.clear()
41
+ else:
42
+ console_handler = logging.StreamHandler()
43
+ console_formatter = logging.Formatter(fmt="\n%(asctime)s.%(msecs)03d | %(levelname)s | %(module)s | %(message)s", datefmt="%Y-%m-%d %H:%M:%S")
44
+ console_handler.setFormatter(console_formatter)
45
+ console_handler.setLevel(logging.INFO)
46
+ file_handler = logging.handlers.RotatingFileHandler(os.path.join("assets", "logs", "convert.log"), maxBytes=5*1024*1024, backupCount=3, encoding='utf-8')
47
+ file_formatter = logging.Formatter(fmt="\n%(asctime)s.%(msecs)03d | %(levelname)s | %(module)s | %(message)s", datefmt="%Y-%m-%d %H:%M:%S")
48
+ file_handler.setFormatter(file_formatter)
49
+ file_handler.setLevel(logging.DEBUG)
50
+ logger.addHandler(console_handler)
51
+ logger.addHandler(file_handler)
52
+ logger.setLevel(logging.DEBUG)
53
+
54
+ def parse_arguments():
55
+ parser = argparse.ArgumentParser()
56
+ parser.add_argument("--pitch", type=int, default=0)
57
+ parser.add_argument("--filter_radius", type=int, default=3)
58
+ parser.add_argument("--index_rate", type=float, default=0.5)
59
+ parser.add_argument("--volume_envelope", type=float, default=1)
60
+ parser.add_argument("--protect", type=float, default=0.33)
61
+ parser.add_argument("--hop_length", type=int, default=64)
62
+ parser.add_argument("--f0_method", type=str, default="rmvpe")
63
+ parser.add_argument("--embedder_model", type=str, default="contentvec_base.pt")
64
+ parser.add_argument("--input_path", type=str, required=True)
65
+ parser.add_argument("--output_path", type=str, default="./audios/output.wav")
66
+ parser.add_argument("--export_format", type=str, default="wav")
67
+ parser.add_argument("--pth_path", type=str, required=True)
68
+ parser.add_argument("--index_path", type=str)
69
+ parser.add_argument("--f0_autotune", type=lambda x: bool(strtobool(x)), default=False)
70
+ parser.add_argument("--f0_autotune_strength", type=float, default=1)
71
+ parser.add_argument("--clean_audio", type=lambda x: bool(strtobool(x)), default=False)
72
+ parser.add_argument("--clean_strength", type=float, default=0.7)
73
+ parser.add_argument("--resample_sr", type=int, default=0)
74
+ parser.add_argument("--split_audio", type=lambda x: bool(strtobool(x)), default=False)
75
+ parser.add_argument("--checkpointing", type=lambda x: bool(strtobool(x)), default=False)
76
+ parser.add_argument("--f0_file", type=str, default=None)
77
+ parser.add_argument("--f0_onnx", type=lambda x: bool(strtobool(x)), default=False)
78
+ parser.add_argument("--embedders_onnx", type=lambda x: bool(strtobool(x)), default=False)
79
+ parser.add_argument("--formant_shifting", type=lambda x: bool(strtobool(x)), default=False)
80
+ parser.add_argument("--formant_qfrency", type=float, default=0.8)
81
+ parser.add_argument("--formant_timbre", type=float, default=0.8)
82
+
83
+ return parser.parse_args()
84
+
85
+ def main():
86
+ args = parse_arguments()
87
+ pitch, filter_radius, index_rate, volume_envelope, protect, hop_length, f0_method, input_path, output_path, pth_path, index_path, f0_autotune, f0_autotune_strength, clean_audio, clean_strength, export_format, embedder_model, resample_sr, split_audio, checkpointing, f0_file, f0_onnx, embedders_onnx, formant_shifting, formant_qfrency, formant_timbre = args.pitch, args.filter_radius, args.index_rate, args.volume_envelope,args.protect, args.hop_length, args.f0_method, args.input_path, args.output_path, args.pth_path, args.index_path, args.f0_autotune, args.f0_autotune_strength, args.clean_audio, args.clean_strength, args.export_format, args.embedder_model, args.resample_sr, args.split_audio, args.checkpointing, args.f0_file, args.f0_onnx, args.embedders_onnx, args.formant_shifting, args.formant_qfrency, args.formant_timbre
88
+
89
+ log_data = {translations['pitch']: pitch, translations['filter_radius']: filter_radius, translations['index_strength']: index_rate, translations['volume_envelope']: volume_envelope, translations['protect']: protect, "Hop length": hop_length, translations['f0_method']: f0_method, translations['audio_path']: input_path, translations['output_path']: output_path.replace('wav', export_format), translations['model_path']: pth_path, translations['indexpath']: index_path, translations['autotune']: f0_autotune, translations['clear_audio']: clean_audio, translations['export_format']: export_format, translations['hubert_model']: embedder_model, translations['split_audio']: split_audio, translations['memory_efficient_training']: checkpointing, translations["f0_onnx_mode"]: f0_onnx, translations["embed_onnx"]: embedders_onnx}
90
+
91
+ if clean_audio: log_data[translations['clean_strength']] = clean_strength
92
+ if resample_sr != 0: log_data[translations['sample_rate']] = resample_sr
93
+ if f0_autotune: log_data[translations['autotune_rate_info']] = f0_autotune_strength
94
+ if os.path.isfile(f0_file): log_data[translations['f0_file']] = f0_file
95
+ if formant_shifting:
96
+ log_data[translations['formant_qfrency']] = formant_qfrency
97
+ log_data[translations['formant_timbre']] = formant_timbre
98
+
99
+ for key, value in log_data.items():
100
+ logger.debug(f"{key}: {value}")
101
+
102
+ run_convert_script(pitch=pitch, filter_radius=filter_radius, index_rate=index_rate, volume_envelope=volume_envelope, protect=protect, hop_length=hop_length, f0_method=f0_method, input_path=input_path, output_path=output_path, pth_path=pth_path, index_path=index_path, f0_autotune=f0_autotune, f0_autotune_strength=f0_autotune_strength, clean_audio=clean_audio, clean_strength=clean_strength, export_format=export_format, embedder_model=embedder_model, resample_sr=resample_sr, split_audio=split_audio, checkpointing=checkpointing, f0_file=f0_file, f0_onnx=f0_onnx, embedders_onnx=embedders_onnx, formant_shifting=formant_shifting, formant_qfrency=formant_qfrency, formant_timbre=formant_timbre)
103
+
104
+ def run_batch_convert(params):
105
+ path, audio_temp, export_format, cut_files, pitch, filter_radius, index_rate, volume_envelope, protect, hop_length, f0_method, pth_path, index_path, f0_autotune, f0_autotune_strength, clean_audio, clean_strength, embedder_model, resample_sr, checkpointing, f0_file, f0_onnx, formant_shifting, formant_qfrency, formant_timbre = params["path"], params["audio_temp"], params["export_format"], params["cut_files"], params["pitch"], params["filter_radius"], params["index_rate"], params["volume_envelope"], params["protect"], params["hop_length"], params["f0_method"], params["pth_path"], params["index_path"], params["f0_autotune"], params["f0_autotune_strength"], params["clean_audio"], params["clean_strength"], params["embedder_model"], params["resample_sr"], params["checkpointing"], params["f0_file"], params["f0_onnx"], params["formant_shifting"], params["formant_qfrency"], params["formant_timbre"]
106
+
107
+ segment_output_path = os.path.join(audio_temp, f"output_{cut_files.index(path)}.{export_format}")
108
+ if os.path.exists(segment_output_path): os.remove(segment_output_path)
109
+
110
+ VoiceConverter().convert_audio(pitch=pitch, filter_radius=filter_radius, index_rate=index_rate, volume_envelope=volume_envelope, protect=protect, hop_length=hop_length, f0_method=f0_method, audio_input_path=path, audio_output_path=segment_output_path, model_path=pth_path, index_path=index_path, f0_autotune=f0_autotune, f0_autotune_strength=f0_autotune_strength, clean_audio=clean_audio, clean_strength=clean_strength, export_format=export_format, embedder_model=embedder_model, resample_sr=resample_sr, checkpointing=checkpointing, f0_file=f0_file, f0_onnx=f0_onnx, formant_shifting=formant_shifting, formant_qfrency=formant_qfrency, formant_timbre=formant_timbre)
111
+ os.remove(path)
112
+
113
+ if os.path.exists(segment_output_path): return segment_output_path
114
+ else:
115
+ logger.warning(f"{translations['not_found_convert_file']}: {segment_output_path}")
116
+ sys.exit(1)
117
+
118
+ def run_convert_script(pitch=0, filter_radius=3, index_rate=0.5, volume_envelope=1, protect=0.5, hop_length=64, f0_method="rmvpe", input_path=None, output_path="./output.wav", pth_path=None, index_path=None, f0_autotune=False, f0_autotune_strength=1, clean_audio=False, clean_strength=0.7, export_format="wav", embedder_model="contentvec_base.pt", resample_sr=0, split_audio=False, checkpointing=False, f0_file=None, f0_onnx=False, embedders_onnx=False, formant_shifting=False, formant_qfrency=0.8, formant_timbre=0.8):
119
+ check_predictors(f0_method, f0_onnx); check_embedders(embedder_model, embedders_onnx)
120
+ embedder_model += ".onnx" if embedders_onnx else ".pt"
121
+
122
+ cvt = VoiceConverter()
123
+ start_time = time.time()
124
+
125
+ pid_path = os.path.join("assets", "convert_pid.txt")
126
+ with open(pid_path, "w") as pid_file:
127
+ pid_file.write(str(os.getpid()))
128
+
129
+ if not pth_path or not os.path.exists(pth_path) or os.path.isdir(pth_path) or not pth_path.endswith((".pth", ".onnx")):
130
+ logger.warning(translations["provide_file"].format(filename=translations["model"]))
131
+ sys.exit(1)
132
+
133
+ processed_segments = []
134
+ audio_temp = os.path.join("audios_temp")
135
+ if not os.path.exists(audio_temp) and split_audio: os.makedirs(audio_temp, exist_ok=True)
136
+
137
+ if os.path.isdir(input_path):
138
+ try:
139
+ logger.info(translations["convert_batch"])
140
+ audio_files = [f for f in os.listdir(input_path) if f.lower().endswith(("wav", "mp3", "flac", "ogg", "opus", "m4a", "mp4", "aac", "alac", "wma", "aiff", "webm", "ac3"))]
141
+
142
+ if not audio_files:
143
+ logger.warning(translations["not_found_audio"])
144
+ sys.exit(1)
145
+
146
+ logger.info(translations["found_audio"].format(audio_files=len(audio_files)))
147
+
148
+ for audio in audio_files:
149
+ audio_path = os.path.join(input_path, audio)
150
+ output_audio = os.path.join(input_path, os.path.splitext(audio)[0] + f"_output.{export_format}")
151
+
152
+ if split_audio:
153
+ try:
154
+ cut_files, time_stamps = process_audio(logger, audio_path, audio_temp)
155
+ params_list = [{"path": path, "audio_temp": audio_temp, "export_format": export_format, "cut_files": cut_files, "pitch": pitch, "filter_radius": filter_radius, "index_rate": index_rate, "volume_envelope": volume_envelope, "protect": protect, "hop_length": hop_length, "f0_method": f0_method, "pth_path": pth_path, "index_path": index_path, "f0_autotune": f0_autotune, "f0_autotune_strength": f0_autotune_strength, "clean_audio": clean_audio, "clean_strength": clean_strength, "embedder_model": embedder_model, "resample_sr": resample_sr, "checkpointing": checkpointing, "f0_file": f0_file, "f0_onnx": f0_onnx, "formant_shifting": formant_shifting, "formant_qfrency": formant_qfrency, "formant_timbre": formant_timbre} for path in cut_files]
156
+
157
+ with tqdm(total=len(params_list), desc=translations["convert_audio"], ncols=100, unit="a") as pbar:
158
+ for params in params_list:
159
+ processed_segments.append(run_batch_convert(params))
160
+ pbar.update(1)
161
+ logger.debug(pbar.format_meter(pbar.n, pbar.total, pbar.format_dict["elapsed"]))
162
+
163
+ merge_audio(processed_segments, time_stamps, audio_path, output_audio, export_format)
164
+ except Exception as e:
165
+ logger.error(translations["error_convert_batch"].format(e=e))
166
+ finally:
167
+ if os.path.exists(audio_temp): shutil.rmtree(audio_temp, ignore_errors=True)
168
+ else:
169
+ try:
170
+ logger.info(f"{translations['convert_audio']} '{audio_path}'...")
171
+ if os.path.exists(output_audio): os.remove(output_audio)
172
+
173
+ with tqdm(total=1, desc=translations["convert_audio"], ncols=100, unit="a") as pbar:
174
+ cvt.convert_audio(pitch=pitch, filter_radius=filter_radius, index_rate=index_rate, volume_envelope=volume_envelope, protect=protect, hop_length=hop_length, f0_method=f0_method, audio_input_path=audio_path, audio_output_path=output_audio, model_path=pth_path, index_path=index_path, f0_autotune=f0_autotune, f0_autotune_strength=f0_autotune_strength, clean_audio=clean_audio, clean_strength=clean_strength, export_format=export_format, embedder_model=embedder_model, resample_sr=resample_sr, checkpointing=checkpointing, f0_file=f0_file, f0_onnx=f0_onnx, formant_shifting=formant_shifting, formant_qfrency=formant_qfrency, formant_timbre=formant_timbre)
175
+ pbar.update(1)
176
+ logger.debug(pbar.format_meter(pbar.n, pbar.total, pbar.format_dict["elapsed"]))
177
+ except Exception as e:
178
+ logger.error(translations["error_convert"].format(e=e))
179
+
180
+ logger.info(translations["convert_batch_success"].format(elapsed_time=f"{(time.time() - start_time):.2f}", output_path=output_path.replace('wav', export_format)))
181
+ except Exception as e:
182
+ logger.error(translations["error_convert_batch_2"].format(e=e))
183
+ else:
184
+ logger.info(f"{translations['convert_audio']} '{input_path}'...")
185
+ if not os.path.exists(input_path):
186
+ logger.warning(translations["not_found_audio"])
187
+ sys.exit(1)
188
+
189
+ if os.path.exists(output_path): os.remove(output_path)
190
+
191
+ if split_audio:
192
+ try:
193
+ cut_files, time_stamps = process_audio(logger, input_path, audio_temp)
194
+ params_list = [{"path": path, "audio_temp": audio_temp, "export_format": export_format, "cut_files": cut_files, "pitch": pitch, "filter_radius": filter_radius, "index_rate": index_rate, "volume_envelope": volume_envelope, "protect": protect, "hop_length": hop_length, "f0_method": f0_method, "pth_path": pth_path, "index_path": index_path, "f0_autotune": f0_autotune, "f0_autotune_strength": f0_autotune_strength, "clean_audio": clean_audio, "clean_strength": clean_strength, "embedder_model": embedder_model, "resample_sr": resample_sr, "checkpointing": checkpointing, "f0_file": f0_file, "f0_onnx": f0_onnx, "formant_shifting": formant_shifting, "formant_qfrency": formant_qfrency, "formant_timbre": formant_timbre} for path in cut_files]
195
+
196
+ with tqdm(total=len(params_list), desc=translations["convert_audio"], ncols=100, unit="a") as pbar:
197
+ for params in params_list:
198
+ processed_segments.append(run_batch_convert(params))
199
+ pbar.update(1)
200
+ logger.debug(pbar.format_meter(pbar.n, pbar.total, pbar.format_dict["elapsed"]))
201
+
202
+ merge_audio(processed_segments, time_stamps, input_path, output_path.replace("wav", export_format), export_format)
203
+ except Exception as e:
204
+ logger.error(translations["error_convert_batch"].format(e=e))
205
+ finally:
206
+ if os.path.exists(audio_temp): shutil.rmtree(audio_temp, ignore_errors=True)
207
+ else:
208
+ try:
209
+ with tqdm(total=1, desc=translations["convert_audio"], ncols=100, unit="a") as pbar:
210
+ cvt.convert_audio(pitch=pitch, filter_radius=filter_radius, index_rate=index_rate, volume_envelope=volume_envelope, protect=protect, hop_length=hop_length, f0_method=f0_method, audio_input_path=input_path, audio_output_path=output_path, model_path=pth_path, index_path=index_path, f0_autotune=f0_autotune, f0_autotune_strength=f0_autotune_strength, clean_audio=clean_audio, clean_strength=clean_strength, export_format=export_format, embedder_model=embedder_model, resample_sr=resample_sr, checkpointing=checkpointing, f0_file=f0_file, f0_onnx=f0_onnx, formant_shifting=formant_shifting, formant_qfrency=formant_qfrency, formant_timbre=formant_timbre)
211
+ pbar.update(1)
212
+ logger.debug(pbar.format_meter(pbar.n, pbar.total, pbar.format_dict["elapsed"]))
213
+ except Exception as e:
214
+ logger.error(translations["error_convert"].format(e=e))
215
+
216
+ if os.path.exists(pid_path): os.remove(pid_path)
217
+ logger.info(translations["convert_audio_success"].format(input_path=input_path, elapsed_time=f"{(time.time() - start_time):.2f}", output_path=output_path.replace('wav', export_format)))
218
+
219
+ def change_rms(source_audio, source_rate, target_audio, target_rate, rate):
220
+ rms2 = F.interpolate(torch.from_numpy(librosa.feature.rms(y=target_audio, frame_length=target_rate // 2 * 2, hop_length=target_rate // 2)).float().unsqueeze(0), size=target_audio.shape[0], mode="linear").squeeze()
221
+ return (target_audio * (torch.pow(F.interpolate(torch.from_numpy(librosa.feature.rms(y=source_audio, frame_length=source_rate // 2 * 2, hop_length=source_rate // 2)).float().unsqueeze(0), size=target_audio.shape[0], mode="linear").squeeze(), 1 - rate) * torch.pow(torch.maximum(rms2, torch.zeros_like(rms2) + 1e-6), rate - 1)).numpy())
222
+
223
+ def get_providers():
224
+ ort_providers = onnxruntime.get_available_providers()
225
+
226
+ if "CUDAExecutionProvider" in ort_providers: providers = ["CUDAExecutionProvider"]
227
+ elif "CoreMLExecutionProvider" in ort_providers: providers = ["CoreMLExecutionProvider"]
228
+ else: providers = ["CPUExecutionProvider"]
229
+
230
+ return providers
231
+
232
+ class Autotune:
233
+ def __init__(self, ref_freqs):
234
+ self.ref_freqs = ref_freqs
235
+ self.note_dict = self.ref_freqs
236
+
237
+ def autotune_f0(self, f0, f0_autotune_strength):
238
+ autotuned_f0 = np.zeros_like(f0)
239
+
240
+ for i, freq in enumerate(f0):
241
+ autotuned_f0[i] = freq + (min(self.note_dict, key=lambda x: abs(x - freq)) - freq) * f0_autotune_strength
242
+
243
+ return autotuned_f0
244
+
245
+ class VC:
246
+ def __init__(self, tgt_sr, config):
247
+ self.x_pad = config.x_pad
248
+ self.x_query = config.x_query
249
+ self.x_center = config.x_center
250
+ self.x_max = config.x_max
251
+ self.sample_rate = 16000
252
+ self.window = 160
253
+ self.t_pad = self.sample_rate * self.x_pad
254
+ self.t_pad_tgt = tgt_sr * self.x_pad
255
+ self.t_pad2 = self.t_pad * 2
256
+ self.t_query = self.sample_rate * self.x_query
257
+ self.t_center = self.sample_rate * self.x_center
258
+ self.t_max = self.sample_rate * self.x_max
259
+ self.time_step = self.window / self.sample_rate * 1000
260
+ self.f0_min = 50
261
+ self.f0_max = 1100
262
+ self.f0_mel_min = 1127 * np.log(1 + self.f0_min / 700)
263
+ self.f0_mel_max = 1127 * np.log(1 + self.f0_max / 700)
264
+ self.device = config.device
265
+ self.ref_freqs = [49.00, 51.91, 55.00, 58.27, 61.74, 65.41, 69.30, 73.42, 77.78, 82.41, 87.31, 92.50, 98.00, 103.83, 110.00, 116.54, 123.47, 130.81, 138.59, 146.83, 155.56, 164.81, 174.61, 185.00, 196.00, 207.65, 220.00, 233.08, 246.94, 261.63, 277.18, 293.66, 311.13, 329.63, 349.23, 369.99, 392.00, 415.30, 440.00, 466.16, 493.88, 523.25, 554.37, 587.33, 622.25, 659.25, 698.46, 739.99, 783.99, 830.61, 880.00, 932.33, 987.77, 1046.50]
266
+ self.autotune = Autotune(self.ref_freqs)
267
+ self.note_dict = self.autotune.note_dict
268
+
269
+ def get_f0_pm(self, x, p_len):
270
+ import parselmouth
271
+
272
+ f0 = (parselmouth.Sound(x, self.sample_rate).to_pitch_ac(time_step=self.window / self.sample_rate * 1000 / 1000, voicing_threshold=0.6, pitch_floor=self.f0_min, pitch_ceiling=self.f0_max).selected_array["frequency"])
273
+ pad_size = (p_len - len(f0) + 1) // 2
274
+
275
+ if pad_size > 0 or p_len - len(f0) - pad_size > 0: f0 = np.pad(f0, [[pad_size, p_len - len(f0) - pad_size]], mode="constant")
276
+ return f0
277
+
278
+ def get_f0_mangio_crepe(self, x, p_len, hop_length, model="full", onnx=False):
279
+ from main.library.predictors.CREPE import predict
280
+
281
+ x = x.astype(np.float32)
282
+ x /= np.quantile(np.abs(x), 0.999)
283
+
284
+ audio = torch.unsqueeze(torch.from_numpy(x).to(self.device, copy=True), dim=0)
285
+ if audio.ndim == 2 and audio.shape[0] > 1: audio = torch.mean(audio, dim=0, keepdim=True).detach()
286
+
287
+ p_len = p_len or x.shape[0] // hop_length
288
+ source = np.array(predict(audio.detach(), self.sample_rate, hop_length, self.f0_min, self.f0_max, model, batch_size=hop_length * 2, device=self.device, pad=True, providers=get_providers(), onnx=onnx).squeeze(0).cpu().float().numpy())
289
+ source[source < 0.001] = np.nan
290
+
291
+ return np.nan_to_num(np.interp(np.arange(0, len(source) * p_len, len(source)) / p_len, np.arange(0, len(source)), source))
292
+
293
+ def get_f0_crepe(self, x, model="full", onnx=False):
294
+ from main.library.predictors.CREPE import predict, mean, median
295
+
296
+ f0, pd = predict(torch.tensor(np.copy(x))[None].float(), self.sample_rate, self.window, self.f0_min, self.f0_max, model, batch_size=512, device=self.device, return_periodicity=True, providers=get_providers(), onnx=onnx)
297
+ f0, pd = mean(f0, 3), median(pd, 3)
298
+ f0[pd < 0.1] = 0
299
+
300
+ return f0[0].cpu().numpy()
301
+
302
+ def get_f0_fcpe(self, x, p_len, hop_length, onnx=False, legacy=False):
303
+ from main.library.predictors.FCPE import FCPE
304
+
305
+ model_fcpe = FCPE(os.path.join("assets", "models", "predictors", ("fcpe_legacy" if legacy else"fcpe") + (".onnx" if onnx else ".pt")), hop_length=int(hop_length), f0_min=int(self.f0_min), f0_max=int(self.f0_max), dtype=torch.float32, device=self.device, sample_rate=self.sample_rate, threshold=0.03, providers=get_providers(), onnx=onnx, legacy=legacy)
306
+ f0 = model_fcpe.compute_f0(x, p_len=p_len)
307
+
308
+ del model_fcpe
309
+ return f0
310
+
311
+ def get_f0_rmvpe(self, x, legacy=False, onnx=False):
312
+ from main.library.predictors.RMVPE import RMVPE
313
+
314
+ rmvpe_model = RMVPE(os.path.join("assets", "models", "predictors", "rmvpe" + (".onnx" if onnx else ".pt")), device=self.device, onnx=onnx, providers=get_providers())
315
+ f0 = rmvpe_model.infer_from_audio_with_pitch(x, thred=0.03, f0_min=self.f0_min, f0_max=self.f0_max) if legacy else rmvpe_model.infer_from_audio(x, thred=0.03)
316
+
317
+ del rmvpe_model
318
+ return f0
319
+
320
+ def get_f0_pyworld_wrapper(self, x, filter_radius, model="harvest"):
321
+ from main.library.predictors.WORLD_WRAPPER import PYWORLD
322
+
323
+ pw = PYWORLD()
324
+ x = x.astype(np.double)
325
+
326
+ if model == "harvest": f0, t = pw.harvest(x, fs=self.sample_rate, f0_ceil=self.f0_max, f0_floor=self.f0_min, frame_period=10)
327
+ elif model == "dio": f0, t = pw.dio(x, fs=self.sample_rate, f0_ceil=self.f0_max, f0_floor=self.f0_min, frame_period=10)
328
+ else: raise ValueError(translations["method_not_valid"])
329
+
330
+ f0 = pw.stonemask(x, self.sample_rate, t, f0)
331
+
332
+ if filter_radius > 2 or model == "dio": f0 = signal.medfilt(f0, 3)
333
+ return f0
334
+
335
+ def get_f0_pyworld(self, x, filter_radius, model="harvest"):
336
+ from main.library.predictors.pyworld import harvest, dio, stonemask
337
+
338
+ x = x.astype(np.double)
339
+
340
+ if model == "harvest": f0, t = harvest.harvest(x, fs=self.sample_rate, f0_ceil=self.f0_max, f0_floor=self.f0_min, frame_period=10)
341
+ elif model == "dio": f0, t = dio.dio(x, fs=self.sample_rate, f0_ceil=self.f0_max, f0_floor=self.f0_min, frame_period=10)
342
+ else: raise ValueError(translations["method_not_valid"])
343
+
344
+ f0 = stonemask.stonemask(x, self.sample_rate, t, f0)
345
+
346
+ if filter_radius > 2 or model == "dio": f0 = signal.medfilt(f0, 3)
347
+ return f0
348
+
349
+ def get_f0_swipe(self, x):
350
+ from main.library.predictors.SWIPE import swipe
351
+
352
+ f0, _ = swipe(x.astype(np.double), self.sample_rate, f0_floor=self.f0_min, f0_ceil=self.f0_max, frame_period=10, device=self.device)
353
+ return f0
354
+
355
+ def get_f0_yin(self, x, hop_length, p_len):
356
+ source = np.array(librosa.yin(x.astype(np.float32), sr=self.sample_rate, fmin=self.f0_min, fmax=self.f0_max, hop_length=hop_length))
357
+ source[source < 0.001] = np.nan
358
+
359
+ return np.nan_to_num(np.interp(np.arange(0, len(source) * p_len, len(source)) / p_len, np.arange(0, len(source)), source))
360
+
361
+ def get_f0_pyin(self, x, hop_length, p_len):
362
+ f0, _, _ = librosa.pyin(x.astype(np.float32), fmin=self.f0_min, fmax=self.f0_max, sr=self.sample_rate, hop_length=hop_length)
363
+ source = np.array(f0)
364
+ source[source < 0.001] = np.nan
365
+
366
+ return np.nan_to_num(np.interp(np.arange(0, len(source) * p_len, len(source)) / p_len, np.arange(0, len(source)), source))
367
+
368
+ def get_f0_hybrid(self, methods_str, x, p_len, hop_length, filter_radius, onnx_mode):
369
+ methods_str = re.search("hybrid\[(.+)\]", methods_str)
370
+ if methods_str: methods = [method.strip() for method in methods_str.group(1).split("+")]
371
+
372
+ f0_computation_stack, resampled_stack = [], []
373
+ logger.debug(translations["hybrid_methods"].format(methods=methods))
374
+
375
+ x = x.astype(np.float32)
376
+ x /= np.quantile(np.abs(x), 0.999)
377
+
378
+ for method in methods:
379
+ f0 = None
380
+ f0_methods = {"pm": lambda: self.get_f0_pm(x, p_len), "diow": lambda: self.get_f0_pyworld_wrapper(x, filter_radius, "dio"), "dio": lambda: self.get_f0_pyworld(x, filter_radius, "dio"), "mangio-crepe-tiny": lambda: self.get_f0_mangio_crepe(x, p_len, int(hop_length), "tiny", onnx=onnx_mode), "mangio-crepe-small": lambda: self.get_f0_mangio_crepe(x, p_len, int(hop_length), "small", onnx=onnx_mode), "mangio-crepe-medium": lambda: self.get_f0_mangio_crepe(x, p_len, int(hop_length), "medium", onnx=onnx_mode), "mangio-crepe-large": lambda: self.get_f0_mangio_crepe(x, p_len, int(hop_length), "large", onnx=onnx_mode), "mangio-crepe-full": lambda: self.get_f0_mangio_crepe(x, p_len, int(hop_length), "full", onnx=onnx_mode), "crepe-tiny": lambda: self.get_f0_crepe(x, "tiny", onnx=onnx_mode), "crepe-small": lambda: self.get_f0_crepe(x, "small", onnx=onnx_mode), "crepe-medium": lambda: self.get_f0_crepe(x, "medium", onnx=onnx_mode), "crepe-large": lambda: self.get_f0_crepe(x, "large", onnx=onnx_mode), "crepe-full": lambda: self.get_f0_crepe(x, "full", onnx=onnx_mode), "fcpe": lambda: self.get_f0_fcpe(x, p_len, int(hop_length), onnx=onnx_mode), "fcpe-legacy": lambda: self.get_f0_fcpe(x, p_len, int(hop_length), legacy=True, onnx=onnx_mode), "rmvpe": lambda: self.get_f0_rmvpe(x, onnx=onnx_mode), "rmvpe-legacy": lambda: self.get_f0_rmvpe(x, legacy=True, onnx=onnx_mode), "harvestw": lambda: self.get_f0_pyworld_wrapper(x, filter_radius, "harvest"), "harvest": lambda: self.get_f0_pyworld(x, filter_radius, "harvest"), "yin": lambda: self.get_f0_yin(x, int(hop_length), p_len), "pyin": lambda: self.get_f0_pyin(x, int(hop_length), p_len), "swipe": lambda: self.get_f0_swipe(x)}
381
+ f0 = f0_methods.get(method, lambda: ValueError(translations["method_not_valid"]))()
382
+ f0_computation_stack.append(f0)
383
+
384
+ for f0 in f0_computation_stack:
385
+ resampled_stack.append(np.interp(np.linspace(0, len(f0), p_len), np.arange(len(f0)), f0))
386
+
387
+ return resampled_stack[0] if len(resampled_stack) == 1 else np.nanmedian(np.vstack(resampled_stack), axis=0)
388
+
389
+ def get_f0(self, x, p_len, pitch, f0_method, filter_radius, hop_length, f0_autotune, f0_autotune_strength, inp_f0=None, onnx_mode=False):
390
+ f0_methods = {"pm": lambda: self.get_f0_pm(x, p_len), "diow": lambda: self.get_f0_pyworld_wrapper(x, filter_radius, "dio"), "dio": lambda: self.get_f0_pyworld(x, filter_radius, "dio"), "mangio-crepe-tiny": lambda: self.get_f0_mangio_crepe(x, p_len, int(hop_length), "tiny", onnx=onnx_mode), "mangio-crepe-small": lambda: self.get_f0_mangio_crepe(x, p_len, int(hop_length), "small", onnx=onnx_mode), "mangio-crepe-medium": lambda: self.get_f0_mangio_crepe(x, p_len, int(hop_length), "medium", onnx=onnx_mode), "mangio-crepe-large": lambda: self.get_f0_mangio_crepe(x, p_len, int(hop_length), "large", onnx=onnx_mode), "mangio-crepe-full": lambda: self.get_f0_mangio_crepe(x, p_len, int(hop_length), "full", onnx=onnx_mode), "crepe-tiny": lambda: self.get_f0_crepe(x, "tiny", onnx=onnx_mode), "crepe-small": lambda: self.get_f0_crepe(x, "small", onnx=onnx_mode), "crepe-medium": lambda: self.get_f0_crepe(x, "medium", onnx=onnx_mode), "crepe-large": lambda: self.get_f0_crepe(x, "large", onnx=onnx_mode), "crepe-full": lambda: self.get_f0_crepe(x, "full", onnx=onnx_mode), "fcpe": lambda: self.get_f0_fcpe(x, p_len, int(hop_length), onnx=onnx_mode), "fcpe-legacy": lambda: self.get_f0_fcpe(x, p_len, int(hop_length), legacy=True, onnx=onnx_mode), "rmvpe": lambda: self.get_f0_rmvpe(x, onnx=onnx_mode), "rmvpe-legacy": lambda: self.get_f0_rmvpe(x, legacy=True, onnx=onnx_mode), "harvestw": lambda: self.get_f0_pyworld_wrapper(x, filter_radius, "harvest"), "harvest": lambda: self.get_f0_pyworld(x, filter_radius, "harvest"), "yin": lambda: self.get_f0_yin(x, int(hop_length), p_len), "pyin": lambda: self.get_f0_pyin(x, int(hop_length), p_len), "swipe": lambda: self.get_f0_swipe(x)}
391
+ f0 = self.get_f0_hybrid(f0_method, x, p_len, hop_length, filter_radius, onnx_mode) if "hybrid" in f0_method else f0_methods.get(f0_method, lambda: ValueError(translations["method_not_valid"]))()
392
+
393
+ if f0_autotune: f0 = Autotune.autotune_f0(self, f0, f0_autotune_strength)
394
+ if isinstance(f0, tuple): f0 = f0[0]
395
+
396
+ f0 *= pow(2, pitch / 12)
397
+ tf0 = self.sample_rate // self.window
398
+
399
+ if inp_f0 is not None:
400
+ replace_f0 = np.interp(list(range(np.round((inp_f0[:, 0].max() - inp_f0[:, 0].min()) * tf0 + 1).astype(np.int16))), inp_f0[:, 0] * 100, inp_f0[:, 1])
401
+ f0[self.x_pad * tf0 : self.x_pad * tf0 + len(replace_f0)] = replace_f0[:f0[self.x_pad * tf0 : self.x_pad * tf0 + len(replace_f0)].shape[0]]
402
+
403
+ f0_mel = 1127 * np.log(1 + f0 / 700)
404
+ f0_mel[f0_mel > 0] = (f0_mel[f0_mel > 0] - self.f0_mel_min) * 254 / (self.f0_mel_max - self.f0_mel_min) + 1
405
+ f0_mel[f0_mel <= 1] = 1
406
+ f0_mel[f0_mel > 255] = 255
407
+
408
+ return np.rint(f0_mel).astype(np.int32), f0.copy()
409
+
410
+ def extract_features(self, model, feats, version):
411
+ return torch.as_tensor(model.run([model.get_outputs()[0].name, model.get_outputs()[1].name], {"feats": feats.detach().cpu().numpy()})[0 if version == "v1" else 1], dtype=torch.float32, device=feats.device)
412
+
413
+ def voice_conversion(self, model, net_g, sid, audio0, pitch, pitchf, index, big_npy, index_rate, version, protect):
414
+ pitch_guidance = pitch != None and pitchf != None
415
+ feats = torch.from_numpy(audio0).float()
416
+
417
+ if feats.dim() == 2: feats = feats.mean(-1)
418
+ assert feats.dim() == 1, feats.dim()
419
+
420
+ feats = feats.view(1, -1)
421
+ if self.embed_suffix == ".pt":
422
+ padding_mask = torch.BoolTensor(feats.shape).to(self.device).fill_(False)
423
+ inputs = {"source": feats.to(self.device), "padding_mask": padding_mask, "output_layer": 9 if version == "v1" else 12}
424
+
425
+ with torch.no_grad():
426
+ if self.embed_suffix == ".pt":
427
+ logits = model.extract_features(**inputs)
428
+ feats = model.final_proj(logits[0]) if version == "v1" else logits[0]
429
+ else: feats = self.extract_features(model, feats, version).to(self.device)
430
+
431
+ if protect < 0.5 and pitch_guidance: feats0 = feats.clone()
432
+
433
+ if (not isinstance(index, type(None)) and not isinstance(big_npy, type(None)) and index_rate != 0):
434
+ npy = feats[0].cpu().numpy()
435
+ score, ix = index.search(npy, k=8)
436
+
437
+ weight = np.square(1 / score)
438
+ weight /= weight.sum(axis=1, keepdims=True)
439
+
440
+ npy = np.sum(big_npy[ix] * np.expand_dims(weight, axis=2), axis=1)
441
+ feats = (torch.from_numpy(npy).unsqueeze(0).to(self.device) * index_rate + (1 - index_rate) * feats)
442
+
443
+ feats = F.interpolate(feats.permute(0, 2, 1), scale_factor=2).permute(0, 2, 1)
444
+ if protect < 0.5 and pitch_guidance: feats0 = F.interpolate(feats0.permute(0, 2, 1), scale_factor=2).permute(0, 2, 1)
445
+
446
+ p_len = audio0.shape[0] // self.window
447
+
448
+ if feats.shape[1] < p_len:
449
+ p_len = feats.shape[1]
450
+
451
+ if pitch_guidance:
452
+ pitch = pitch[:, :p_len]
453
+ pitchf = pitchf[:, :p_len]
454
+
455
+ if protect < 0.5 and pitch_guidance:
456
+ pitchff = pitchf.clone()
457
+ pitchff[pitchf > 0] = 1
458
+ pitchff[pitchf < 1] = protect
459
+ pitchff = pitchff.unsqueeze(-1)
460
+
461
+ feats = feats * pitchff + feats0 * (1 - pitchff)
462
+ feats = feats.to(feats0.dtype)
463
+
464
+ p_len = torch.tensor([p_len], device=self.device).long()
465
+ audio1 = ((net_g.infer(feats.float(), p_len, pitch if pitch_guidance else None, pitchf.float() if pitch_guidance else None, sid)[0][0, 0]).data.cpu().float().numpy()) if self.suffix == ".pth" else (net_g.run([net_g.get_outputs()[0].name], ({net_g.get_inputs()[0].name: feats.cpu().numpy().astype(np.float32), net_g.get_inputs()[1].name: p_len.cpu().numpy(), net_g.get_inputs()[2].name: np.array([sid.cpu().item()], dtype=np.int64), net_g.get_inputs()[3].name: np.random.randn(1, 192, p_len).astype(np.float32), net_g.get_inputs()[4].name: pitch.cpu().numpy().astype(np.int64), net_g.get_inputs()[5].name: pitchf.cpu().numpy().astype(np.float32)} if pitch_guidance else {net_g.get_inputs()[0].name: feats.cpu().numpy().astype(np.float32), net_g.get_inputs()[1].name: p_len.cpu().numpy(), net_g.get_inputs()[2].name: np.array([sid.cpu().item()], dtype=np.int64), net_g.get_inputs()[3].name: np.random.randn(1, 192, p_len).astype(np.float32)}))[0][0, 0])
466
+
467
+ if self.embed_suffix == ".pt": del padding_mask
468
+ del feats, p_len, net_g
469
+ if torch.cuda.is_available(): torch.cuda.empty_cache()
470
+ elif torch.backends.mps.is_available(): torch.mps.empty_cache()
471
+
472
+ return audio1
473
+
474
+ def pipeline(self, model, net_g, sid, audio, pitch, f0_method, file_index, index_rate, pitch_guidance, filter_radius, tgt_sr, resample_sr, volume_envelope, version, protect, hop_length, f0_autotune, f0_autotune_strength, suffix, embed_suffix, f0_file=None, f0_onnx=False):
475
+ self.suffix = suffix
476
+ self.embed_suffix = embed_suffix
477
+
478
+ if file_index != "" and os.path.exists(file_index) and index_rate != 0:
479
+ try:
480
+ index = faiss.read_index(file_index)
481
+ big_npy = index.reconstruct_n(0, index.ntotal)
482
+ except Exception as e:
483
+ logger.error(translations["read_faiss_index_error"].format(e=e))
484
+ index = big_npy = None
485
+ else: index = big_npy = None
486
+
487
+ opt_ts, audio_opt = [], []
488
+ audio = signal.filtfilt(bh, ah, audio)
489
+ audio_pad = np.pad(audio, (self.window // 2, self.window // 2), mode="reflect")
490
+
491
+ if audio_pad.shape[0] > self.t_max:
492
+ audio_sum = np.zeros_like(audio)
493
+
494
+ for i in range(self.window):
495
+ audio_sum += audio_pad[i : i - self.window]
496
+
497
+ for t in range(self.t_center, audio.shape[0], self.t_center):
498
+ opt_ts.append(t - self.t_query + np.where(np.abs(audio_sum[t - self.t_query : t + self.t_query]) == np.abs(audio_sum[t - self.t_query : t + self.t_query]).min())[0][0])
499
+
500
+ s = 0
501
+ t, inp_f0 = None, None
502
+
503
+ audio_pad = np.pad(audio, (self.t_pad, self.t_pad), mode="reflect")
504
+ sid = torch.tensor(sid, device=self.device).unsqueeze(0).long()
505
+ p_len = audio_pad.shape[0] // self.window
506
+
507
+ if hasattr(f0_file, "name"):
508
+ try:
509
+ with open(f0_file.name, "r") as f:
510
+ raw_lines = f.read()
511
+
512
+ if len(raw_lines) > 0:
513
+ inp_f0 = []
514
+
515
+ for line in raw_lines.strip("\n").split("\n"):
516
+ inp_f0.append([float(i) for i in line.split(",")])
517
+
518
+ inp_f0 = np.array(inp_f0, dtype=np.float32)
519
+ except:
520
+ logger.error(translations["error_readfile"])
521
+ inp_f0 = None
522
+
523
+ if pitch_guidance:
524
+ pitch, pitchf = self.get_f0(audio_pad, p_len, pitch, f0_method, filter_radius, hop_length, f0_autotune, f0_autotune_strength, inp_f0, onnx_mode=f0_onnx)
525
+ pitch, pitchf = pitch[:p_len], pitchf[:p_len]
526
+
527
+ if self.device == "mps": pitchf = pitchf.astype(np.float32)
528
+
529
+ pitch, pitchf = torch.tensor(pitch, device=self.device).unsqueeze(0).long(), torch.tensor(pitchf, device=self.device).unsqueeze(0).float()
530
+
531
+ for t in opt_ts:
532
+ t = t // self.window * self.window
533
+ audio_opt.append(self.voice_conversion(model, net_g, sid, audio_pad[s : t + self.t_pad2 + self.window], pitch[:, s // self.window : (t + self.t_pad2) // self.window] if pitch_guidance else None, pitchf[:, s // self.window : (t + self.t_pad2) // self.window] if pitch_guidance else None, index, big_npy, index_rate, version, protect)[self.t_pad_tgt : -self.t_pad_tgt])
534
+ s = t
535
+
536
+ audio_opt.append(self.voice_conversion(model, net_g, sid, audio_pad[t:], (pitch[:, t // self.window :] if t is not None else pitch) if pitch_guidance else None, (pitchf[:, t // self.window :] if t is not None else pitchf) if pitch_guidance else None, index, big_npy, index_rate, version, protect)[self.t_pad_tgt : -self.t_pad_tgt])
537
+ audio_opt = np.concatenate(audio_opt)
538
+
539
+ if volume_envelope != 1: audio_opt = change_rms(audio, self.sample_rate, audio_opt, tgt_sr, volume_envelope)
540
+ if resample_sr >= self.sample_rate and tgt_sr != resample_sr: audio_opt = librosa.resample(audio_opt, orig_sr=tgt_sr, target_sr=resample_sr, res_type="soxr_vhq")
541
+
542
+ audio_max = np.abs(audio_opt).max() / 0.99
543
+ if audio_max > 1: audio_opt /= audio_max
544
+
545
+ if pitch_guidance: del pitch, pitchf
546
+ del sid
547
+
548
+ if torch.cuda.is_available(): torch.cuda.empty_cache()
549
+ elif torch.backends.mps.is_available(): torch.mps.empty_cache()
550
+
551
+ return audio_opt
552
+
553
+ class VoiceConverter:
554
+ def __init__(self):
555
+ self.config = config
556
+ self.hubert_model = None
557
+ self.tgt_sr = None
558
+ self.net_g = None
559
+ self.vc = None
560
+ self.cpt = None
561
+ self.version = None
562
+ self.n_spk = None
563
+ self.use_f0 = None
564
+ self.loaded_model = None
565
+ self.vocoder = "Default"
566
+ self.checkpointing = False
567
+
568
+ def load_embedders(self, embedder_model):
569
+ embedder_model_path = os.path.join("assets", "models", "embedders", embedder_model)
570
+ if not os.path.exists(embedder_model_path) and not embedder_model.endswith((".pt", ".onnx")): raise FileNotFoundError(f"{translations['not_found'].format(name=translations['model'])}: {embedder_model}")
571
+
572
+ try:
573
+ if embedder_model.endswith(".pt"):
574
+ models, _, _ = checkpoint_utils.load_model_ensemble_and_task([embedder_model_path], suffix="")
575
+ self.embed_suffix = ".pt"
576
+ self.hubert_model = models[0].to(self.config.device).float().eval()
577
+ else:
578
+ sess_options = onnxruntime.SessionOptions()
579
+ sess_options.log_severity_level = 3
580
+ self.embed_suffix = ".onnx"
581
+ self.hubert_model = onnxruntime.InferenceSession(embedder_model_path, sess_options=sess_options, providers=get_providers())
582
+ except Exception as e:
583
+ logger.error(translations["read_model_error"].format(e=e))
584
+
585
+ def convert_audio(self, audio_input_path, audio_output_path, model_path, index_path, embedder_model, pitch, f0_method, index_rate, volume_envelope, protect, hop_length, f0_autotune, f0_autotune_strength, filter_radius, clean_audio, clean_strength, export_format, resample_sr = 0, sid = 0, checkpointing = False, f0_file = None, f0_onnx = False, formant_shifting = False, formant_qfrency=0.8, formant_timbre=0.8):
586
+ try:
587
+ self.get_vc(model_path, sid)
588
+ audio = load_audio(logger, audio_input_path, 16000, formant_shifting=formant_shifting, formant_qfrency=formant_qfrency, formant_timbre=formant_timbre)
589
+ self.checkpointing = checkpointing
590
+
591
+ audio_max = np.abs(audio).max() / 0.95
592
+ if audio_max > 1: audio /= audio_max
593
+
594
+ if not self.hubert_model: self.load_embedders(embedder_model)
595
+ if self.tgt_sr != resample_sr >= 16000: self.tgt_sr = resample_sr
596
+
597
+ target_sr = min([8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 96000], key=lambda x: abs(x - self.tgt_sr))
598
+ audio_output = self.vc.pipeline(model=self.hubert_model, net_g=self.net_g, sid=sid, audio=audio, pitch=pitch, f0_method=f0_method, file_index=(index_path.strip().strip('"').strip("\n").strip('"').strip().replace("trained", "added")), index_rate=index_rate, pitch_guidance=self.use_f0, filter_radius=filter_radius, tgt_sr=self.tgt_sr, resample_sr=target_sr, volume_envelope=volume_envelope, version=self.version, protect=protect, hop_length=hop_length, f0_autotune=f0_autotune, f0_autotune_strength=f0_autotune_strength, suffix=self.suffix, embed_suffix=self.embed_suffix, f0_file=f0_file, f0_onnx=f0_onnx)
599
+
600
+ if clean_audio:
601
+ from main.tools.noisereduce import reduce_noise
602
+ audio_output = reduce_noise(y=audio_output, sr=target_sr, prop_decrease=clean_strength, device=config.device)
603
+
604
+ sf.write(audio_output_path, audio_output, target_sr, format=export_format)
605
+ except Exception as e:
606
+ logger.error(translations["error_convert"].format(e=e))
607
+ import traceback
608
+ logger.debug(traceback.format_exc())
609
+
610
+ def get_vc(self, weight_root, sid):
611
+ if sid == "" or sid == []:
612
+ self.cleanup()
613
+ if torch.cuda.is_available(): torch.cuda.empty_cache()
614
+ elif torch.backends.mps.is_available(): torch.mps.empty_cache()
615
+
616
+ if not self.loaded_model or self.loaded_model != weight_root:
617
+ self.loaded_model = weight_root
618
+ self.load_model()
619
+ if self.cpt is not None: self.setup()
620
+
621
+ def cleanup(self):
622
+ if self.hubert_model is not None:
623
+ del self.net_g, self.n_spk, self.vc, self.hubert_model, self.tgt_sr
624
+ self.hubert_model = self.net_g = self.n_spk = self.vc = self.tgt_sr = None
625
+
626
+ if torch.cuda.is_available(): torch.cuda.empty_cache()
627
+ elif torch.backends.mps.is_available(): torch.mps.empty_cache()
628
+
629
+ del self.net_g, self.cpt
630
+ if torch.cuda.is_available(): torch.cuda.empty_cache()
631
+ elif torch.backends.mps.is_available(): torch.mps.empty_cache()
632
+
633
+ self.cpt = None
634
+
635
+ def load_model(self):
636
+ if os.path.isfile(self.loaded_model):
637
+ if self.loaded_model.endswith(".pth"): self.cpt = torch.load(self.loaded_model, map_location="cpu")
638
+ else:
639
+ sess_options = onnxruntime.SessionOptions()
640
+ sess_options.log_severity_level = 3
641
+ self.cpt = onnxruntime.InferenceSession(self.loaded_model, sess_options=sess_options, providers=get_providers())
642
+ else: self.cpt = None
643
+
644
+ def setup(self):
645
+ if self.cpt is not None:
646
+ if self.loaded_model.endswith(".pth"):
647
+ self.tgt_sr = self.cpt["config"][-1]
648
+ self.cpt["config"][-3] = self.cpt["weight"]["emb_g.weight"].shape[0]
649
+ self.use_f0 = self.cpt.get("f0", 1)
650
+ self.version = self.cpt.get("version", "v1")
651
+ self.vocoder = self.cpt.get("vocoder", "Default")
652
+
653
+ self.net_g = Synthesizer(*self.cpt["config"], use_f0=self.use_f0, text_enc_hidden_dim=768 if self.version == "v2" else 256, vocoder=self.vocoder, checkpointing=self.checkpointing)
654
+ del self.net_g.enc_q
655
+
656
+ self.net_g.load_state_dict(self.cpt["weight"], strict=False)
657
+ self.net_g.eval().to(self.config.device).float()
658
+
659
+ self.n_spk = self.cpt["config"][-3]
660
+ self.suffix = ".pth"
661
+ else:
662
+ import json
663
+ import onnx
664
+
665
+ model = onnx.load(self.loaded_model)
666
+ metadata_dict = None
667
+
668
+ for prop in model.metadata_props:
669
+ if prop.key == "model_info":
670
+ metadata_dict = json.loads(prop.value)
671
+ break
672
+
673
+ self.net_g = self.cpt
674
+ self.tgt_sr = metadata_dict.get("sr", 32000)
675
+ self.use_f0 = metadata_dict.get("f0", 1)
676
+ self.suffix = ".onnx"
677
+
678
+ self.vc = VC(self.tgt_sr, self.config)
679
+
680
+ if __name__ == "__main__": main()
main/inference/create_dataset.py ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ import sys
3
+ import time
4
+ import yt_dlp
5
+ import shutil
6
+ import librosa
7
+ import logging
8
+ import argparse
9
+ import warnings
10
+ import logging.handlers
11
+
12
+ from soundfile import read, write
13
+ from distutils.util import strtobool
14
+
15
+ sys.path.append(os.getcwd())
16
+
17
+ from main.configs.config import Config
18
+ from main.library.algorithm.separator import Separator
19
+ from main.library.utils import process_audio, merge_audio
20
+
21
+ config = Config()
22
+ translations = config.translations
23
+ dataset_temp = os.path.join("dataset_temp")
24
+ logger = logging.getLogger(__name__)
25
+
26
+ if logger.hasHandlers(): logger.handlers.clear()
27
+ else:
28
+ console_handler = logging.StreamHandler()
29
+ console_formatter = logging.Formatter(fmt="\n%(asctime)s.%(msecs)03d | %(levelname)s | %(module)s | %(message)s", datefmt="%Y-%m-%d %H:%M:%S")
30
+ console_handler.setFormatter(console_formatter)
31
+ console_handler.setLevel(logging.INFO)
32
+ file_handler = logging.handlers.RotatingFileHandler(os.path.join("assets", "logs", "create_dataset.log"), maxBytes=5*1024*1024, backupCount=3, encoding='utf-8')
33
+ file_formatter = logging.Formatter(fmt="\n%(asctime)s.%(msecs)03d | %(levelname)s | %(module)s | %(message)s", datefmt="%Y-%m-%d %H:%M:%S")
34
+ file_handler.setFormatter(file_formatter)
35
+ file_handler.setLevel(logging.DEBUG)
36
+ logger.addHandler(console_handler)
37
+ logger.addHandler(file_handler)
38
+ logger.setLevel(logging.DEBUG)
39
+
40
+ def parse_arguments():
41
+ parser = argparse.ArgumentParser()
42
+ parser.add_argument("--input_audio", type=str, required=True)
43
+ parser.add_argument("--output_dataset", type=str, default="./dataset")
44
+ parser.add_argument("--sample_rate", type=int, default=44100)
45
+ parser.add_argument("--clean_dataset", type=lambda x: bool(strtobool(x)), default=False)
46
+ parser.add_argument("--clean_strength", type=float, default=0.7)
47
+ parser.add_argument("--separator_reverb", type=lambda x: bool(strtobool(x)), default=False)
48
+ parser.add_argument("--kim_vocal_version", type=int, default=2)
49
+ parser.add_argument("--overlap", type=float, default=0.25)
50
+ parser.add_argument("--segments_size", type=int, default=256)
51
+ parser.add_argument("--mdx_hop_length", type=int, default=1024)
52
+ parser.add_argument("--mdx_batch_size", type=int, default=1)
53
+ parser.add_argument("--denoise_mdx", type=lambda x: bool(strtobool(x)), default=False)
54
+ parser.add_argument("--skip", type=lambda x: bool(strtobool(x)), default=False)
55
+ parser.add_argument("--skip_start_audios", type=str, default="0")
56
+ parser.add_argument("--skip_end_audios", type=str, default="0")
57
+
58
+ return parser.parse_args()
59
+
60
+ def main():
61
+ pid_path = os.path.join("assets", "create_dataset_pid.txt")
62
+ with open(pid_path, "w") as pid_file:
63
+ pid_file.write(str(os.getpid()))
64
+
65
+ args = parse_arguments()
66
+ input_audio, output_dataset, sample_rate, clean_dataset, clean_strength, separator_reverb, kim_vocal_version, overlap, segments_size, hop_length, batch_size, denoise_mdx, skip, skip_start_audios, skip_end_audios = args.input_audio, args.output_dataset, args.sample_rate, args.clean_dataset, args.clean_strength, args.separator_reverb, args.kim_vocal_version, args.overlap, args.segments_size, args.mdx_hop_length, args.mdx_batch_size, args.denoise_mdx, args.skip, args.skip_start_audios, args.skip_end_audios
67
+ log_data = {translations['audio_path']: input_audio, translations['output_path']: output_dataset, translations['sr']: sample_rate, translations['clear_dataset']: clean_dataset, translations['dereveb_audio']: separator_reverb, translations['segments_size']: segments_size, translations['overlap']: overlap, "Hop length": hop_length, translations['batch_size']: batch_size, translations['denoise_mdx']: denoise_mdx, translations['skip']: skip}
68
+
69
+ if clean_dataset: log_data[translations['clean_strength']] = clean_strength
70
+ if skip:
71
+ log_data[translations['skip_start']] = skip_start_audios
72
+ log_data[translations['skip_end']] = skip_end_audios
73
+
74
+ for key, value in log_data.items():
75
+ logger.debug(f"{key}: {value}")
76
+
77
+ if kim_vocal_version not in [1, 2]: raise ValueError(translations["version_not_valid"])
78
+ start_time = time.time()
79
+
80
+ try:
81
+ paths = []
82
+
83
+ if not os.path.exists(dataset_temp): os.makedirs(dataset_temp, exist_ok=True)
84
+ urls = input_audio.replace(", ", ",").split(",")
85
+
86
+ for url in urls:
87
+ path = downloader(url, urls.index(url))
88
+ paths.append(path)
89
+
90
+ if skip:
91
+ skip_start_audios = skip_start_audios.replace(", ", ",").split(",")
92
+ skip_end_audios = skip_end_audios.replace(", ", ",").split(",")
93
+
94
+ if len(skip_start_audios) < len(paths) or len(skip_end_audios) < len(paths):
95
+ logger.warning(translations["skip<audio"])
96
+ sys.exit(1)
97
+ elif len(skip_start_audios) > len(paths) or len(skip_end_audios) > len(paths):
98
+ logger.warning(translations["skip>audio"])
99
+ sys.exit(1)
100
+ else:
101
+ for audio, skip_start_audio, skip_end_audio in zip(paths, skip_start_audios, skip_end_audios):
102
+ skip_start(audio, skip_start_audio)
103
+ skip_end(audio, skip_end_audio)
104
+
105
+ separator_paths = []
106
+
107
+ for audio in paths:
108
+ vocals = separator_music_main(audio, dataset_temp, segments_size, overlap, denoise_mdx, kim_vocal_version, hop_length, batch_size, sample_rate)
109
+ if separator_reverb: vocals = separator_reverb_audio(vocals, dataset_temp, segments_size, overlap, denoise_mdx, hop_length, batch_size, sample_rate)
110
+ separator_paths.append(vocals)
111
+
112
+ paths = separator_paths
113
+ processed_paths = []
114
+
115
+ for audio in paths:
116
+ cut_files, time_stamps = process_audio(logger, audio, os.path.dirname(audio))
117
+ processed_paths.append(merge_audio(cut_files, time_stamps, audio, os.path.splitext(audio)[0] + "_processed" + ".wav", "wav"))
118
+
119
+ paths = processed_paths
120
+
121
+ for audio_path in paths:
122
+ data, sample_rate = read(audio_path)
123
+ data = librosa.to_mono(data.T)
124
+
125
+ if clean_dataset:
126
+ from main.tools.noisereduce import reduce_noise
127
+ data = reduce_noise(y=data, prop_decrease=clean_strength, device=config.device)
128
+
129
+ write(audio_path, data, sample_rate)
130
+ except Exception as e:
131
+ logger.error(f"{translations['create_dataset_error']}: {e}")
132
+
133
+ import traceback
134
+ logger.error(traceback.format_exc())
135
+ finally:
136
+ for audio in paths:
137
+ shutil.move(audio, output_dataset)
138
+
139
+ if os.path.exists(dataset_temp): shutil.rmtree(dataset_temp, ignore_errors=True)
140
+
141
+ elapsed_time = time.time() - start_time
142
+ if os.path.exists(pid_path): os.remove(pid_path)
143
+ logger.info(translations["create_dataset_success"].format(elapsed_time=f"{elapsed_time:.2f}"))
144
+
145
+ def downloader(url, name):
146
+ with warnings.catch_warnings():
147
+ warnings.simplefilter("ignore")
148
+
149
+ ydl_opts = {"format": "bestaudio/best", "outtmpl": os.path.join(dataset_temp, f"{name}"), "postprocessors": [{"key": "FFmpegExtractAudio", "preferredcodec": "wav", "preferredquality": "192"}], "no_warnings": True, "noplaylist": True, "noplaylist": True, "verbose": False}
150
+ logger.info(f"{translations['starting_download']}: {url}...")
151
+
152
+ with yt_dlp.YoutubeDL(ydl_opts) as ydl:
153
+ ydl.extract_info(url)
154
+ logger.info(f"{translations['download_success']}: {url}")
155
+
156
+ return os.path.join(dataset_temp, f"{name}" + ".wav")
157
+
158
+ def skip_start(input_file, seconds):
159
+ data, sr = read(input_file)
160
+ total_duration = len(data) / sr
161
+
162
+ if seconds <= 0: logger.warning(translations["=<0"])
163
+ elif seconds >= total_duration: logger.warning(translations["skip_warning"].format(seconds=seconds, total_duration=f"{total_duration:.2f}"))
164
+ else:
165
+ logger.info(f"{translations['skip_start']}: {input_file}...")
166
+ write(input_file, data[int(seconds * sr):], sr)
167
+
168
+ logger.info(translations["skip_start_audio"].format(input_file=input_file))
169
+
170
+ def skip_end(input_file, seconds):
171
+ data, sr = read(input_file)
172
+ total_duration = len(data) / sr
173
+
174
+ if seconds <= 0: logger.warning(translations["=<0"])
175
+ elif seconds > total_duration: logger.warning(translations["skip_warning"].format(seconds=seconds, total_duration=f"{total_duration:.2f}"))
176
+ else:
177
+ logger.info(f"{translations['skip_end']}: {input_file}...")
178
+ write(input_file, data[:-int(seconds * sr)], sr)
179
+
180
+ logger.info(translations["skip_end_audio"].format(input_file=input_file))
181
+
182
+ def separator_music_main(input, output, segments_size, overlap, denoise, version, hop_length, batch_size, sample_rate):
183
+ if not os.path.exists(input):
184
+ logger.warning(translations["input_not_valid"])
185
+ return None
186
+
187
+ if not os.path.exists(output):
188
+ logger.warning(translations["output_not_valid"])
189
+ return None
190
+
191
+ model = f"Kim_Vocal_{version}.onnx"
192
+ output_separator = separator_main(audio_file=input, model_filename=model, output_format="wav", output_dir=output, mdx_segment_size=segments_size, mdx_overlap=overlap, mdx_batch_size=batch_size, mdx_hop_length=hop_length, mdx_enable_denoise=denoise, sample_rate=sample_rate)
193
+
194
+ for f in output_separator:
195
+ path = os.path.join(output, f)
196
+ if not os.path.exists(path): logger.error(translations["not_found"].format(name=path))
197
+
198
+ if '_(Instrumental)_' in f: os.rename(path, os.path.splitext(path)[0].replace("(", "").replace(")", "") + ".wav")
199
+ elif '_(Vocals)_' in f:
200
+ rename_file = os.path.splitext(path)[0].replace("(", "").replace(")", "") + ".wav"
201
+ os.rename(path, rename_file)
202
+
203
+ return rename_file
204
+
205
+ def separator_reverb_audio(input, output, segments_size, overlap, denoise, hop_length, batch_size, sample_rate):
206
+ if not os.path.exists(input):
207
+ logger.warning(translations["input_not_valid"])
208
+ return None
209
+
210
+ if not os.path.exists(output):
211
+ logger.warning(translations["output_not_valid"])
212
+ return None
213
+
214
+ logger.info(f"{translations['dereverb']}: {input}...")
215
+ output_dereverb = separator_main(audio_file=input, model_filename="Reverb_HQ_By_FoxJoy.onnx", output_format="wav", output_dir=output, mdx_segment_size=segments_size, mdx_overlap=overlap, mdx_batch_size=hop_length, mdx_hop_length=batch_size, mdx_enable_denoise=denoise, sample_rate=sample_rate)
216
+
217
+ for f in output_dereverb:
218
+ path = os.path.join(output, f)
219
+ if not os.path.exists(path): logger.error(translations["not_found"].format(name=path))
220
+
221
+ if '_(Reverb)_' in f: os.rename(path, os.path.splitext(path)[0].replace("(", "").replace(")", "") + ".wav")
222
+ elif '_(No Reverb)_' in f:
223
+ rename_file = os.path.splitext(path)[0].replace("(", "").replace(")", "") + ".wav"
224
+ os.rename(path, rename_file)
225
+
226
+ logger.info(f"{translations['dereverb_success']}: {rename_file}")
227
+ return rename_file
228
+
229
+ def separator_main(audio_file=None, model_filename="Kim_Vocal_1.onnx", output_format="wav", output_dir=".", mdx_segment_size=256, mdx_overlap=0.25, mdx_batch_size=1, mdx_hop_length=1024, mdx_enable_denoise=True, sample_rate=44100):
230
+ try:
231
+ separator = Separator(logger=logger, log_formatter=file_formatter, log_level=logging.INFO, output_dir=output_dir, output_format=output_format, output_bitrate=None, normalization_threshold=0.9, output_single_stem=None, invert_using_spec=False, sample_rate=sample_rate, mdx_params={"hop_length": mdx_hop_length, "segment_size": mdx_segment_size, "overlap": mdx_overlap, "batch_size": mdx_batch_size, "enable_denoise": mdx_enable_denoise})
232
+ separator.load_model(model_filename=model_filename)
233
+ return separator.separate(audio_file)
234
+ except:
235
+ logger.debug(translations["default_setting"])
236
+ separator = Separator(logger=logger, log_formatter=file_formatter, log_level=logging.INFO, output_dir=output_dir, output_format=output_format, output_bitrate=None, normalization_threshold=0.9, output_single_stem=None, invert_using_spec=False, sample_rate=44100, mdx_params={"hop_length": 1024, "segment_size": 256, "overlap": 0.25, "batch_size": 1, "enable_denoise": mdx_enable_denoise})
237
+ separator.load_model(model_filename=model_filename)
238
+ return separator.separate(audio_file)
239
+
240
+ if __name__ == "__main__": main()
main/inference/create_index.py ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ import sys
3
+ import faiss
4
+ import logging
5
+ import argparse
6
+ import logging.handlers
7
+
8
+ import numpy as np
9
+
10
+ from multiprocessing import cpu_count
11
+ from sklearn.cluster import MiniBatchKMeans
12
+
13
+ sys.path.append(os.getcwd())
14
+
15
+ from main.configs.config import Config
16
+ translations = Config().translations
17
+
18
+
19
+ def parse_arguments():
20
+ parser = argparse.ArgumentParser()
21
+ parser.add_argument("--model_name", type=str, required=True)
22
+ parser.add_argument("--rvc_version", type=str, default="v2")
23
+ parser.add_argument("--index_algorithm", type=str, default="Auto")
24
+
25
+ return parser.parse_args()
26
+
27
+ def main():
28
+ args = parse_arguments()
29
+
30
+ exp_dir = os.path.join("assets", "logs", args.model_name)
31
+ version = args.rvc_version
32
+ index_algorithm = args.index_algorithm
33
+ logger = logging.getLogger(__name__)
34
+
35
+ if logger.hasHandlers(): logger.handlers.clear()
36
+ else:
37
+ console_handler = logging.StreamHandler()
38
+ console_formatter = logging.Formatter(fmt="\n%(asctime)s.%(msecs)03d | %(levelname)s | %(module)s | %(message)s", datefmt="%Y-%m-%d %H:%M:%S")
39
+ console_handler.setFormatter(console_formatter)
40
+ console_handler.setLevel(logging.INFO)
41
+ file_handler = logging.handlers.RotatingFileHandler(os.path.join(exp_dir, "create_index.log"), maxBytes=5*1024*1024, backupCount=3, encoding='utf-8')
42
+ file_formatter = logging.Formatter(fmt="\n%(asctime)s.%(msecs)03d | %(levelname)s | %(module)s | %(message)s", datefmt="%Y-%m-%d %H:%M:%S")
43
+ file_handler.setFormatter(file_formatter)
44
+ file_handler.setLevel(logging.DEBUG)
45
+ logger.addHandler(console_handler)
46
+ logger.addHandler(file_handler)
47
+ logger.setLevel(logging.DEBUG)
48
+
49
+ log_data = {translations['modelname']: args.model_name, translations['model_path']: exp_dir, translations['training_version']: version, translations['index_algorithm_info']: index_algorithm}
50
+ for key, value in log_data.items():
51
+ logger.debug(f"{key}: {value}")
52
+
53
+ try:
54
+ npys = []
55
+
56
+ feature_dir = os.path.join(exp_dir, f"{version}_extracted")
57
+ model_name = os.path.basename(exp_dir)
58
+
59
+ for name in sorted(os.listdir(feature_dir)):
60
+ npys.append(np.load(os.path.join(feature_dir, name)))
61
+
62
+ big_npy = np.concatenate(npys, axis=0)
63
+ big_npy_idx = np.arange(big_npy.shape[0])
64
+
65
+ np.random.shuffle(big_npy_idx)
66
+ big_npy = big_npy[big_npy_idx]
67
+
68
+ if big_npy.shape[0] > 2e5 and (index_algorithm == "Auto" or index_algorithm == "KMeans"): big_npy = (MiniBatchKMeans(n_clusters=10000, verbose=True, batch_size=256 * cpu_count(), compute_labels=False, init="random").fit(big_npy).cluster_centers_)
69
+ np.save(os.path.join(exp_dir, "total_fea.npy"), big_npy)
70
+
71
+ n_ivf = min(int(16 * np.sqrt(big_npy.shape[0])), big_npy.shape[0] // 39)
72
+ index_trained = faiss.index_factory(256 if version == "v1" else 768, f"IVF{n_ivf},Flat")
73
+
74
+ index_ivf_trained = faiss.extract_index_ivf(index_trained)
75
+ index_ivf_trained.nprobe = 1
76
+
77
+ index_trained.train(big_npy)
78
+ faiss.write_index(index_trained, os.path.join(exp_dir, f"trained_IVF{n_ivf}_Flat_nprobe_{index_ivf_trained.nprobe}_{model_name}_{version}.index"))
79
+
80
+ index_added = faiss.index_factory(256 if version == "v1" else 768, f"IVF{n_ivf},Flat")
81
+ index_ivf_added = faiss.extract_index_ivf(index_added)
82
+ index_ivf_added.nprobe = 1
83
+
84
+ index_added.train(big_npy)
85
+ batch_size_add = 8192
86
+
87
+ for i in range(0, big_npy.shape[0], batch_size_add):
88
+ index_added.add(big_npy[i : i + batch_size_add])
89
+
90
+ index_filepath_added = os.path.join(exp_dir, f"added_IVF{n_ivf}_Flat_nprobe_{index_ivf_added.nprobe}_{model_name}_{version}.index")
91
+ faiss.write_index(index_added, index_filepath_added)
92
+
93
+ logger.info(f"{translations['save_index']} '{index_filepath_added}'")
94
+ except Exception as e:
95
+ logger.error(f"{translations['create_index_error']}: {e}")
96
+
97
+ import traceback
98
+ logger.debug(traceback.format_exc())
99
+
100
+ if __name__ == "__main__": main()
main/inference/extract.py ADDED
@@ -0,0 +1,400 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ import re
3
+ import sys
4
+ import time
5
+ import tqdm
6
+ import torch
7
+ import shutil
8
+ import logging
9
+ import argparse
10
+ import warnings
11
+ import onnxruntime
12
+ import logging.handlers
13
+
14
+ import numpy as np
15
+ import soundfile as sf
16
+ import torch.nn.functional as F
17
+
18
+ from random import shuffle
19
+ from distutils.util import strtobool
20
+ from fairseq import checkpoint_utils
21
+ from concurrent.futures import ThreadPoolExecutor, as_completed
22
+
23
+ sys.path.append(os.getcwd())
24
+
25
+ from main.configs.config import Config
26
+ from main.library.utils import check_predictors, check_embedders, load_audio
27
+
28
+ logger = logging.getLogger(__name__)
29
+ translations = Config().translations
30
+ logger.propagate = False
31
+
32
+ warnings.filterwarnings("ignore")
33
+ for l in ["torch", "faiss", "httpx", "fairseq", "httpcore", "faiss.loader", "numba.core", "urllib3"]:
34
+ logging.getLogger(l).setLevel(logging.ERROR)
35
+
36
+ def parse_arguments():
37
+ parser = argparse.ArgumentParser()
38
+ parser.add_argument("--model_name", type=str, required=True)
39
+ parser.add_argument("--rvc_version", type=str, default="v2")
40
+ parser.add_argument("--f0_method", type=str, default="rmvpe")
41
+ parser.add_argument("--pitch_guidance", type=lambda x: bool(strtobool(x)), default=True)
42
+ parser.add_argument("--hop_length", type=int, default=128)
43
+ parser.add_argument("--cpu_cores", type=int, default=2)
44
+ parser.add_argument("--gpu", type=str, default="-")
45
+ parser.add_argument("--sample_rate", type=int, required=True)
46
+ parser.add_argument("--embedder_model", type=str, default="contentvec_base.pt")
47
+ parser.add_argument("--f0_onnx", type=lambda x: bool(strtobool(x)), default=False)
48
+ parser.add_argument("--embedders_onnx", type=lambda x: bool(strtobool(x)), default=False)
49
+
50
+ return parser.parse_args()
51
+
52
+ def generate_config(rvc_version, sample_rate, model_path):
53
+ config_save_path = os.path.join(model_path, "config.json")
54
+ if not os.path.exists(config_save_path): shutil.copy(os.path.join("main", "configs", rvc_version, f"{sample_rate}.json"), config_save_path)
55
+
56
+ def generate_filelist(pitch_guidance, model_path, rvc_version, sample_rate):
57
+ gt_wavs_dir, feature_dir = os.path.join(model_path, "sliced_audios"), os.path.join(model_path, f"{rvc_version}_extracted")
58
+ f0_dir, f0nsf_dir = None, None
59
+
60
+ if pitch_guidance: f0_dir, f0nsf_dir = os.path.join(model_path, "f0"), os.path.join(model_path, "f0_voiced")
61
+
62
+ gt_wavs_files, feature_files = set(name.split(".")[0] for name in os.listdir(gt_wavs_dir)), set(name.split(".")[0] for name in os.listdir(feature_dir))
63
+ names = gt_wavs_files & feature_files & set(name.split(".")[0] for name in os.listdir(f0_dir)) & set(name.split(".")[0] for name in os.listdir(f0nsf_dir)) if pitch_guidance else gt_wavs_files & feature_files
64
+
65
+ options = []
66
+ mute_base_path = os.path.join("assets", "logs", "mute")
67
+
68
+ for name in names:
69
+ options.append(f"{gt_wavs_dir}/{name}.wav|{feature_dir}/{name}.npy|{f0_dir}/{name}.wav.npy|{f0nsf_dir}/{name}.wav.npy|0" if pitch_guidance else f"{gt_wavs_dir}/{name}.wav|{feature_dir}/{name}.npy|0")
70
+
71
+ mute_audio_path, mute_feature_path = os.path.join(mute_base_path, "sliced_audios", f"mute{sample_rate}.wav"), os.path.join(mute_base_path, f"{rvc_version}_extracted", "mute.npy")
72
+
73
+ for _ in range(2):
74
+ options.append(f"{mute_audio_path}|{mute_feature_path}|{os.path.join(mute_base_path, 'f0', 'mute.wav.npy')}|{os.path.join(mute_base_path, 'f0_voiced', 'mute.wav.npy')}|0" if pitch_guidance else f"{mute_audio_path}|{mute_feature_path}|0")
75
+
76
+ shuffle(options)
77
+ with open(os.path.join(model_path, "filelist.txt"), "w") as f:
78
+ f.write("\n".join(options))
79
+
80
+ def setup_paths(exp_dir, version = None):
81
+ wav_path = os.path.join(exp_dir, "sliced_audios_16k")
82
+
83
+ if version:
84
+ out_path = os.path.join(exp_dir, f"{version}_extracted")
85
+ os.makedirs(out_path, exist_ok=True)
86
+ return wav_path, out_path
87
+ else:
88
+ output_root1, output_root2 = os.path.join(exp_dir, "f0"), os.path.join(exp_dir, "f0_voiced")
89
+ os.makedirs(output_root1, exist_ok=True); os.makedirs(output_root2, exist_ok=True)
90
+ return wav_path, output_root1, output_root2
91
+
92
+ def read_wave(wav_path, normalize = False):
93
+ wav, sr = sf.read(wav_path)
94
+ assert sr == 16000, translations["sr_not_16000"]
95
+
96
+ feats = torch.from_numpy(wav).float()
97
+
98
+ if feats.dim() == 2: feats = feats.mean(-1)
99
+ feats = feats.view(1, -1)
100
+
101
+ if normalize: feats = F.layer_norm(feats, feats.shape)
102
+ return feats
103
+
104
+ def get_device(gpu_index):
105
+ try:
106
+ index = int(gpu_index)
107
+ if index < torch.cuda.device_count(): return f"cuda:{index}"
108
+ else: logger.warning(translations["gpu_not_valid"])
109
+ except ValueError:
110
+ logger.warning(translations["gpu_not_valid"])
111
+ return "cpu"
112
+
113
+ def get_providers():
114
+ ort_providers = onnxruntime.get_available_providers()
115
+
116
+ if "CUDAExecutionProvider" in ort_providers: providers = ["CUDAExecutionProvider"]
117
+ elif "CoreMLExecutionProvider" in ort_providers: providers = ["CoreMLExecutionProvider"]
118
+ else: providers = ["CPUExecutionProvider"]
119
+
120
+ return providers
121
+
122
+ class FeatureInput:
123
+ def __init__(self, sample_rate=16000, hop_size=160, device="cpu"):
124
+ self.fs = sample_rate
125
+ self.hop = hop_size
126
+ self.f0_bin = 256
127
+ self.f0_max = 1100.0
128
+ self.f0_min = 50.0
129
+ self.f0_mel_min = 1127 * np.log(1 + self.f0_min / 700)
130
+ self.f0_mel_max = 1127 * np.log(1 + self.f0_max / 700)
131
+ self.device = device
132
+
133
+ def compute_f0_hybrid(self, methods_str, np_arr, hop_length, f0_onnx):
134
+ methods_str = re.search("hybrid\[(.+)\]", methods_str)
135
+ if methods_str: methods = [method.strip() for method in methods_str.group(1).split("+")]
136
+
137
+ f0_computation_stack, resampled_stack = [], []
138
+ logger.debug(translations["hybrid_methods"].format(methods=methods))
139
+
140
+ for method in methods:
141
+ f0 = None
142
+ f0_methods = {"pm": lambda: self.get_pm(np_arr), "diow": lambda: self.get_pyworld_wrapper(np_arr, "dio"), "dio": lambda: self.get_pyworld(np_arr, "dio"), "mangio-crepe-full": lambda: self.get_mangio_crepe(np_arr, int(hop_length), "full", onnx=f0_onnx), "mangio-crepe-large": lambda: self.get_mangio_crepe(np_arr, int(hop_length), "large", onnx=f0_onnx), "mangio-crepe-medium": lambda: self.get_mangio_crepe(np_arr, int(hop_length), "medium", onnx=f0_onnx), "mangio-crepe-small": lambda: self.get_mangio_crepe(np_arr, int(hop_length), "small", onnx=f0_onnx), "mangio-crepe-tiny": lambda: self.get_mangio_crepe(np_arr, int(hop_length), "tiny", onnx=f0_onnx), "crepe-full": lambda: self.get_crepe(np_arr, "full", onnx=f0_onnx), "crepe-large": lambda: self.get_crepe(np_arr, "large", onnx=f0_onnx), "crepe-medium": lambda: self.get_crepe(np_arr, "medium", onnx=f0_onnx), "crepe-small": lambda: self.get_crepe(np_arr, "small", onnx=f0_onnx), "crepe-tiny": lambda: self.get_crepe(np_arr, "tiny", onnx=f0_onnx), "fcpe": lambda: self.get_fcpe(np_arr, int(hop_length), onnx=f0_onnx), "fcpe-legacy": lambda: self.get_fcpe(np_arr, int(hop_length), legacy=True, onnx=f0_onnx), "rmvpe": lambda: self.get_rmvpe(np_arr, onnx=f0_onnx), "rmvpe-legacy": lambda: self.get_rmvpe(np_arr, legacy=True, onnx=f0_onnx), "harvestw": lambda: self.get_pyworld_wrapper(np_arr, "harvest"), "harvest": lambda: self.get_pyworld(np_arr, "harvest"), "swipe": lambda: self.get_swipe(np_arr), "yin": lambda: self.get_yin(np_arr, int(hop_length), mode="yin"), "pyin": lambda: self.get_yin(np_arr, int(hop_length), mode="pyin")}
143
+ f0 = f0_methods.get(method, lambda: ValueError(translations["method_not_valid"]))()
144
+ f0_computation_stack.append(f0)
145
+
146
+ for f0 in f0_computation_stack:
147
+ resampled_stack.append(np.interp(np.linspace(0, len(f0), (np_arr.size // self.hop)), np.arange(len(f0)), f0))
148
+
149
+ return resampled_stack[0] if len(resampled_stack) == 1 else np.nanmedian(np.vstack(resampled_stack), axis=0)
150
+
151
+ def compute_f0(self, np_arr, f0_method, hop_length, f0_onnx=False):
152
+ f0_methods = {"pm": lambda: self.get_pm(np_arr), "diow": lambda: self.get_pyworld_wrapper(np_arr, "dio"), "dio": lambda: self.get_pyworld(np_arr, "dio"), "mangio-crepe-full": lambda: self.get_mangio_crepe(np_arr, int(hop_length), "full", onnx=f0_onnx), "mangio-crepe-large": lambda: self.get_mangio_crepe(np_arr, int(hop_length), "large", onnx=f0_onnx), "mangio-crepe-medium": lambda: self.get_mangio_crepe(np_arr, int(hop_length), "medium", onnx=f0_onnx), "mangio-crepe-small": lambda: self.get_mangio_crepe(np_arr, int(hop_length), "small", onnx=f0_onnx), "mangio-crepe-tiny": lambda: self.get_mangio_crepe(np_arr, int(hop_length), "tiny", onnx=f0_onnx), "crepe-full": lambda: self.get_crepe(np_arr, "full", onnx=f0_onnx), "crepe-large": lambda: self.get_crepe(np_arr, "large", onnx=f0_onnx), "crepe-medium": lambda: self.get_crepe(np_arr, "medium", onnx=f0_onnx), "crepe-small": lambda: self.get_crepe(np_arr, "small", onnx=f0_onnx), "crepe-tiny": lambda: self.get_crepe(np_arr, "tiny", onnx=f0_onnx), "fcpe": lambda: self.get_fcpe(np_arr, int(hop_length), onnx=f0_onnx), "fcpe-legacy": lambda: self.get_fcpe(np_arr, int(hop_length), legacy=True, onnx=f0_onnx), "rmvpe": lambda: self.get_rmvpe(np_arr, onnx=f0_onnx), "rmvpe-legacy": lambda: self.get_rmvpe(np_arr, legacy=True, onnx=f0_onnx), "harvestw": lambda: self.get_pyworld_wrapper(np_arr, "harvest"), "harvest": lambda: self.get_pyworld(np_arr, "harvest"), "swipe": lambda: self.get_swipe(np_arr), "yin": lambda: self.get_yin(np_arr, int(hop_length), mode="yin"), "pyin": lambda: self.get_yin(np_arr, int(hop_length), mode="pyin")}
153
+ return self.compute_f0_hybrid(f0_method, np_arr, int(hop_length), f0_onnx) if "hybrid" in f0_method else f0_methods.get(f0_method, lambda: ValueError(translations["method_not_valid"]))()
154
+
155
+ def get_pm(self, x):
156
+ import parselmouth
157
+
158
+ f0 = (parselmouth.Sound(x, self.fs).to_pitch_ac(time_step=(160 / 16000 * 1000) / 1000, voicing_threshold=0.6, pitch_floor=50, pitch_ceiling=1100).selected_array["frequency"])
159
+ pad_size = ((x.size // self.hop) - len(f0) + 1) // 2
160
+
161
+ if pad_size > 0 or (x.size // self.hop) - len(f0) - pad_size > 0: f0 = np.pad(f0, [[pad_size, (x.size // self.hop) - len(f0) - pad_size]], mode="constant")
162
+ return f0
163
+
164
+ def get_mangio_crepe(self, x, hop_length, model="full", onnx=False):
165
+ from main.library.predictors.CREPE import predict
166
+
167
+ audio = torch.from_numpy(x.astype(np.float32)).to(self.device)
168
+ audio /= torch.quantile(torch.abs(audio), 0.999)
169
+ audio = audio.unsqueeze(0)
170
+
171
+ source = predict(audio, self.fs, hop_length, self.f0_min, self.f0_max, model=model, batch_size=hop_length * 2, device=self.device, pad=True, providers=get_providers(), onnx=onnx).squeeze(0).cpu().float().numpy()
172
+ source[source < 0.001] = np.nan
173
+
174
+ return np.nan_to_num(np.interp(np.arange(0, len(source) * (x.size // self.hop), len(source)) / (x.size // self.hop), np.arange(0, len(source)), source))
175
+
176
+ def get_crepe(self, x, model="full", onnx=False):
177
+ from main.library.predictors.CREPE import predict, mean, median
178
+
179
+ f0, pd = predict(torch.tensor(np.copy(x))[None].float(), self.fs, 160, self.f0_min, self.f0_max, model, batch_size=512, device=self.device, return_periodicity=True, providers=get_providers(), onnx=onnx)
180
+ f0, pd = mean(f0, 3), median(pd, 3)
181
+ f0[pd < 0.1] = 0
182
+
183
+ return f0[0].cpu().numpy()
184
+
185
+ def get_fcpe(self, x, hop_length, legacy=False, onnx=False):
186
+ from main.library.predictors.FCPE import FCPE
187
+
188
+ model_fcpe = FCPE(os.path.join("assets", "models", "predictors", ("fcpe_legacy" if legacy else"fcpe") + (".onnx" if onnx else ".pt")), hop_length=int(hop_length), f0_min=int(self.f0_min), f0_max=int(self.f0_max), dtype=torch.float32, device=self.device, sample_rate=self.fs, threshold=0.03, providers=get_providers(), onnx=onnx, legacy=legacy)
189
+ f0 = model_fcpe.compute_f0(x, p_len=(x.size // self.hop))
190
+
191
+ del model_fcpe
192
+ return f0
193
+
194
+ def get_rmvpe(self, x, legacy=False, onnx=False):
195
+ from main.library.predictors.RMVPE import RMVPE
196
+
197
+ rmvpe_model = RMVPE(os.path.join("assets", "models", "predictors", "rmvpe" + (".onnx" if onnx else ".pt")), device=self.device, onnx=onnx, providers=get_providers())
198
+ f0 = rmvpe_model.infer_from_audio_with_pitch(x, thred=0.03, f0_min=self.f0_min, f0_max=self.f0_max) if legacy else rmvpe_model.infer_from_audio(x, thred=0.03)
199
+
200
+ del rmvpe_model
201
+ return f0
202
+
203
+ def get_pyworld_wrapper(self, x, model="harvest"):
204
+ from main.library.predictors.WORLD_WRAPPER import PYWORLD
205
+
206
+ pw = PYWORLD()
207
+ x = x.astype(np.double)
208
+
209
+ if model == "harvest": f0, t = pw.harvest(x, fs=self.fs, f0_ceil=self.f0_max, f0_floor=self.f0_min, frame_period=1000 * self.hop / self.fs)
210
+ elif model == "dio": f0, t = pw.dio(x, fs=self.fs, f0_ceil=self.f0_max, f0_floor=self.f0_min, frame_period=1000 * self.hop / self.fs)
211
+ else: raise ValueError(translations["method_not_valid"])
212
+
213
+ return pw.stonemask(x, self.fs, t, f0)
214
+
215
+ def get_pyworld(self, x, model="harvest"):
216
+ from main.library.predictors.pyworld import dio, harvest, stonemask
217
+
218
+ x = x.astype(np.double)
219
+
220
+ if model == "harvest": f0, t = harvest.harvest(x, fs=self.fs, f0_ceil=self.f0_max, f0_floor=self.f0_min, frame_period=1000 * self.hop / self.fs)
221
+ elif model == "dio": f0, t = dio.dio(x, fs=self.fs, f0_ceil=self.f0_max, f0_floor=self.f0_min, frame_period=1000 * self.hop / self.fs)
222
+ else: raise ValueError(translations["method_not_valid"])
223
+
224
+ return stonemask.stonemask(x, self.fs, t, f0)
225
+
226
+ def get_swipe(self, x):
227
+ from main.library.predictors.SWIPE import swipe
228
+
229
+ f0, _ = swipe(x.astype(np.double), self.fs, f0_floor=self.f0_min, f0_ceil=self.f0_max, frame_period=1000 * self.hop / self.fs, device=self.device)
230
+ return f0
231
+
232
+ def get_yin(self, x, hop_length, mode="yin"):
233
+ import librosa
234
+
235
+ if mode == "yin":
236
+ source = np.array(librosa.yin(x.astype(np.float32), sr=self.fs, fmin=self.f0_min, fmax=self.f0_max, hop_length=hop_length))
237
+ source[source < 0.001] = np.nan
238
+ else:
239
+ f0, _, _ = librosa.pyin(x.astype(np.float32), fmin=self.f0_min, fmax=self.f0_max, sr=self.fs, hop_length=hop_length)
240
+
241
+ source = np.array(f0)
242
+ source[source < 0.001] = np.nan
243
+
244
+ return np.nan_to_num(np.interp(np.arange(0, len(source) * (x.size // self.hop), len(source)) / (x.size // self.hop), np.arange(0, len(source)), source))
245
+
246
+ def coarse_f0(self, f0):
247
+ return np.rint(np.clip(((1127 * np.log(1 + f0 / 700)) - self.f0_mel_min) * (self.f0_bin - 2) / (self.f0_mel_max - self.f0_mel_min) + 1, 1, self.f0_bin - 1)).astype(int)
248
+
249
+ def process_file(self, file_info, f0_method, hop_length, f0_onnx):
250
+ inp_path, opt_path1, opt_path2, np_arr = file_info
251
+ if os.path.exists(opt_path1 + ".npy") and os.path.exists(opt_path2 + ".npy"): return
252
+
253
+ try:
254
+ feature_pit = self.compute_f0(np_arr, f0_method, hop_length, f0_onnx)
255
+ if isinstance(feature_pit, tuple): feature_pit = feature_pit[0]
256
+
257
+ np.save(opt_path2, feature_pit, allow_pickle=False)
258
+ np.save(opt_path1, self.coarse_f0(feature_pit), allow_pickle=False)
259
+ except Exception as e:
260
+ raise RuntimeError(f"{translations['extract_file_error']} {inp_path}: {e}")
261
+
262
+ def process_files(self, files, f0_method, hop_length, f0_onnx, device, pbar):
263
+ self.device = device
264
+ for file_info in files:
265
+ self.process_file(file_info, f0_method, hop_length, f0_onnx)
266
+ pbar.update()
267
+
268
+ def run_pitch_extraction(exp_dir, f0_method, hop_length, num_processes, gpus, f0_onnx):
269
+ input_root, *output_roots = setup_paths(exp_dir)
270
+ output_root1, output_root2 = output_roots if len(output_roots) == 2 else (output_roots[0], None)
271
+
272
+ paths = [(os.path.join(input_root, name), os.path.join(output_root1, name) if output_root1 else None, os.path.join(output_root2, name) if output_root2 else None, load_audio(logger, os.path.join(input_root, name), 16000)) for name in sorted(os.listdir(input_root)) if "spec" not in name]
273
+ logger.info(translations["extract_f0_method"].format(num_processes=num_processes, f0_method=f0_method))
274
+
275
+ start_time = time.time()
276
+ gpus = gpus.split("-")
277
+
278
+ process_partials = []
279
+ devices = get_device(gpu) if gpu != "" else "cpu"
280
+
281
+ pbar = tqdm.tqdm(total=len(paths), ncols=100, unit="p")
282
+ for idx, gpu in enumerate(gpus):
283
+ feature_input = FeatureInput(device=devices)
284
+ process_partials.append((feature_input, paths[idx::len(gpus)]))
285
+
286
+ with ThreadPoolExecutor(max_workers=num_processes) as executor:
287
+ for future in as_completed([executor.submit(FeatureInput.process_files, feature_input, part_paths, f0_method, hop_length, f0_onnx, devices, pbar) for feature_input, part_paths in process_partials]):
288
+ pbar.update(1)
289
+ logger.debug(pbar.format_meter(pbar.n, pbar.total, pbar.format_dict["elapsed"]))
290
+ future.result()
291
+
292
+ pbar.close()
293
+ logger.info(translations["extract_f0_success"].format(elapsed_time=f"{(time.time() - start_time):.2f}"))
294
+
295
+ def extract_features(model, feats, version):
296
+ return torch.as_tensor(model.run([model.get_outputs()[0].name, model.get_outputs()[1].name], {"feats": feats.detach().cpu().numpy()})[0 if version == "v1" else 1], dtype=torch.float32, device=feats.device)
297
+
298
+ def process_file_embedding(file, wav_path, out_path, model, device, version, saved_cfg, embed_suffix):
299
+ out_file_path = os.path.join(out_path, file.replace("wav", "npy"))
300
+ if os.path.exists(out_file_path): return
301
+
302
+ feats = read_wave(os.path.join(wav_path, file), normalize=saved_cfg.task.normalize if saved_cfg else False).to(device).float()
303
+ if embed_suffix == ".pt": inputs = {"source": feats, "padding_mask": torch.BoolTensor(feats.shape).fill_(False).to(device), "output_layer": 9 if version == "v1" else 12}
304
+
305
+ with torch.no_grad():
306
+ if embed_suffix == ".pt":
307
+ model = model.to(device).float().eval()
308
+ logits = model.extract_features(**inputs)
309
+ feats = model.final_proj(logits[0]) if version == "v1" else logits[0]
310
+ else: feats = extract_features(model, feats, version).to(device)
311
+
312
+ feats = feats.squeeze(0).float().cpu().numpy()
313
+
314
+ if not np.isnan(feats).any(): np.save(out_file_path, feats, allow_pickle=False)
315
+ else: logger.warning(f"{file} {translations['NaN']}")
316
+
317
+ def run_embedding_extraction(exp_dir, version, gpus, embedder_model):
318
+ wav_path, out_path = setup_paths(exp_dir, version)
319
+ logger.info(translations["start_extract_hubert"])
320
+
321
+ start_time = time.time()
322
+ embedder_model_path = os.path.join("assets", "models", "embedders", embedder_model)
323
+ if not os.path.exists(embedder_model_path) and not embedder_model.endswith((".pt", ".onnx")): raise FileNotFoundError(f"{translations['not_found'].format(name=translations['model'])}: {embedder_model}")
324
+
325
+ try:
326
+ if embedder_model.endswith(".pt"):
327
+ models, saved_cfg, _ = checkpoint_utils.load_model_ensemble_and_task([embedder_model_path], suffix="")
328
+
329
+ models = models[0]
330
+ embed_suffix = ".pt"
331
+ else:
332
+ sess_options = onnxruntime.SessionOptions()
333
+ sess_options.log_severity_level = 3
334
+
335
+ models = onnxruntime.InferenceSession(embedder_model_path, sess_options=sess_options, providers=get_providers())
336
+ saved_cfg, embed_suffix = None, ".onnx"
337
+ except Exception as e:
338
+ raise ImportError(translations["read_model_error"].format(e=e))
339
+
340
+ devices = [(get_device(gpu) for gpu in (gpus.split("-"))) if gpus != "-" else "cpu"]
341
+ paths = sorted([file for file in os.listdir(wav_path) if file.endswith(".wav")])
342
+
343
+ if not paths:
344
+ logger.warning(translations["not_found_audio_file"])
345
+ sys.exit(1)
346
+
347
+ pbar = tqdm.tqdm(total=len(paths) * len(devices), ncols=100, unit="p")
348
+ for task in [(file, wav_path, out_path, models, device, version, saved_cfg, embed_suffix) for file in paths for device in devices]:
349
+ try:
350
+ process_file_embedding(*task)
351
+ except Exception as e:
352
+ raise RuntimeError(f"{translations['process_error']} {task[0]}: {e}")
353
+
354
+ pbar.update(1)
355
+ logger.debug(pbar.format_meter(pbar.n, pbar.total, pbar.format_dict["elapsed"]))
356
+
357
+ pbar.close()
358
+ logger.info(translations["extract_hubert_success"].format(elapsed_time=f"{(time.time() - start_time):.2f}"))
359
+
360
+ if __name__ == "__main__":
361
+ args = parse_arguments()
362
+ exp_dir = os.path.join("assets", "logs", args.model_name)
363
+ f0_method, hop_length, num_processes, gpus, version, pitch_guidance, sample_rate, embedder_model, f0_onnx, embedders_onnx = args.f0_method, args.hop_length, args.cpu_cores, args.gpu, args.rvc_version, args.pitch_guidance, args.sample_rate, args.embedder_model, args.f0_onnx, args.embedders_onnx
364
+ check_predictors(f0_method, f0_onnx); check_embedders(embedder_model, embedders_onnx)
365
+ embedder_model += ".onnx" if embedders_onnx else ".pt"
366
+
367
+ if logger.hasHandlers(): logger.handlers.clear()
368
+ else:
369
+ console_handler = logging.StreamHandler()
370
+ console_formatter = logging.Formatter(fmt="\n%(asctime)s.%(msecs)03d | %(levelname)s | %(module)s | %(message)s", datefmt="%Y-%m-%d %H:%M:%S")
371
+ console_handler.setFormatter(console_formatter)
372
+ console_handler.setLevel(logging.INFO)
373
+ file_handler = logging.handlers.RotatingFileHandler(os.path.join(exp_dir, "extract.log"), maxBytes=5*1024*1024, backupCount=3, encoding='utf-8')
374
+ file_formatter = logging.Formatter(fmt="\n%(asctime)s.%(msecs)03d | %(levelname)s | %(module)s | %(message)s", datefmt="%Y-%m-%d %H:%M:%S")
375
+ file_handler.setFormatter(file_formatter)
376
+ file_handler.setLevel(logging.DEBUG)
377
+ logger.addHandler(console_handler)
378
+ logger.addHandler(file_handler)
379
+ logger.setLevel(logging.DEBUG)
380
+
381
+ log_data = {translations['modelname']: args.model_name, translations['export_process']: exp_dir, translations['f0_method']: f0_method, translations['pretrain_sr']: sample_rate, translations['cpu_core']: num_processes, "Gpu": gpus, "Hop length": hop_length, translations['training_version']: version, translations['extract_f0']: pitch_guidance, translations['hubert_model']: embedder_model, translations["f0_onnx_mode"]: f0_onnx, translations["embed_onnx"]: embedders_onnx}
382
+ for key, value in log_data.items():
383
+ logger.debug(f"{key}: {value}")
384
+
385
+ pid_path = os.path.join(exp_dir, "extract_pid.txt")
386
+ with open(pid_path, "w") as pid_file:
387
+ pid_file.write(str(os.getpid()))
388
+
389
+ try:
390
+ run_pitch_extraction(exp_dir, f0_method, hop_length, num_processes, gpus, f0_onnx)
391
+ run_embedding_extraction(exp_dir, version, gpus, embedder_model)
392
+ generate_config(version, sample_rate, exp_dir)
393
+ generate_filelist(pitch_guidance, exp_dir, version, sample_rate)
394
+ except Exception as e:
395
+ logger.error(f"{translations['extract_error']}: {e}")
396
+ import traceback
397
+ logger.debug(traceback.format_exc())
398
+
399
+ if os.path.exists(pid_path): os.remove(pid_path)
400
+ logger.info(f"{translations['extract_success']} {args.model_name}.")
main/inference/preprocess.py ADDED
@@ -0,0 +1,270 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ import sys
3
+ import time
4
+ import logging
5
+ import librosa
6
+ import argparse
7
+ import logging.handlers
8
+
9
+ import numpy as np
10
+
11
+ from tqdm import tqdm
12
+ from scipy import signal
13
+ from scipy.io import wavfile
14
+ from distutils.util import strtobool
15
+ from concurrent.futures import ProcessPoolExecutor, as_completed
16
+
17
+ sys.path.append(os.getcwd())
18
+
19
+ from main.library.utils import load_audio
20
+ from main.configs.config import Config
21
+
22
+ logger = logging.getLogger(__name__)
23
+ for l in ["numba.core.byteflow", "numba.core.ssa", "numba.core.interpreter"]:
24
+ logging.getLogger(l).setLevel(logging.ERROR)
25
+
26
+ OVERLAP, MAX_AMPLITUDE, ALPHA, HIGH_PASS_CUTOFF, SAMPLE_RATE_16K = 0.3, 0.9, 0.75, 48, 16000
27
+ config = Config()
28
+ translations = config.translations
29
+
30
+ def parse_arguments():
31
+ parser = argparse.ArgumentParser()
32
+ parser.add_argument("--model_name", type=str, required=True)
33
+ parser.add_argument("--dataset_path", type=str, default="./dataset")
34
+ parser.add_argument("--sample_rate", type=int, required=True)
35
+ parser.add_argument("--cpu_cores", type=int, default=2)
36
+ parser.add_argument("--cut_preprocess", type=lambda x: bool(strtobool(x)), default=True)
37
+ parser.add_argument("--process_effects", type=lambda x: bool(strtobool(x)), default=False)
38
+ parser.add_argument("--clean_dataset", type=lambda x: bool(strtobool(x)), default=False)
39
+ parser.add_argument("--clean_strength", type=float, default=0.7)
40
+
41
+ return parser.parse_args()
42
+
43
+ class Slicer:
44
+ def __init__(self, sr, threshold = -40.0, min_length = 5000, min_interval = 300, hop_size = 20, max_sil_kept = 5000):
45
+ if not min_length >= min_interval >= hop_size: raise ValueError(translations["min_length>=min_interval>=hop_size"])
46
+ if not max_sil_kept >= hop_size: raise ValueError(translations["max_sil_kept>=hop_size"])
47
+
48
+ min_interval = sr * min_interval / 1000
49
+ self.threshold = 10 ** (threshold / 20.0)
50
+ self.hop_size = round(sr * hop_size / 1000)
51
+ self.win_size = min(round(min_interval), 4 * self.hop_size)
52
+ self.min_length = round(sr * min_length / 1000 / self.hop_size)
53
+ self.min_interval = round(min_interval / self.hop_size)
54
+ self.max_sil_kept = round(sr * max_sil_kept / 1000 / self.hop_size)
55
+
56
+ def _apply_slice(self, waveform, begin, end):
57
+ start_idx = begin * self.hop_size
58
+
59
+ if len(waveform.shape) > 1: return waveform[:, start_idx:min(waveform.shape[1], end * self.hop_size)]
60
+ else: return waveform[start_idx:min(waveform.shape[0], end * self.hop_size)]
61
+
62
+ def slice(self, waveform):
63
+ samples = waveform.mean(axis=0) if len(waveform.shape) > 1 else waveform
64
+ if samples.shape[0] <= self.min_length: return [waveform]
65
+ rms_list = get_rms(y=samples, frame_length=self.win_size, hop_length=self.hop_size).squeeze(0)
66
+ sil_tags = []
67
+ silence_start, clip_start = None, 0
68
+
69
+ for i, rms in enumerate(rms_list):
70
+ if rms < self.threshold:
71
+ if silence_start is None: silence_start = i
72
+ continue
73
+
74
+ if silence_start is None: continue
75
+
76
+ is_leading_silence = silence_start == 0 and i > self.max_sil_kept
77
+ need_slice_middle = (i - silence_start >= self.min_interval and i - clip_start >= self.min_length)
78
+
79
+ if not is_leading_silence and not need_slice_middle:
80
+ silence_start = None
81
+ continue
82
+
83
+ if i - silence_start <= self.max_sil_kept:
84
+ pos = rms_list[silence_start : i + 1].argmin() + silence_start
85
+ sil_tags.append((0, pos) if silence_start == 0 else (pos, pos))
86
+ clip_start = pos
87
+ elif i - silence_start <= self.max_sil_kept * 2:
88
+ pos = rms_list[i - self.max_sil_kept : silence_start + self.max_sil_kept + 1].argmin()
89
+ pos += i - self.max_sil_kept
90
+ pos_r = (rms_list[i - self.max_sil_kept : i + 1].argmin() + i - self.max_sil_kept)
91
+
92
+ if silence_start == 0:
93
+ sil_tags.append((0, pos_r))
94
+ clip_start = pos_r
95
+ else:
96
+ sil_tags.append((min((rms_list[silence_start : silence_start + self.max_sil_kept + 1].argmin() + silence_start), pos), max(pos_r, pos)))
97
+ clip_start = max(pos_r, pos)
98
+ else:
99
+ pos_r = (rms_list[i - self.max_sil_kept : i + 1].argmin() + i - self.max_sil_kept)
100
+ sil_tags.append((0, pos_r) if silence_start == 0 else ((rms_list[silence_start : silence_start + self.max_sil_kept + 1].argmin() + silence_start), pos_r))
101
+ clip_start = pos_r
102
+
103
+ silence_start = None
104
+ total_frames = rms_list.shape[0]
105
+ if (silence_start is not None and total_frames - silence_start >= self.min_interval): sil_tags.append((rms_list[silence_start : min(total_frames, silence_start + self.max_sil_kept) + 1].argmin() + silence_start, total_frames + 1))
106
+
107
+ if not sil_tags: return [waveform]
108
+ else:
109
+ chunks = []
110
+ if sil_tags[0][0] > 0: chunks.append(self._apply_slice(waveform, 0, sil_tags[0][0]))
111
+
112
+ for i in range(len(sil_tags) - 1):
113
+ chunks.append(self._apply_slice(waveform, sil_tags[i][1], sil_tags[i + 1][0]))
114
+
115
+ if sil_tags[-1][1] < total_frames: chunks.append(self._apply_slice(waveform, sil_tags[-1][1], total_frames))
116
+ return chunks
117
+
118
+ def get_rms(y, frame_length=2048, hop_length=512, pad_mode="constant"):
119
+ y = np.pad(y, (int(frame_length // 2), int(frame_length // 2)), mode=pad_mode)
120
+ axis = -1
121
+ x_shape_trimmed = list(y.shape)
122
+ x_shape_trimmed[axis] -= frame_length - 1
123
+ xw = np.moveaxis(np.lib.stride_tricks.as_strided(y, shape=tuple(x_shape_trimmed) + tuple([frame_length]), strides=y.strides + tuple([y.strides[axis]])), -1, axis - 1 if axis < 0 else axis + 1)
124
+ slices = [slice(None)] * xw.ndim
125
+ slices[axis] = slice(0, None, hop_length)
126
+ return np.sqrt(np.mean(np.abs(xw[tuple(slices)]) ** 2, axis=-2, keepdims=True))
127
+
128
+ class PreProcess:
129
+ def __init__(self, sr, exp_dir, per):
130
+ self.slicer = Slicer(sr=sr, threshold=-42, min_length=1500, min_interval=400, hop_size=15, max_sil_kept=500)
131
+ self.sr = sr
132
+ self.b_high, self.a_high = signal.butter(N=5, Wn=HIGH_PASS_CUTOFF, btype="high", fs=self.sr)
133
+ self.per = per
134
+ self.exp_dir = exp_dir
135
+ self.device = "cpu"
136
+ self.gt_wavs_dir = os.path.join(exp_dir, "sliced_audios")
137
+ self.wavs16k_dir = os.path.join(exp_dir, "sliced_audios_16k")
138
+ os.makedirs(self.gt_wavs_dir, exist_ok=True)
139
+ os.makedirs(self.wavs16k_dir, exist_ok=True)
140
+
141
+ def _normalize_audio(self, audio):
142
+ tmp_max = np.abs(audio).max()
143
+ if tmp_max > 2.5: return None
144
+ return (audio / tmp_max * (MAX_AMPLITUDE * ALPHA)) + (1 - ALPHA) * audio
145
+
146
+ def process_audio_segment(self, normalized_audio, sid, idx0, idx1):
147
+ if normalized_audio is None:
148
+ logger.debug(f"{sid}-{idx0}-{idx1}-filtered")
149
+ return
150
+
151
+ wavfile.write(os.path.join(self.gt_wavs_dir, f"{sid}_{idx0}_{idx1}.wav"), self.sr, normalized_audio.astype(np.float32))
152
+ wavfile.write(os.path.join(self.wavs16k_dir, f"{sid}_{idx0}_{idx1}.wav"), SAMPLE_RATE_16K, librosa.resample(normalized_audio, orig_sr=self.sr, target_sr=SAMPLE_RATE_16K, res_type="soxr_vhq").astype(np.float32))
153
+
154
+ def process_audio(self, path, idx0, sid, cut_preprocess, process_effects, clean_dataset, clean_strength):
155
+ try:
156
+ audio = load_audio(logger, path, self.sr)
157
+
158
+ if process_effects:
159
+ audio = signal.lfilter(self.b_high, self.a_high, audio)
160
+ audio = self._normalize_audio(audio)
161
+
162
+ if clean_dataset:
163
+ from main.tools.noisereduce import reduce_noise
164
+ audio = reduce_noise(y=audio, sr=self.sr, prop_decrease=clean_strength, device=config.device)
165
+
166
+ idx1 = 0
167
+ if cut_preprocess:
168
+ for audio_segment in self.slicer.slice(audio):
169
+ i = 0
170
+
171
+ while 1:
172
+ start = int(self.sr * (self.per - OVERLAP) * i)
173
+ i += 1
174
+
175
+ if len(audio_segment[start:]) > (self.per + OVERLAP) * self.sr:
176
+ self.process_audio_segment(audio_segment[start : start + int(self.per * self.sr)], sid, idx0, idx1)
177
+ idx1 += 1
178
+ else:
179
+ self.process_audio_segment(audio_segment[start:], sid, idx0, idx1)
180
+ idx1 += 1
181
+ break
182
+ else: self.process_audio_segment(audio, sid, idx0, idx1)
183
+ except Exception as e:
184
+ raise RuntimeError(f"{translations['process_audio_error']}: {e}")
185
+
186
+ def process_file(args):
187
+ pp, file, cut_preprocess, process_effects, clean_dataset, clean_strength = (args)
188
+ file_path, idx0, sid = file
189
+ pp.process_audio(file_path, idx0, sid, cut_preprocess, process_effects, clean_dataset, clean_strength)
190
+
191
+ def preprocess_training_set(input_root, sr, num_processes, exp_dir, per, cut_preprocess, process_effects, clean_dataset, clean_strength):
192
+ start_time = time.time()
193
+
194
+ pp = PreProcess(sr, exp_dir, per)
195
+ logger.info(translations["start_preprocess"].format(num_processes=num_processes))
196
+ files = []
197
+ idx = 0
198
+
199
+ for root, _, filenames in os.walk(input_root):
200
+ try:
201
+ sid = 0 if root == input_root else int(os.path.basename(root))
202
+
203
+ for f in filenames:
204
+ if f.lower().endswith(("wav", "mp3", "flac", "ogg", "opus", "m4a", "mp4", "aac", "alac", "wma", "aiff", "webm", "ac3")):
205
+ files.append((os.path.join(root, f), idx, sid))
206
+ idx += 1
207
+ except ValueError:
208
+ raise ValueError(f"{translations['not_integer']} '{os.path.basename(root)}'.")
209
+
210
+ with tqdm(total=len(files), ncols=100, unit="f") as pbar:
211
+ with ProcessPoolExecutor(max_workers=num_processes) as executor:
212
+ futures = [executor.submit(process_file, (pp, file, cut_preprocess, process_effects, clean_dataset, clean_strength)) for file in files]
213
+ for future in as_completed(futures):
214
+ try:
215
+ future.result()
216
+ except Exception as e:
217
+ raise RuntimeError(f"{translations['process_error']}: {e}")
218
+ pbar.update(1)
219
+ logger.debug(pbar.format_meter(pbar.n, pbar.total, pbar.format_dict["elapsed"]))
220
+
221
+ elapsed_time = time.time() - start_time
222
+ logger.info(translations["preprocess_success"].format(elapsed_time=f"{elapsed_time:.2f}"))
223
+
224
+ if __name__ == "__main__":
225
+ args = parse_arguments()
226
+ experiment_directory = os.path.join("assets", "logs", args.model_name)
227
+ num_processes = args.cpu_cores
228
+ num_processes = 2 if num_processes is None else int(num_processes)
229
+ dataset = args.dataset_path
230
+ sample_rate = args.sample_rate
231
+ cut_preprocess = args.cut_preprocess
232
+ preprocess_effects = args.process_effects
233
+ clean_dataset = args.clean_dataset
234
+ clean_strength = args.clean_strength
235
+
236
+ os.makedirs(experiment_directory, exist_ok=True)
237
+
238
+ if logger.hasHandlers(): logger.handlers.clear()
239
+ else:
240
+ console_handler = logging.StreamHandler()
241
+ console_formatter = logging.Formatter(fmt="\n%(asctime)s.%(msecs)03d | %(levelname)s | %(module)s | %(message)s", datefmt="%Y-%m-%d %H:%M:%S")
242
+ console_handler.setFormatter(console_formatter)
243
+ console_handler.setLevel(logging.INFO)
244
+ file_handler = logging.handlers.RotatingFileHandler(os.path.join(experiment_directory, "preprocess.log"), maxBytes=5*1024*1024, backupCount=3, encoding='utf-8')
245
+ file_formatter = logging.Formatter(fmt="\n%(asctime)s.%(msecs)03d | %(levelname)s | %(module)s | %(message)s", datefmt="%Y-%m-%d %H:%M:%S")
246
+ file_handler.setFormatter(file_formatter)
247
+ file_handler.setLevel(logging.DEBUG)
248
+ logger.addHandler(console_handler)
249
+ logger.addHandler(file_handler)
250
+ logger.setLevel(logging.DEBUG)
251
+
252
+ log_data = {translations['modelname']: args.model_name, translations['export_process']: experiment_directory, translations['dataset_folder']: dataset, translations['pretrain_sr']: sample_rate, translations['cpu_core']: num_processes, translations['split_audio']: cut_preprocess, translations['preprocess_effect']: preprocess_effects, translations['clear_audio']: clean_dataset}
253
+ if clean_dataset: log_data[translations['clean_strength']] = clean_strength
254
+
255
+ for key, value in log_data.items():
256
+ logger.debug(f"{key}: {value}")
257
+
258
+ pid_path = os.path.join(experiment_directory, "preprocess_pid.txt")
259
+ with open(pid_path, "w") as pid_file:
260
+ pid_file.write(str(os.getpid()))
261
+
262
+ try:
263
+ preprocess_training_set(dataset, sample_rate, num_processes, experiment_directory, 3.7, cut_preprocess, preprocess_effects, clean_dataset, clean_strength)
264
+ except Exception as e:
265
+ logger.error(f"{translations['process_audio_error']} {e}")
266
+ import traceback
267
+ logger.debug(traceback.format_exc())
268
+
269
+ if os.path.exists(pid_path): os.remove(pid_path)
270
+ logger.info(f"{translations['preprocess_model_success']} {args.model_name}")
main/inference/separator_music.py ADDED
@@ -0,0 +1,310 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ import sys
3
+ import time
4
+ import logging
5
+ import argparse
6
+ import logging.handlers
7
+
8
+ from distutils.util import strtobool
9
+
10
+ sys.path.append(os.getcwd())
11
+
12
+ from main.configs.config import Config
13
+ from main.library.algorithm.separator import Separator
14
+ from main.library.utils import pydub_convert, pydub_load
15
+
16
+ config = Config()
17
+ translations = config.translations
18
+ logger = logging.getLogger(__name__)
19
+
20
+ if logger.hasHandlers(): logger.handlers.clear()
21
+ else:
22
+ console_handler = logging.StreamHandler()
23
+ console_formatter = logging.Formatter(fmt="\n%(asctime)s.%(msecs)03d | %(levelname)s | %(module)s | %(message)s", datefmt="%Y-%m-%d %H:%M:%S")
24
+ console_handler.setFormatter(console_formatter)
25
+ console_handler.setLevel(logging.INFO)
26
+ file_handler = logging.handlers.RotatingFileHandler(os.path.join("assets", "logs", "separator.log"), maxBytes=5*1024*1024, backupCount=3, encoding='utf-8')
27
+ file_formatter = logging.Formatter(fmt="\n%(asctime)s.%(msecs)03d | %(levelname)s | %(module)s | %(message)s", datefmt="%Y-%m-%d %H:%M:%S")
28
+ file_handler.setFormatter(file_formatter)
29
+ file_handler.setLevel(logging.DEBUG)
30
+ logger.addHandler(console_handler)
31
+ logger.addHandler(file_handler)
32
+ logger.setLevel(logging.DEBUG)
33
+
34
+ demucs_models = {"HT-Tuned": "htdemucs_ft.yaml", "HT-Normal": "htdemucs.yaml", "HD_MMI": "hdemucs_mmi.yaml", "HT_6S": "htdemucs_6s.yaml"}
35
+ mdx_models = {"Main_340": "UVR-MDX-NET_Main_340.onnx", "Main_390": "UVR-MDX-NET_Main_390.onnx", "Main_406": "UVR-MDX-NET_Main_406.onnx", "Main_427": "UVR-MDX-NET_Main_427.onnx", "Main_438": "UVR-MDX-NET_Main_438.onnx", "Inst_full_292": "UVR-MDX-NET-Inst_full_292.onnx", "Inst_HQ_1": "UVR-MDX-NET_Inst_HQ_1.onnx", "Inst_HQ_2": "UVR-MDX-NET_Inst_HQ_2.onnx", "Inst_HQ_3": "UVR-MDX-NET_Inst_HQ_3.onnx", "Inst_HQ_4": "UVR-MDX-NET-Inst_HQ_4.onnx", "Inst_HQ_5": "UVR-MDX-NET-Inst_HQ_5.onnx", "Kim_Vocal_1": "Kim_Vocal_1.onnx", "Kim_Vocal_2": "Kim_Vocal_2.onnx", "Kim_Inst": "Kim_Inst.onnx", "Inst_187_beta": "UVR-MDX-NET_Inst_187_beta.onnx", "Inst_82_beta": "UVR-MDX-NET_Inst_82_beta.onnx", "Inst_90_beta": "UVR-MDX-NET_Inst_90_beta.onnx", "Voc_FT": "UVR-MDX-NET-Voc_FT.onnx", "Crowd_HQ": "UVR-MDX-NET_Crowd_HQ_1.onnx", "MDXNET_9482": "UVR_MDXNET_9482.onnx", "Inst_1": "UVR-MDX-NET-Inst_1.onnx", "Inst_2": "UVR-MDX-NET-Inst_2.onnx", "Inst_3": "UVR-MDX-NET-Inst_3.onnx", "MDXNET_1_9703": "UVR_MDXNET_1_9703.onnx", "MDXNET_2_9682": "UVR_MDXNET_2_9682.onnx", "MDXNET_3_9662": "UVR_MDXNET_3_9662.onnx", "Inst_Main": "UVR-MDX-NET-Inst_Main.onnx", "MDXNET_Main": "UVR_MDXNET_Main.onnx"}
36
+ kara_models = {"Version-1": "UVR_MDXNET_KARA.onnx", "Version-2": "UVR_MDXNET_KARA_2.onnx"}
37
+
38
+ def parse_arguments():
39
+ parser = argparse.ArgumentParser()
40
+ parser.add_argument("--input_path", type=str, required=True)
41
+ parser.add_argument("--output_path", type=str, default="./audios")
42
+ parser.add_argument("--format", type=str, default="wav")
43
+ parser.add_argument("--shifts", type=int, default=2)
44
+ parser.add_argument("--segments_size", type=int, default=256)
45
+ parser.add_argument("--overlap", type=float, default=0.25)
46
+ parser.add_argument("--mdx_hop_length", type=int, default=1024)
47
+ parser.add_argument("--mdx_batch_size", type=int, default=1)
48
+ parser.add_argument("--clean_audio", type=lambda x: bool(strtobool(x)), default=False)
49
+ parser.add_argument("--clean_strength", type=float, default=0.7)
50
+ parser.add_argument("--model_name", type=str, default="HT-Normal")
51
+ parser.add_argument("--kara_model", type=str, default="Version-1")
52
+ parser.add_argument("--backing", type=lambda x: bool(strtobool(x)), default=False)
53
+ parser.add_argument("--mdx_denoise", type=lambda x: bool(strtobool(x)), default=False)
54
+ parser.add_argument("--reverb", type=lambda x: bool(strtobool(x)), default=False)
55
+ parser.add_argument("--backing_reverb", type=lambda x: bool(strtobool(x)), default=False)
56
+ parser.add_argument("--sample_rate", type=int, default=44100)
57
+
58
+ return parser.parse_args()
59
+
60
+ def main():
61
+ start_time = time.time()
62
+ pid_path = os.path.join("assets", "separate_pid.txt")
63
+
64
+ with open(pid_path, "w") as pid_file:
65
+ pid_file.write(str(os.getpid()))
66
+
67
+ try:
68
+ args = parse_arguments()
69
+ input_path, output_path, export_format, shifts, segments_size, overlap, hop_length, batch_size, clean_audio, clean_strength, model_name, kara_model, backing, mdx_denoise, reverb, backing_reverb, sample_rate = args.input_path, args.output_path, args.format, args.shifts, args.segments_size, args.overlap, args.mdx_hop_length, args.mdx_batch_size, args.clean_audio, args.clean_strength, args.model_name, args.kara_model, args.backing, args.mdx_denoise, args.reverb, args.backing_reverb, args.sample_rate
70
+
71
+ if backing_reverb and not reverb:
72
+ logger.warning(translations["turn_on_dereverb"])
73
+ sys.exit(1)
74
+
75
+ if backing_reverb and not backing:
76
+ logger.warning(translations["turn_on_separator_backing"])
77
+ sys.exit(1)
78
+
79
+ input_path = input_path.strip(" ").strip('"').strip("\n").strip('"').strip(" ")
80
+ output_path = os.path.dirname(output_path) or output_path
81
+
82
+ log_data = {translations['audio_path']: input_path, translations['output_path']: output_path, translations['export_format']: export_format, translations['shift']: shifts, translations['segments_size']: segments_size, translations['overlap']: overlap, translations['modelname']: model_name, translations['denoise_mdx']: mdx_denoise, "Hop length": hop_length, translations['batch_size']: batch_size, translations['sr']: sample_rate}
83
+
84
+ if clean_audio:
85
+ log_data[translations['clear_audio']] = clean_audio
86
+ log_data[translations['clean_strength']] = clean_strength
87
+
88
+ if backing:
89
+ log_data[translations['backing_model_ver']] = kara_model
90
+ log_data[translations['separator_backing']] = backing
91
+
92
+ if reverb:
93
+ log_data[translations['dereveb_audio']] = reverb
94
+ log_data[translations['dereveb_backing']] = backing_reverb
95
+
96
+ for key, value in log_data.items():
97
+ logger.debug(f"{key}: {value}")
98
+
99
+ if os.path.isdir(input_path):
100
+ for f in input_path:
101
+ separation(f, output_path, export_format, shifts, overlap, segments_size, model_name, sample_rate, mdx_denoise, hop_length, batch_size, backing, reverb, kara_model, backing_reverb, clean_audio, clean_strength)
102
+ else: separation(input_path, output_path, export_format, shifts, overlap, segments_size, model_name, sample_rate, mdx_denoise, hop_length, batch_size, backing, reverb, kara_model, backing_reverb, clean_audio, clean_strength)
103
+
104
+ except Exception as e:
105
+ logger.error(f"{translations['separator_error']}: {e}")
106
+
107
+ import traceback
108
+ logger.debug(traceback.format_exc())
109
+
110
+ if os.path.exists(pid_path): os.remove(pid_path)
111
+
112
+ elapsed_time = time.time() - start_time
113
+ logger.info(translations["separator_success"].format(elapsed_time=f"{elapsed_time:.2f}"))
114
+
115
+ def separation(input_path, output_path, export_format, shifts, overlap, segments_size, model_name, sample_rate, mdx_denoise, hop_length, batch_size, backing, reverb, kara_model, backing_reverb, clean_audio, clean_strength):
116
+ filename, _ = os.path.splitext(os.path.basename(input_path))
117
+ output_path = os.path.join(output_path, filename)
118
+ os.makedirs(output_path, exist_ok=True)
119
+
120
+ if model_name in ["HT-Tuned", "HT-Normal", "HD_MMI", "HT_6S"]: vocals, _ = separator_music_demucs(input_path, output_path, export_format, shifts, overlap, segments_size, model_name, sample_rate)
121
+ else: vocals, _ = separator_music_mdx(input_path, output_path, export_format, segments_size, overlap, mdx_denoise, model_name, hop_length, batch_size, sample_rate)
122
+
123
+ if backing: main_vocals, backing_vocals = separator_backing(vocals, output_path, export_format, segments_size, overlap, mdx_denoise, kara_model, hop_length, batch_size, sample_rate)
124
+ if reverb: vocals_no_reverb, main_vocals_no_reverb, backing_vocals_no_reverb = separator_reverb(output_path, export_format, segments_size, overlap, mdx_denoise, reverb, backing_reverb, hop_length, batch_size, sample_rate)
125
+
126
+ original_output = os.path.join(output_path, f"Original_Vocals_No_Reverb.{export_format}") if reverb else os.path.join(output_path, f"Original_Vocals.{export_format}")
127
+ main_output = os.path.join(output_path, f"Main_Vocals_No_Reverb.{export_format}") if reverb and backing_reverb else os.path.join(output_path, f"Main_Vocals.{export_format}")
128
+ backing_output = os.path.join(output_path, f"Backing_Vocals_No_Reverb.{export_format}") if reverb and backing_reverb else os.path.join(output_path, f"Backing_Vocals.{export_format}")
129
+
130
+ if clean_audio:
131
+ import soundfile as sf
132
+
133
+ logger.info(f"{translations['clear_audio']}...")
134
+
135
+ vocal_data, vocal_sr = sf.read(vocals_no_reverb if reverb else vocals)
136
+ main_data, main_sr = sf.read(main_vocals_no_reverb if reverb and backing else main_vocals)
137
+ backing_data, backing_sr = sf.read(backing_vocals_no_reverb if reverb and backing_reverb else backing_vocals)
138
+
139
+ from main.tools.noisereduce import reduce_noise
140
+ sf.write(original_output, reduce_noise(y=vocal_data, prop_decrease=clean_strength), vocal_sr, format=export_format, device=config.device)
141
+
142
+ if backing:
143
+ sf.write(main_output, reduce_noise(y=main_data, sr=main_sr, prop_decrease=clean_strength), main_sr, format=export_format, device=config.device)
144
+ sf.write(backing_output, reduce_noise(y=backing_data, sr=backing_sr, prop_decrease=clean_strength), backing_sr, format=export_format, device=config.device)
145
+
146
+ logger.info(translations["clean_audio_success"])
147
+
148
+ def separator_music_demucs(input, output, format, shifts, overlap, segments_size, demucs_model, sample_rate):
149
+ if not os.path.exists(input):
150
+ logger.warning(translations["input_not_valid"])
151
+ sys.exit(1)
152
+
153
+ if not os.path.exists(output):
154
+ logger.warning(translations["output_not_valid"])
155
+ sys.exit(1)
156
+
157
+ for i in [f"Original_Vocals.{format}", f"Instruments.{format}"]:
158
+ if os.path.exists(os.path.join(output, i)): os.remove(os.path.join(output, i))
159
+
160
+ logger.info(f"{translations['separator_process_2']}...")
161
+ demucs_output = separator_main(audio_file=input, model_filename=demucs_models.get(demucs_model), output_format=format, output_dir=output, demucs_segment_size=(segments_size / 2), demucs_shifts=shifts, demucs_overlap=overlap, sample_rate=sample_rate)
162
+
163
+ for f in demucs_output:
164
+ path = os.path.join(output, f)
165
+ if not os.path.exists(path): logger.error(translations["not_found"].format(name=path))
166
+
167
+ if '_(Drums)_' in f: drums = path
168
+ elif '_(Bass)_' in f: bass = path
169
+ elif '_(Other)_' in f: other = path
170
+ elif '_(Vocals)_' in f: os.rename(path, os.path.join(output, f"Original_Vocals.{format}"))
171
+
172
+ pydub_convert(pydub_load(drums)).overlay(pydub_convert(pydub_load(bass))).overlay(pydub_convert(pydub_load(other))).export(os.path.join(output, f"Instruments.{format}"), format=format)
173
+
174
+ for f in [drums, bass, other]:
175
+ if os.path.exists(f): os.remove(f)
176
+
177
+ logger.info(translations["separator_success_2"])
178
+ return os.path.join(output, f"Original_Vocals.{format}"), os.path.join(output, f"Instruments.{format}")
179
+
180
+ def separator_backing(input, output, format, segments_size, overlap, denoise, kara_model, hop_length, batch_size, sample_rate):
181
+ if not os.path.exists(input):
182
+ logger.warning(translations["input_not_valid"])
183
+ sys.exit(1)
184
+
185
+ if not os.path.exists(output):
186
+ logger.warning(translations["output_not_valid"])
187
+ sys.exit(1)
188
+
189
+ for f in [f"Main_Vocals.{format}", f"Backing_Vocals.{format}"]:
190
+ if os.path.exists(os.path.join(output, f)): os.remove(os.path.join(output, f))
191
+
192
+ model_2 = kara_models.get(kara_model)
193
+ logger.info(f"{translations['separator_process_backing']}...")
194
+
195
+ backing_outputs = separator_main(audio_file=input, model_filename=model_2, output_format=format, output_dir=output, mdx_segment_size=segments_size, mdx_overlap=overlap, mdx_batch_size=batch_size, mdx_hop_length=hop_length, mdx_enable_denoise=denoise, sample_rate=sample_rate)
196
+ main_output = os.path.join(output, f"Main_Vocals.{format}")
197
+ backing_output = os.path.join(output, f"Backing_Vocals.{format}")
198
+
199
+ for f in backing_outputs:
200
+ path = os.path.join(output, f)
201
+ if not os.path.exists(path): logger.error(translations["not_found"].format(name=path))
202
+
203
+ if '_(Instrumental)_' in f: os.rename(path, backing_output)
204
+ elif '_(Vocals)_' in f: os.rename(path, main_output)
205
+
206
+ logger.info(translations["separator_process_backing_success"])
207
+ return main_output, backing_output
208
+
209
+ def separator_music_mdx(input, output, format, segments_size, overlap, denoise, mdx_model, hop_length, batch_size, sample_rate):
210
+ if not os.path.exists(input):
211
+ logger.warning(translations["input_not_valid"])
212
+ sys.exit(1)
213
+
214
+ if not os.path.exists(output):
215
+ logger.warning(translations["output_not_valid"])
216
+ sys.exit(1)
217
+
218
+ for i in [f"Original_Vocals.{format}", f"Instruments.{format}"]:
219
+ if os.path.exists(os.path.join(output, i)): os.remove(os.path.join(output, i))
220
+
221
+ model_3 = mdx_models.get(mdx_model)
222
+ logger.info(f"{translations['separator_process_2']}...")
223
+
224
+ output_music = separator_main(audio_file=input, model_filename=model_3, output_format=format, output_dir=output, mdx_segment_size=segments_size, mdx_overlap=overlap, mdx_batch_size=batch_size, mdx_hop_length=hop_length, mdx_enable_denoise=denoise, sample_rate=sample_rate)
225
+ original_output, instruments_output = os.path.join(output, f"Original_Vocals.{format}"), os.path.join(output, f"Instruments.{format}")
226
+
227
+ for f in output_music:
228
+ path = os.path.join(output, f)
229
+ if not os.path.exists(path): logger.error(translations["not_found"].format(name=path))
230
+
231
+ if '_(Instrumental)_' in f: os.rename(path, instruments_output)
232
+ elif '_(Vocals)_' in f: os.rename(path, original_output)
233
+
234
+ logger.info(translations["separator_process_backing_success"])
235
+ return original_output, instruments_output
236
+
237
+ def separator_reverb(output, format, segments_size, overlap, denoise, original, backing_reverb, hop_length, batch_size, sample_rate):
238
+ if not os.path.exists(output):
239
+ logger.warning(translations["output_not_valid"])
240
+ sys.exit(1)
241
+
242
+ for i in [f"Original_Vocals_Reverb.{format}", f"Main_Vocals_Reverb.{format}", f"Original_Vocals_No_Reverb.{format}", f"Main_Vocals_No_Reverb.{format}"]:
243
+ if os.path.exists(os.path.join(output, i)): os.remove(os.path.join(output, i))
244
+
245
+ dereveb_path = []
246
+
247
+ if original:
248
+ try:
249
+ dereveb_path.append(os.path.join(output, [f for f in os.listdir(output) if 'Original_Vocals' in f][0]))
250
+ except IndexError:
251
+ logger.warning(translations["not_found_original_vocal"])
252
+ sys.exit(1)
253
+
254
+ if backing_reverb:
255
+ try:
256
+ dereveb_path.append(os.path.join(output, [f for f in os.listdir(output) if 'Main_Vocals' in f][0]))
257
+ except IndexError:
258
+ logger.warning(translations["not_found_main_vocal"])
259
+ sys.exit(1)
260
+
261
+ if backing_reverb:
262
+ try:
263
+ dereveb_path.append(os.path.join(output, [f for f in os.listdir(output) if 'Backing_Vocals' in f][0]))
264
+ except IndexError:
265
+ logger.warning(translations["not_found_backing_vocal"])
266
+ sys.exit(1)
267
+
268
+ for path in dereveb_path:
269
+ if not os.path.exists(path):
270
+ logger.warning(translations["not_found"].format(name=path))
271
+ sys.exit(1)
272
+
273
+ if "Original_Vocals" in path:
274
+ reverb_path, no_reverb_path = os.path.join(output, f"Original_Vocals_Reverb.{format}"), os.path.join(output, f"Original_Vocals_No_Reverb.{format}")
275
+ start_title, end_title = translations["process_original"], translations["process_original_success"]
276
+ elif "Main_Vocals" in path:
277
+ reverb_path, no_reverb_path = os.path.join(output, f"Main_Vocals_Reverb.{format}"), os.path.join(output, f"Main_Vocals_No_Reverb.{format}")
278
+ start_title, end_title = translations["process_main"], translations["process_main_success"]
279
+ elif "Backing_Vocals" in path:
280
+ reverb_path, no_reverb_path = os.path.join(output, f"Backing_Vocals_Reverb.{format}"), os.path.join(output, f"Backing_Vocals_No_Reverb.{format}")
281
+ start_title, end_title = translations["process_backing"], translations["process_backing_success"]
282
+
283
+ logger.info(start_title)
284
+ output_dereveb = separator_main(audio_file=path, model_filename="Reverb_HQ_By_FoxJoy.onnx", output_format=format, output_dir=output, mdx_segment_size=segments_size, mdx_overlap=overlap, mdx_batch_size=batch_size, mdx_hop_length=hop_length, mdx_enable_denoise=denoise, sample_rate=sample_rate)
285
+
286
+ for f in output_dereveb:
287
+ path = os.path.join(output, f)
288
+ if not os.path.exists(path): logger.error(translations["not_found"].format(name=path))
289
+
290
+ if '_(Reverb)_' in f: os.rename(path, reverb_path)
291
+ elif '_(No Reverb)_' in f: os.rename(path, no_reverb_path)
292
+
293
+ logger.info(end_title)
294
+
295
+ return (os.path.join(output, f"Original_Vocals_No_Reverb.{format}") if original else None), (os.path.join(output, f"Main_Vocals_No_Reverb.{format}") if backing_reverb else None), (os.path.join(output, f"Backing_Vocals_No_Reverb.{format}") if backing_reverb else None)
296
+
297
+ def separator_main(audio_file=None, model_filename="UVR-MDX-NET_Main_340.onnx", output_format="wav", output_dir=".", mdx_segment_size=256, mdx_overlap=0.25, mdx_batch_size=1, mdx_hop_length=1024, mdx_enable_denoise=True, demucs_segment_size=256, demucs_shifts=2, demucs_overlap=0.25, sample_rate=44100):
298
+ try:
299
+ separator = Separator(logger=logger, log_formatter=file_formatter, log_level=logging.INFO, output_dir=output_dir, output_format=output_format, output_bitrate=None, normalization_threshold=0.9, output_single_stem=None, invert_using_spec=False, sample_rate=sample_rate, mdx_params={"hop_length": mdx_hop_length, "segment_size": mdx_segment_size, "overlap": mdx_overlap, "batch_size": mdx_batch_size, "enable_denoise": mdx_enable_denoise}, demucs_params={"segment_size": demucs_segment_size, "shifts": demucs_shifts, "overlap": demucs_overlap, "segments_enabled": True})
300
+ separator.load_model(model_filename=model_filename)
301
+
302
+ return separator.separate(audio_file)
303
+ except:
304
+ logger.debug(translations["default_setting"])
305
+ separator = Separator(logger=logger, log_formatter=file_formatter, log_level=logging.INFO, output_dir=output_dir, output_format=output_format, output_bitrate=None, normalization_threshold=0.9, output_single_stem=None, invert_using_spec=False, sample_rate=44100, mdx_params={"hop_length": 1024, "segment_size": 256, "overlap": 0.25, "batch_size": 1, "enable_denoise": mdx_enable_denoise}, demucs_params={"segment_size": 128, "shifts": 2, "overlap": 0.25, "segments_enabled": True})
306
+ separator.load_model(model_filename=model_filename)
307
+
308
+ return separator.separate(audio_file)
309
+
310
+ if __name__ == "__main__": main()
main/inference/train.py ADDED
@@ -0,0 +1,980 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ import sys
3
+ import glob
4
+ import json
5
+ import torch
6
+ import hashlib
7
+ import logging
8
+ import argparse
9
+ import datetime
10
+ import warnings
11
+ import logging.handlers
12
+
13
+ import numpy as np
14
+ import soundfile as sf
15
+ import matplotlib.pyplot as plt
16
+ import torch.distributed as dist
17
+ import torch.utils.data as tdata
18
+ import torch.multiprocessing as mp
19
+
20
+ from tqdm import tqdm
21
+ from collections import OrderedDict
22
+ from random import randint, shuffle
23
+ from torch.utils.checkpoint import checkpoint
24
+ from torch.cuda.amp import GradScaler, autocast
25
+ from torch.utils.tensorboard import SummaryWriter
26
+
27
+ from time import time as ttime
28
+ from torch.nn import functional as F
29
+ from distutils.util import strtobool
30
+ from librosa.filters import mel as librosa_mel_fn
31
+ from torch.nn.parallel import DistributedDataParallel as DDP
32
+ from torch.nn.utils.parametrizations import spectral_norm, weight_norm
33
+
34
+ sys.path.append(os.getcwd())
35
+ from main.configs.config import Config
36
+ from main.library.algorithm.residuals import LRELU_SLOPE
37
+ from main.library.algorithm.synthesizers import Synthesizer
38
+ from main.library.algorithm.commons import get_padding, slice_segments, clip_grad_value
39
+
40
+ MATPLOTLIB_FLAG = False
41
+ translations = Config().translations
42
+ warnings.filterwarnings("ignore")
43
+ logging.getLogger("torch").setLevel(logging.ERROR)
44
+
45
+ class HParams:
46
+ def __init__(self, **kwargs):
47
+ for k, v in kwargs.items():
48
+ self[k] = HParams(**v) if isinstance(v, dict) else v
49
+
50
+ def keys(self):
51
+ return self.__dict__.keys()
52
+
53
+ def items(self):
54
+ return self.__dict__.items()
55
+
56
+ def values(self):
57
+ return self.__dict__.values()
58
+
59
+ def __len__(self):
60
+ return len(self.__dict__)
61
+
62
+ def __getitem__(self, key):
63
+ return self.__dict__[key]
64
+
65
+ def __setitem__(self, key, value):
66
+ self.__dict__[key] = value
67
+
68
+ def __contains__(self, key):
69
+ return key in self.__dict__
70
+
71
+ def __repr__(self):
72
+ return repr(self.__dict__)
73
+
74
+ def parse_arguments():
75
+ parser = argparse.ArgumentParser()
76
+ parser.add_argument("--model_name", type=str, required=True)
77
+ parser.add_argument("--rvc_version", type=str, default="v2")
78
+ parser.add_argument("--save_every_epoch", type=int, required=True)
79
+ parser.add_argument("--save_only_latest", type=lambda x: bool(strtobool(x)), default=True)
80
+ parser.add_argument("--save_every_weights", type=lambda x: bool(strtobool(x)), default=True)
81
+ parser.add_argument("--total_epoch", type=int, default=300)
82
+ parser.add_argument("--sample_rate", type=int, required=True)
83
+ parser.add_argument("--batch_size", type=int, default=8)
84
+ parser.add_argument("--gpu", type=str, default="0")
85
+ parser.add_argument("--pitch_guidance", type=lambda x: bool(strtobool(x)), default=True)
86
+ parser.add_argument("--g_pretrained_path", type=str, default="")
87
+ parser.add_argument("--d_pretrained_path", type=str, default="")
88
+ parser.add_argument("--overtraining_detector", type=lambda x: bool(strtobool(x)), default=False)
89
+ parser.add_argument("--overtraining_threshold", type=int, default=50)
90
+ parser.add_argument("--cleanup", type=lambda x: bool(strtobool(x)), default=False)
91
+ parser.add_argument("--cache_data_in_gpu", type=lambda x: bool(strtobool(x)), default=False)
92
+ parser.add_argument("--model_author", type=str)
93
+ parser.add_argument("--vocoder", type=str, default="Default")
94
+ parser.add_argument("--checkpointing", type=lambda x: bool(strtobool(x)), default=False)
95
+
96
+ return parser.parse_args()
97
+
98
+ args = parse_arguments()
99
+ model_name, save_every_epoch, total_epoch, pretrainG, pretrainD, version, gpus, batch_size, sample_rate, pitch_guidance, save_only_latest, save_every_weights, cache_data_in_gpu, overtraining_detector, overtraining_threshold, cleanup, model_author, vocoder, checkpointing = args.model_name, args.save_every_epoch, args.total_epoch, args.g_pretrained_path, args.d_pretrained_path, args.rvc_version, args.gpu, args.batch_size, args.sample_rate, args.pitch_guidance, args.save_only_latest, args.save_every_weights, args.cache_data_in_gpu, args.overtraining_detector, args.overtraining_threshold, args.cleanup, args.model_author, args.vocoder, args.checkpointing
100
+
101
+ experiment_dir = os.path.join("assets", "logs", model_name)
102
+ training_file_path = os.path.join(experiment_dir, "training_data.json")
103
+ config_save_path = os.path.join(experiment_dir, "config.json")
104
+
105
+ os.environ["CUDA_VISIBLE_DEVICES"] = gpus.replace("-", ",")
106
+ n_gpus = len(gpus.split("-"))
107
+
108
+ torch.backends.cudnn.deterministic = False
109
+ torch.backends.cudnn.benchmark = False
110
+
111
+ lowest_value = {"step": 0, "value": float("inf"), "epoch": 0}
112
+ global_step, last_loss_gen_all, overtrain_save_epoch = 0, 0, 0
113
+ loss_gen_history, smoothed_loss_gen_history, loss_disc_history, smoothed_loss_disc_history = [], [], [], []
114
+
115
+ with open(config_save_path, "r") as f:
116
+ config = json.load(f)
117
+
118
+ config = HParams(**config)
119
+ config.data.training_files = os.path.join(experiment_dir, "filelist.txt")
120
+ logger = logging.getLogger(__name__)
121
+
122
+ if logger.hasHandlers(): logger.handlers.clear()
123
+ else:
124
+ console_handler = logging.StreamHandler()
125
+ console_handler.setFormatter(logging.Formatter(fmt="\n%(asctime)s.%(msecs)03d | %(levelname)s | %(module)s | %(message)s", datefmt="%Y-%m-%d %H:%M:%S"))
126
+ console_handler.setLevel(logging.INFO)
127
+ file_handler = logging.handlers.RotatingFileHandler(os.path.join(experiment_dir, "train.log"), maxBytes=5*1024*1024, backupCount=3, encoding='utf-8')
128
+ file_handler.setFormatter(logging.Formatter(fmt="\n%(asctime)s.%(msecs)03d | %(levelname)s | %(module)s | %(message)s", datefmt="%Y-%m-%d %H:%M:%S"))
129
+ file_handler.setLevel(logging.DEBUG)
130
+ logger.addHandler(console_handler)
131
+ logger.addHandler(file_handler)
132
+ logger.setLevel(logging.DEBUG)
133
+
134
+ log_data = {translations['modelname']: model_name, translations["save_every_epoch"]: save_every_epoch, translations["total_e"]: total_epoch, translations["dorg"].format(pretrainG=pretrainG, pretrainD=pretrainD): "", translations['training_version']: version, "Gpu": gpus, translations['batch_size']: batch_size, translations['pretrain_sr']: sample_rate, translations['training_f0']: pitch_guidance, translations['save_only_latest']: save_only_latest, translations['save_every_weights']: save_every_weights, translations['cache_in_gpu']: cache_data_in_gpu, translations['overtraining_detector']: overtraining_detector, translations['threshold']: overtraining_threshold, translations['cleanup_training']: cleanup, translations['memory_efficient_training']: checkpointing}
135
+ if model_author: log_data[translations["model_author"].format(model_author=model_author)] = ""
136
+ if vocoder != "Default": log_data[translations['vocoder']] = vocoder
137
+
138
+ for key, value in log_data.items():
139
+ logger.debug(f"{key}: {value}" if value != "" else f"{key} {value}")
140
+
141
+ def main():
142
+ global training_file_path, last_loss_gen_all, smoothed_loss_gen_history, loss_gen_history, loss_disc_history, smoothed_loss_disc_history, overtrain_save_epoch, model_author, vocoder, checkpointing
143
+
144
+ os.environ["MASTER_ADDR"] = "localhost"
145
+ os.environ["MASTER_PORT"] = str(randint(20000, 55555))
146
+
147
+ if torch.cuda.is_available(): device, n_gpus = torch.device("cuda"), torch.cuda.device_count()
148
+ elif torch.backends.mps.is_available(): device, n_gpus = torch.device("mps"), 1
149
+ else: device, n_gpus = torch.device("cpu"), 1
150
+
151
+ def start():
152
+ children = []
153
+ pid_data = {"process_pids": []}
154
+
155
+ with open(config_save_path, "r") as pid_file:
156
+ try:
157
+ pid_data.update(json.load(pid_file))
158
+ except json.JSONDecodeError:
159
+ pass
160
+
161
+ with open(config_save_path, "w") as pid_file:
162
+ for i in range(n_gpus):
163
+ subproc = mp.Process(target=run, args=(i, n_gpus, experiment_dir, pretrainG, pretrainD, pitch_guidance, total_epoch, save_every_weights, config, device, model_author, vocoder, checkpointing))
164
+ children.append(subproc)
165
+ subproc.start()
166
+ pid_data["process_pids"].append(subproc.pid)
167
+
168
+ json.dump(pid_data, pid_file, indent=4)
169
+
170
+ for i in range(n_gpus):
171
+ children[i].join()
172
+
173
+ def load_from_json(file_path):
174
+ if os.path.exists(file_path):
175
+ with open(file_path, "r") as f:
176
+ data = json.load(f)
177
+ return (data.get("loss_disc_history", []), data.get("smoothed_loss_disc_history", []), data.get("loss_gen_history", []), data.get("smoothed_loss_gen_history", []))
178
+ return [], [], [], []
179
+
180
+ def continue_overtrain_detector(training_file_path):
181
+ if overtraining_detector and os.path.exists(training_file_path): (loss_disc_history, smoothed_loss_disc_history, loss_gen_history, smoothed_loss_gen_history) = load_from_json(training_file_path)
182
+
183
+ n_gpus = torch.cuda.device_count()
184
+
185
+ if not torch.cuda.is_available() and torch.backends.mps.is_available(): n_gpus = 1
186
+ if n_gpus < 1:
187
+ logger.warning(translations["not_gpu"])
188
+ n_gpus = 1
189
+
190
+ if cleanup:
191
+ for root, dirs, files in os.walk(experiment_dir, topdown=False):
192
+ for name in files:
193
+ file_path = os.path.join(root, name)
194
+ _, file_extension = os.path.splitext(name)
195
+ if (file_extension == ".0" or (name.startswith("D_") and file_extension == ".pth") or (name.startswith("G_") and file_extension == ".pth") or (file_extension == ".index")): os.remove(file_path)
196
+
197
+ for name in dirs:
198
+ if name == "eval":
199
+ folder_path = os.path.join(root, name)
200
+ for item in os.listdir(folder_path):
201
+ item_path = os.path.join(folder_path, item)
202
+ if os.path.isfile(item_path): os.remove(item_path)
203
+ os.rmdir(folder_path)
204
+
205
+ continue_overtrain_detector(training_file_path)
206
+ start()
207
+
208
+ def plot_spectrogram_to_numpy(spectrogram):
209
+ global MATPLOTLIB_FLAG
210
+
211
+ if not MATPLOTLIB_FLAG:
212
+ plt.switch_backend("Agg")
213
+ MATPLOTLIB_FLAG = True
214
+
215
+ fig, ax = plt.subplots(figsize=(10, 2))
216
+
217
+ plt.colorbar(ax.imshow(spectrogram, aspect="auto", origin="lower", interpolation="none"), ax=ax)
218
+ plt.xlabel("Frames")
219
+ plt.ylabel("Channels")
220
+ plt.tight_layout()
221
+ fig.canvas.draw()
222
+ plt.close(fig)
223
+
224
+ return np.frombuffer(fig.canvas.tostring_rgb(), dtype=np.uint8).reshape(fig.canvas.get_width_height()[::-1] + (3,))
225
+
226
+ def verify_checkpoint_shapes(checkpoint_path, model):
227
+ checkpoint = torch.load(checkpoint_path, map_location="cpu")
228
+ checkpoint_state_dict = checkpoint["model"]
229
+ try:
230
+ model_state_dict = model.module.load_state_dict(checkpoint_state_dict) if hasattr(model, "module") else model.load_state_dict(checkpoint_state_dict)
231
+ except RuntimeError:
232
+ logger.warning(translations["checkpointing_err"])
233
+ sys.exit(1)
234
+ else: del checkpoint, checkpoint_state_dict, model_state_dict
235
+
236
+ def summarize(writer, global_step, scalars={}, histograms={}, images={}, audios={}, audio_sample_rate=22050):
237
+ for k, v in scalars.items():
238
+ writer.add_scalar(k, v, global_step)
239
+
240
+ for k, v in histograms.items():
241
+ writer.add_histogram(k, v, global_step)
242
+
243
+ for k, v in images.items():
244
+ writer.add_image(k, v, global_step, dataformats="HWC")
245
+
246
+ for k, v in audios.items():
247
+ writer.add_audio(k, v, global_step, audio_sample_rate)
248
+
249
+ def load_checkpoint(checkpoint_path, model, optimizer=None, load_opt=1):
250
+ assert os.path.isfile(checkpoint_path), translations["not_found_checkpoint"].format(checkpoint_path=checkpoint_path)
251
+ checkpoint_dict = replace_keys_in_dict(replace_keys_in_dict(torch.load(checkpoint_path, map_location="cpu"), ".weight_v", ".parametrizations.weight.original1"), ".weight_g", ".parametrizations.weight.original0")
252
+ new_state_dict = {k: checkpoint_dict["model"].get(k, v) for k, v in (model.module.state_dict() if hasattr(model, "module") else model.state_dict()).items()}
253
+
254
+ if hasattr(model, "module"): model.module.load_state_dict(new_state_dict, strict=False)
255
+ else: model.load_state_dict(new_state_dict, strict=False)
256
+
257
+ if optimizer and load_opt == 1: optimizer.load_state_dict(checkpoint_dict.get("optimizer", {}))
258
+ logger.debug(translations["save_checkpoint"].format(checkpoint_path=checkpoint_path, checkpoint_dict=checkpoint_dict['iteration']))
259
+ return (model, optimizer, checkpoint_dict.get("learning_rate", 0), checkpoint_dict["iteration"])
260
+
261
+ def save_checkpoint(model, optimizer, learning_rate, iteration, checkpoint_path):
262
+ state_dict = (model.module.state_dict() if hasattr(model, "module") else model.state_dict())
263
+ torch.save(replace_keys_in_dict(replace_keys_in_dict({"model": state_dict, "iteration": iteration, "optimizer": optimizer.state_dict(), "learning_rate": learning_rate}, ".parametrizations.weight.original1", ".weight_v"), ".parametrizations.weight.original0", ".weight_g"), checkpoint_path)
264
+ logger.info(translations["save_model"].format(checkpoint_path=checkpoint_path, iteration=iteration))
265
+
266
+ def latest_checkpoint_path(dir_path, regex="G_*.pth"):
267
+ checkpoints = sorted(glob.glob(os.path.join(dir_path, regex)), key=lambda f: int("".join(filter(str.isdigit, f))))
268
+ return checkpoints[-1] if checkpoints else None
269
+
270
+ def load_wav_to_torch(full_path):
271
+ data, sample_rate = sf.read(full_path, dtype='float32')
272
+ return torch.FloatTensor(data.astype(np.float32)), sample_rate
273
+
274
+ def load_filepaths_and_text(filename, split="|"):
275
+ with open(filename, encoding="utf-8") as f:
276
+ return [line.strip().split(split) for line in f]
277
+
278
+ def feature_loss(fmap_r, fmap_g):
279
+ loss = 0
280
+ for dr, dg in zip(fmap_r, fmap_g):
281
+ for rl, gl in zip(dr, dg):
282
+ loss += torch.mean(torch.abs(rl.float().detach() - gl.float()))
283
+ return loss * 2
284
+
285
+ def discriminator_loss(disc_real_outputs, disc_generated_outputs):
286
+ loss = 0
287
+ r_losses, g_losses = [], []
288
+
289
+ for dr, dg in zip(disc_real_outputs, disc_generated_outputs):
290
+ dr = dr.float()
291
+ dg = dg.float()
292
+ r_loss = torch.mean((1 - dr) ** 2)
293
+ g_loss = torch.mean(dg**2)
294
+ loss += r_loss + g_loss
295
+ r_losses.append(r_loss.item())
296
+ g_losses.append(g_loss.item())
297
+ return loss, r_losses, g_losses
298
+
299
+ def generator_loss(disc_outputs):
300
+ loss = 0
301
+ gen_losses = []
302
+
303
+ for dg in disc_outputs:
304
+ l = torch.mean((1 - dg.float()) ** 2)
305
+ gen_losses.append(l)
306
+ loss += l
307
+ return loss, gen_losses
308
+
309
+ def kl_loss(z_p, logs_q, m_p, logs_p, z_mask):
310
+ z_p = z_p.float()
311
+ logs_q = logs_q.float()
312
+ m_p = m_p.float()
313
+ logs_p = logs_p.float()
314
+ z_mask = z_mask.float()
315
+ kl = logs_p - logs_q - 0.5
316
+ kl += 0.5 * ((z_p - m_p) ** 2) * torch.exp(-2.0 * logs_p)
317
+ return torch.sum(kl * z_mask) / torch.sum(z_mask)
318
+
319
+ class TextAudioLoaderMultiNSFsid(tdata.Dataset):
320
+ def __init__(self, hparams):
321
+ self.audiopaths_and_text = load_filepaths_and_text(hparams.training_files)
322
+ self.max_wav_value = hparams.max_wav_value
323
+ self.sample_rate = hparams.sample_rate
324
+ self.filter_length = hparams.filter_length
325
+ self.hop_length = hparams.hop_length
326
+ self.win_length = hparams.win_length
327
+ self.sample_rate = hparams.sample_rate
328
+ self.min_text_len = getattr(hparams, "min_text_len", 1)
329
+ self.max_text_len = getattr(hparams, "max_text_len", 5000)
330
+ self._filter()
331
+
332
+ def _filter(self):
333
+ audiopaths_and_text_new, lengths = [], []
334
+ for audiopath, text, pitch, pitchf, dv in self.audiopaths_and_text:
335
+ if self.min_text_len <= len(text) and len(text) <= self.max_text_len:
336
+ audiopaths_and_text_new.append([audiopath, text, pitch, pitchf, dv])
337
+ lengths.append(os.path.getsize(audiopath) // (3 * self.hop_length))
338
+
339
+ self.audiopaths_and_text = audiopaths_and_text_new
340
+ self.lengths = lengths
341
+
342
+ def get_sid(self, sid):
343
+ try:
344
+ sid = torch.LongTensor([int(sid)])
345
+ except ValueError as e:
346
+ logger.error(translations["sid_error"].format(sid=sid, e=e))
347
+ sid = torch.LongTensor([0])
348
+ return sid
349
+
350
+ def get_audio_text_pair(self, audiopath_and_text):
351
+ phone, pitch, pitchf = self.get_labels(audiopath_and_text[1], audiopath_and_text[2], audiopath_and_text[3])
352
+ spec, wav = self.get_audio(audiopath_and_text[0])
353
+ dv = self.get_sid(audiopath_and_text[4])
354
+ len_phone = phone.size()[0]
355
+ len_spec = spec.size()[-1]
356
+
357
+ if len_phone != len_spec:
358
+ len_min = min(len_phone, len_spec)
359
+ len_wav = len_min * self.hop_length
360
+ spec, wav, phone = spec[:, :len_min], wav[:, :len_wav], phone[:len_min, :]
361
+ pitch, pitchf = pitch[:len_min], pitchf[:len_min]
362
+ return (spec, wav, phone, pitch, pitchf, dv)
363
+
364
+ def get_labels(self, phone, pitch, pitchf):
365
+ phone = np.repeat(np.load(phone), 2, axis=0)
366
+ n_num = min(phone.shape[0], 900)
367
+ return torch.FloatTensor(phone[:n_num, :]), torch.LongTensor(np.load(pitch)[:n_num]), torch.FloatTensor(np.load(pitchf)[:n_num])
368
+
369
+ def get_audio(self, filename):
370
+ audio, sample_rate = load_wav_to_torch(filename)
371
+ if sample_rate != self.sample_rate: raise ValueError(translations["sr_does_not_match"].format(sample_rate=sample_rate, sample_rate2=self.sample_rate))
372
+ audio_norm = audio.unsqueeze(0)
373
+ spec_filename = filename.replace(".wav", ".spec.pt")
374
+
375
+ if os.path.exists(spec_filename):
376
+ try:
377
+ spec = torch.load(spec_filename)
378
+ except Exception as e:
379
+ logger.error(translations["spec_error"].format(spec_filename=spec_filename, e=e))
380
+ spec = torch.squeeze(spectrogram_torch(audio_norm, self.filter_length, self.hop_length, self.win_length, center=False), 0)
381
+ torch.save(spec, spec_filename, _use_new_zipfile_serialization=False)
382
+ else:
383
+ spec = torch.squeeze(spectrogram_torch(audio_norm, self.filter_length, self.hop_length, self.win_length, center=False), 0)
384
+ torch.save(spec, spec_filename, _use_new_zipfile_serialization=False)
385
+ return spec, audio_norm
386
+
387
+ def __getitem__(self, index):
388
+ return self.get_audio_text_pair(self.audiopaths_and_text[index])
389
+
390
+ def __len__(self):
391
+ return len(self.audiopaths_and_text)
392
+
393
+ class TextAudioCollateMultiNSFsid:
394
+ def __init__(self, return_ids=False):
395
+ self.return_ids = return_ids
396
+
397
+ def __call__(self, batch):
398
+ _, ids_sorted_decreasing = torch.sort(torch.LongTensor([x[0].size(1) for x in batch]), dim=0, descending=True)
399
+ spec_lengths, wave_lengths = torch.LongTensor(len(batch)), torch.LongTensor(len(batch))
400
+ spec_padded, wave_padded = torch.FloatTensor(len(batch), batch[0][0].size(0), max([x[0].size(1) for x in batch])), torch.FloatTensor(len(batch), 1, max([x[1].size(1) for x in batch]))
401
+ spec_padded.zero_()
402
+ wave_padded.zero_()
403
+ max_phone_len = max([x[2].size(0) for x in batch])
404
+ phone_lengths, phone_padded = torch.LongTensor(len(batch)), torch.FloatTensor(len(batch), max_phone_len, batch[0][2].shape[1])
405
+ pitch_padded, pitchf_padded = torch.LongTensor(len(batch), max_phone_len), torch.FloatTensor(len(batch), max_phone_len)
406
+ phone_padded.zero_()
407
+ pitch_padded.zero_()
408
+ pitchf_padded.zero_()
409
+ sid = torch.LongTensor(len(batch))
410
+
411
+ for i in range(len(ids_sorted_decreasing)):
412
+ row = batch[ids_sorted_decreasing[i]]
413
+ spec = row[0]
414
+ spec_padded[i, :, : spec.size(1)] = spec
415
+ spec_lengths[i] = spec.size(1)
416
+ wave = row[1]
417
+ wave_padded[i, :, : wave.size(1)] = wave
418
+ wave_lengths[i] = wave.size(1)
419
+ phone = row[2]
420
+ phone_padded[i, : phone.size(0), :] = phone
421
+ phone_lengths[i] = phone.size(0)
422
+ pitch = row[3]
423
+ pitch_padded[i, : pitch.size(0)] = pitch
424
+ pitchf = row[4]
425
+ pitchf_padded[i, : pitchf.size(0)] = pitchf
426
+ sid[i] = row[5]
427
+ return (phone_padded, phone_lengths, pitch_padded, pitchf_padded, spec_padded, spec_lengths, wave_padded, wave_lengths, sid)
428
+
429
+ class TextAudioLoader(tdata.Dataset):
430
+ def __init__(self, hparams):
431
+ self.audiopaths_and_text = load_filepaths_and_text(hparams.training_files)
432
+ self.max_wav_value = hparams.max_wav_value
433
+ self.sample_rate = hparams.sample_rate
434
+ self.filter_length = hparams.filter_length
435
+ self.hop_length = hparams.hop_length
436
+ self.win_length = hparams.win_length
437
+ self.sample_rate = hparams.sample_rate
438
+ self.min_text_len = getattr(hparams, "min_text_len", 1)
439
+ self.max_text_len = getattr(hparams, "max_text_len", 5000)
440
+ self._filter()
441
+
442
+ def _filter(self):
443
+ audiopaths_and_text_new, lengths = [], []
444
+ for entry in self.audiopaths_and_text:
445
+ if len(entry) >= 3:
446
+ audiopath, text, dv = entry[:3]
447
+ if self.min_text_len <= len(text) and len(text) <= self.max_text_len:
448
+ audiopaths_and_text_new.append([audiopath, text, dv])
449
+ lengths.append(os.path.getsize(audiopath) // (3 * self.hop_length))
450
+
451
+ self.audiopaths_and_text = audiopaths_and_text_new
452
+ self.lengths = lengths
453
+
454
+ def get_sid(self, sid):
455
+ try:
456
+ sid = torch.LongTensor([int(sid)])
457
+ except ValueError as e:
458
+ logger.error(translations["sid_error"].format(sid=sid, e=e))
459
+ sid = torch.LongTensor([0])
460
+ return sid
461
+
462
+ def get_audio_text_pair(self, audiopath_and_text):
463
+ phone = self.get_labels(audiopath_and_text[1])
464
+ spec, wav = self.get_audio(audiopath_and_text[0])
465
+ dv = self.get_sid(audiopath_and_text[2])
466
+ len_phone = phone.size()[0]
467
+ len_spec = spec.size()[-1]
468
+
469
+ if len_phone != len_spec:
470
+ len_min = min(len_phone, len_spec)
471
+ len_wav = len_min * self.hop_length
472
+ spec = spec[:, :len_min]
473
+ wav = wav[:, :len_wav]
474
+ phone = phone[:len_min, :]
475
+ return (spec, wav, phone, dv)
476
+
477
+ def get_labels(self, phone):
478
+ phone = np.repeat(np.load(phone), 2, axis=0)
479
+ return torch.FloatTensor(phone[:min(phone.shape[0], 900), :])
480
+
481
+ def get_audio(self, filename):
482
+ audio, sample_rate = load_wav_to_torch(filename)
483
+ if sample_rate != self.sample_rate: raise ValueError(translations["sr_does_not_match"].format(sample_rate=sample_rate, sample_rate2=self.sample_rate))
484
+ audio_norm = audio.unsqueeze(0)
485
+ spec_filename = filename.replace(".wav", ".spec.pt")
486
+
487
+ if os.path.exists(spec_filename):
488
+ try:
489
+ spec = torch.load(spec_filename)
490
+ except Exception as e:
491
+ logger.error(translations["spec_error"].format(spec_filename=spec_filename, e=e))
492
+ spec = torch.squeeze(spectrogram_torch(audio_norm, self.filter_length, self.hop_length, self.win_length, center=False), 0)
493
+ torch.save(spec, spec_filename, _use_new_zipfile_serialization=False)
494
+ else:
495
+ spec = torch.squeeze(spectrogram_torch(audio_norm, self.filter_length, self.hop_length, self.win_length, center=False), 0)
496
+ torch.save(spec, spec_filename, _use_new_zipfile_serialization=False)
497
+ return spec, audio_norm
498
+
499
+ def __getitem__(self, index):
500
+ return self.get_audio_text_pair(self.audiopaths_and_text[index])
501
+
502
+ def __len__(self):
503
+ return len(self.audiopaths_and_text)
504
+
505
+ class TextAudioCollate:
506
+ def __init__(self, return_ids=False):
507
+ self.return_ids = return_ids
508
+
509
+ def __call__(self, batch):
510
+ _, ids_sorted_decreasing = torch.sort(torch.LongTensor([x[0].size(1) for x in batch]), dim=0, descending=True)
511
+ spec_lengths, wave_lengths = torch.LongTensor(len(batch)), torch.LongTensor(len(batch))
512
+ spec_padded, wave_padded = torch.FloatTensor(len(batch), batch[0][0].size(0), max([x[0].size(1) for x in batch])), torch.FloatTensor(len(batch), 1, max([x[1].size(1) for x in batch]))
513
+ spec_padded.zero_()
514
+ wave_padded.zero_()
515
+ max_phone_len = max([x[2].size(0) for x in batch])
516
+ phone_lengths, phone_padded = torch.LongTensor(len(batch)), torch.FloatTensor(len(batch), max_phone_len, batch[0][2].shape[1])
517
+ phone_padded.zero_()
518
+ sid = torch.LongTensor(len(batch))
519
+ for i in range(len(ids_sorted_decreasing)):
520
+ row = batch[ids_sorted_decreasing[i]]
521
+ spec = row[0]
522
+ spec_padded[i, :, : spec.size(1)] = spec
523
+ spec_lengths[i] = spec.size(1)
524
+ wave = row[1]
525
+ wave_padded[i, :, : wave.size(1)] = wave
526
+ wave_lengths[i] = wave.size(1)
527
+ phone = row[2]
528
+ phone_padded[i, : phone.size(0), :] = phone
529
+ phone_lengths[i] = phone.size(0)
530
+ sid[i] = row[3]
531
+ return (phone_padded, phone_lengths, spec_padded, spec_lengths, wave_padded, wave_lengths, sid)
532
+
533
+ class DistributedBucketSampler(tdata.distributed.DistributedSampler):
534
+ def __init__(self, dataset, batch_size, boundaries, num_replicas=None, rank=None, shuffle=True):
535
+ super().__init__(dataset, num_replicas=num_replicas, rank=rank, shuffle=shuffle)
536
+ self.lengths = dataset.lengths
537
+ self.batch_size = batch_size
538
+ self.boundaries = boundaries
539
+ self.buckets, self.num_samples_per_bucket = self._create_buckets()
540
+ self.total_size = sum(self.num_samples_per_bucket)
541
+ self.num_samples = self.total_size // self.num_replicas
542
+
543
+ def _create_buckets(self):
544
+ buckets = [[] for _ in range(len(self.boundaries) - 1)]
545
+ for i in range(len(self.lengths)):
546
+ idx_bucket = self._bisect(self.lengths[i])
547
+ if idx_bucket != -1: buckets[idx_bucket].append(i)
548
+
549
+ for i in range(len(buckets) - 1, -1, -1):
550
+ if len(buckets[i]) == 0:
551
+ buckets.pop(i)
552
+ self.boundaries.pop(i + 1)
553
+
554
+ num_samples_per_bucket = []
555
+ for i in range(len(buckets)):
556
+ len_bucket = len(buckets[i])
557
+ total_batch_size = self.num_replicas * self.batch_size
558
+ num_samples_per_bucket.append(len_bucket + ((total_batch_size - (len_bucket % total_batch_size)) % total_batch_size))
559
+ return buckets, num_samples_per_bucket
560
+
561
+ def __iter__(self):
562
+ g = torch.Generator()
563
+ g.manual_seed(self.epoch)
564
+ indices, batches = [], []
565
+ if self.shuffle:
566
+ for bucket in self.buckets:
567
+ indices.append(torch.randperm(len(bucket), generator=g).tolist())
568
+ else:
569
+ for bucket in self.buckets:
570
+ indices.append(list(range(len(bucket))))
571
+
572
+ for i in range(len(self.buckets)):
573
+ bucket = self.buckets[i]
574
+ len_bucket = len(bucket)
575
+ ids_bucket = indices[i]
576
+ rem = self.num_samples_per_bucket[i] - len_bucket
577
+ ids_bucket = (ids_bucket + ids_bucket * (rem // len_bucket) + ids_bucket[: (rem % len_bucket)])[self.rank :: self.num_replicas]
578
+
579
+ for j in range(len(ids_bucket) // self.batch_size):
580
+ batches.append([bucket[idx] for idx in ids_bucket[j * self.batch_size : (j + 1) * self.batch_size]])
581
+
582
+ if self.shuffle: batches = [batches[i] for i in torch.randperm(len(batches), generator=g).tolist()]
583
+ self.batches = batches
584
+ assert len(self.batches) * self.batch_size == self.num_samples
585
+ return iter(self.batches)
586
+
587
+ def _bisect(self, x, lo=0, hi=None):
588
+ if hi is None: hi = len(self.boundaries) - 1
589
+
590
+ if hi > lo:
591
+ mid = (hi + lo) // 2
592
+ if self.boundaries[mid] < x and x <= self.boundaries[mid + 1]: return mid
593
+ elif x <= self.boundaries[mid]: return self._bisect(x, lo, mid)
594
+ else: return self._bisect(x, mid + 1, hi)
595
+ else: return -1
596
+
597
+ def __len__(self):
598
+ return self.num_samples // self.batch_size
599
+
600
+ class MultiPeriodDiscriminator(torch.nn.Module):
601
+ def __init__(self, version, use_spectral_norm=False, checkpointing=False):
602
+ super(MultiPeriodDiscriminator, self).__init__()
603
+ self.checkpointing = checkpointing
604
+ periods = ([2, 3, 5, 7, 11, 17] if version == "v1" else [2, 3, 5, 7, 11, 17, 23, 37])
605
+ self.discriminators = torch.nn.ModuleList([DiscriminatorS(use_spectral_norm=use_spectral_norm, checkpointing=checkpointing)] + [DiscriminatorP(p, use_spectral_norm=use_spectral_norm, checkpointing=checkpointing) for p in periods])
606
+
607
+ def forward(self, y, y_hat):
608
+ y_d_rs, y_d_gs, fmap_rs, fmap_gs = [], [], [], []
609
+ for d in self.discriminators:
610
+ if self.training and self.checkpointing:
611
+ def forward_discriminator(d, y, y_hat):
612
+ y_d_r, fmap_r = d(y)
613
+ y_d_g, fmap_g = d(y_hat)
614
+ return y_d_r, fmap_r, y_d_g, fmap_g
615
+ y_d_r, fmap_r, y_d_g, fmap_g = checkpoint(forward_discriminator, d, y, y_hat, use_reentrant=False)
616
+ else:
617
+ y_d_r, fmap_r = d(y)
618
+ y_d_g, fmap_g = d(y_hat)
619
+
620
+ y_d_rs.append(y_d_r); fmap_rs.append(fmap_r)
621
+ y_d_gs.append(y_d_g); fmap_gs.append(fmap_g)
622
+ return y_d_rs, y_d_gs, fmap_rs, fmap_gs
623
+
624
+ class DiscriminatorS(torch.nn.Module):
625
+ def __init__(self, use_spectral_norm=False, checkpointing=False):
626
+ super(DiscriminatorS, self).__init__()
627
+ self.checkpointing = checkpointing
628
+ norm_f = spectral_norm if use_spectral_norm else weight_norm
629
+ self.convs = torch.nn.ModuleList([norm_f(torch.nn.Conv1d(1, 16, 15, 1, padding=7)), norm_f(torch.nn.Conv1d(16, 64, 41, 4, groups=4, padding=20)), norm_f(torch.nn.Conv1d(64, 256, 41, 4, groups=16, padding=20)), norm_f(torch.nn.Conv1d(256, 1024, 41, 4, groups=64, padding=20)), norm_f(torch.nn.Conv1d(1024, 1024, 41, 4, groups=256, padding=20)), norm_f(torch.nn.Conv1d(1024, 1024, 5, 1, padding=2))])
630
+ self.conv_post = norm_f(torch.nn.Conv1d(1024, 1, 3, 1, padding=1))
631
+ self.lrelu = torch.nn.LeakyReLU(LRELU_SLOPE)
632
+
633
+ def forward(self, x):
634
+ fmap = []
635
+ for conv in self.convs:
636
+ x = checkpoint(self.lrelu, checkpoint(conv, x, use_reentrant = False), use_reentrant = False) if self.training and self.checkpointing else self.lrelu(conv(x))
637
+ fmap.append(x)
638
+
639
+ x = self.conv_post(x)
640
+ fmap.append(x)
641
+ return torch.flatten(x, 1, -1), fmap
642
+
643
+ class DiscriminatorP(torch.nn.Module):
644
+ def __init__(self, period, kernel_size=5, stride=3, use_spectral_norm=False, checkpointing=False):
645
+ super(DiscriminatorP, self).__init__()
646
+ self.period = period
647
+ self.checkpointing = checkpointing
648
+ norm_f = spectral_norm if use_spectral_norm else weight_norm
649
+ self.convs = torch.nn.ModuleList([norm_f(torch.nn.Conv2d(in_ch, out_ch, (kernel_size, 1), (stride, 1), padding=(get_padding(kernel_size, 1), 0))) for in_ch, out_ch in zip([1, 32, 128, 512, 1024], [32, 128, 512, 1024, 1024])])
650
+ self.conv_post = norm_f(torch.nn.Conv2d(1024, 1, (3, 1), 1, padding=(1, 0)))
651
+ self.lrelu = torch.nn.LeakyReLU(LRELU_SLOPE)
652
+
653
+ def forward(self, x):
654
+ fmap = []
655
+ b, c, t = x.shape
656
+ if t % self.period != 0: x = torch.nn.functional.pad(x, (0, (self.period - (t % self.period))), "reflect")
657
+ x = x.view(b, c, -1, self.period)
658
+ for conv in self.convs:
659
+ x = checkpoint(self.lrelu, checkpoint(conv, x, use_reentrant = False), use_reentrant = False) if self.training and self.checkpointing else self.lrelu(conv(x))
660
+ fmap.append(x)
661
+
662
+ x = self.conv_post(x)
663
+ fmap.append(x)
664
+ return torch.flatten(x, 1, -1), fmap
665
+
666
+ class EpochRecorder:
667
+ def __init__(self):
668
+ self.last_time = ttime()
669
+
670
+ def record(self):
671
+ now_time = ttime()
672
+ elapsed_time = now_time - self.last_time
673
+ self.last_time = now_time
674
+ return translations["time_or_speed_training"].format(current_time=datetime.datetime.now().strftime("%H:%M:%S"), elapsed_time_str=str(datetime.timedelta(seconds=int(round(elapsed_time, 1)))))
675
+
676
+ def dynamic_range_compression_torch(x, C=1, clip_val=1e-5):
677
+ return torch.log(torch.clamp(x, min=clip_val) * C)
678
+
679
+ def dynamic_range_decompression_torch(x, C=1):
680
+ return torch.exp(x) / C
681
+
682
+ def spectral_normalize_torch(magnitudes):
683
+ return dynamic_range_compression_torch(magnitudes)
684
+
685
+ def spectral_de_normalize_torch(magnitudes):
686
+ return dynamic_range_decompression_torch(magnitudes)
687
+
688
+ mel_basis, hann_window = {}, {}
689
+
690
+ def spectrogram_torch(y, n_fft, hop_size, win_size, center=False):
691
+ global hann_window
692
+
693
+ wnsize_dtype_device = str(win_size) + "_" + str(y.dtype) + "_" + str(y.device)
694
+ if wnsize_dtype_device not in hann_window: hann_window[wnsize_dtype_device] = torch.hann_window(win_size).to(dtype=y.dtype, device=y.device)
695
+ spec = torch.stft(torch.nn.functional.pad(y.unsqueeze(1), (int((n_fft - hop_size) / 2), int((n_fft - hop_size) / 2)), mode="reflect").squeeze(1), n_fft, hop_length=hop_size, win_length=win_size, window=hann_window[wnsize_dtype_device], center=center, pad_mode="reflect", normalized=False, onesided=True, return_complex=True)
696
+ return torch.sqrt(spec.real.pow(2) + spec.imag.pow(2) + 1e-6)
697
+
698
+ def spec_to_mel_torch(spec, n_fft, num_mels, sample_rate, fmin, fmax):
699
+ global mel_basis
700
+
701
+ fmax_dtype_device = str(fmax) + "_" + str(spec.dtype) + "_" + str(spec.device)
702
+ if fmax_dtype_device not in mel_basis: mel_basis[fmax_dtype_device] = torch.from_numpy(librosa_mel_fn(sr=sample_rate, n_fft=n_fft, n_mels=num_mels, fmin=fmin, fmax=fmax)).to(dtype=spec.dtype, device=spec.device)
703
+ return spectral_normalize_torch(torch.matmul(mel_basis[fmax_dtype_device], spec))
704
+
705
+ def mel_spectrogram_torch(y, n_fft, num_mels, sample_rate, hop_size, win_size, fmin, fmax, center=False):
706
+ return spec_to_mel_torch(spectrogram_torch(y, n_fft, hop_size, win_size, center), n_fft, num_mels, sample_rate, fmin, fmax)
707
+
708
+ def replace_keys_in_dict(d, old_key_part, new_key_part):
709
+ updated_dict = OrderedDict() if isinstance(d, OrderedDict) else {}
710
+ for key, value in d.items():
711
+ updated_dict[(key.replace(old_key_part, new_key_part) if isinstance(key, str) else key)] = (replace_keys_in_dict(value, old_key_part, new_key_part) if isinstance(value, dict) else value)
712
+ return updated_dict
713
+
714
+ def extract_model(ckpt, sr, pitch_guidance, name, model_path, epoch, step, version, hps, model_author, vocoder):
715
+ try:
716
+ logger.info(translations["savemodel"].format(model_dir=model_path, epoch=epoch, step=step))
717
+ os.makedirs(os.path.dirname(model_path), exist_ok=True)
718
+
719
+ opt = OrderedDict(weight={key: value.half() for key, value in ckpt.items() if "enc_q" not in key})
720
+ opt["config"] = [hps.data.filter_length // 2 + 1, 32, hps.model.inter_channels, hps.model.hidden_channels, hps.model.filter_channels, hps.model.n_heads, hps.model.n_layers, hps.model.kernel_size, hps.model.p_dropout, hps.model.resblock, hps.model.resblock_kernel_sizes, hps.model.resblock_dilation_sizes, hps.model.upsample_rates, hps.model.upsample_initial_channel, hps.model.upsample_kernel_sizes, hps.model.spk_embed_dim, hps.model.gin_channels, hps.data.sample_rate]
721
+ opt["epoch"] = f"{epoch}epoch"
722
+ opt["step"] = step
723
+ opt["sr"] = sr
724
+ opt["f0"] = int(pitch_guidance)
725
+ opt["version"] = version
726
+ opt["creation_date"] = datetime.datetime.now().isoformat()
727
+ opt["model_hash"] = hashlib.sha256(f"{str(ckpt)} {epoch} {step} {datetime.datetime.now().isoformat()}".encode()).hexdigest()
728
+ opt["model_name"] = name
729
+ opt["author"] = model_author
730
+ opt["vocoder"] = vocoder
731
+
732
+ torch.save(replace_keys_in_dict(replace_keys_in_dict(opt, ".parametrizations.weight.original1", ".weight_v"), ".parametrizations.weight.original0", ".weight_g"), model_path)
733
+ except Exception as e:
734
+ logger.error(f"{translations['extract_model_error']}: {e}")
735
+
736
+ def run(rank, n_gpus, experiment_dir, pretrainG, pretrainD, pitch_guidance, custom_total_epoch, custom_save_every_weights, config, device, model_author, vocoder, checkpointing):
737
+ global global_step
738
+
739
+ if rank == 0: writer_eval = SummaryWriter(log_dir=os.path.join(experiment_dir, "eval"))
740
+ else: writer_eval = None
741
+
742
+ dist.init_process_group(backend="gloo", init_method="env://", world_size=n_gpus, rank=rank)
743
+ torch.manual_seed(config.train.seed)
744
+ if torch.cuda.is_available(): torch.cuda.set_device(rank)
745
+
746
+ train_dataset = TextAudioLoaderMultiNSFsid(config.data)
747
+ train_loader = tdata.DataLoader(train_dataset, num_workers=4, shuffle=False, pin_memory=True, collate_fn=TextAudioCollateMultiNSFsid(), batch_sampler=DistributedBucketSampler(train_dataset, batch_size * n_gpus, [100, 200, 300, 400, 500, 600, 700, 800, 900], num_replicas=n_gpus, rank=rank, shuffle=True), persistent_workers=True, prefetch_factor=8)
748
+
749
+ net_g, net_d = Synthesizer(config.data.filter_length // 2 + 1, config.train.segment_size // config.data.hop_length, **config.model, use_f0=pitch_guidance, sr=sample_rate, vocoder=vocoder, checkpointing=checkpointing), MultiPeriodDiscriminator(version, config.model.use_spectral_norm, checkpointing=checkpointing)
750
+ net_g, net_d = (net_g.cuda(rank), net_d.cuda(rank)) if torch.cuda.is_available() else (net_g.to(device), net_d.to(device))
751
+ optim_g, optim_d = torch.optim.AdamW(net_g.parameters(), config.train.learning_rate, betas=config.train.betas, eps=config.train.eps), torch.optim.AdamW(net_d.parameters(), config.train.learning_rate, betas=config.train.betas, eps=config.train.eps)
752
+ net_g, net_d = (DDP(net_g, device_ids=[rank]), DDP(net_d, device_ids=[rank])) if torch.cuda.is_available() else (DDP(net_g), DDP(net_d))
753
+
754
+ try:
755
+ logger.info(translations["start_training"])
756
+ _, _, _, epoch_str = load_checkpoint((os.path.join(experiment_dir, "D_latest.pth") if save_only_latest else latest_checkpoint_path(experiment_dir, "D_*.pth")), net_d, optim_d)
757
+ _, _, _, epoch_str = load_checkpoint((os.path.join(experiment_dir, "G_latest.pth") if save_only_latest else latest_checkpoint_path(experiment_dir, "G_*.pth")), net_g, optim_g)
758
+ epoch_str += 1
759
+ global_step = (epoch_str - 1) * len(train_loader)
760
+ except:
761
+ epoch_str, global_step = 1, 0
762
+
763
+ if pretrainG != "" and pretrainG != "None":
764
+ if rank == 0:
765
+ verify_checkpoint_shapes(pretrainG, net_g)
766
+ logger.info(translations["import_pretrain"].format(dg="G", pretrain=pretrainG))
767
+
768
+ if hasattr(net_g, "module"): net_g.module.load_state_dict(torch.load(pretrainG, map_location="cpu")["model"])
769
+ else: net_g.load_state_dict(torch.load(pretrainG, map_location="cpu")["model"])
770
+ else: logger.warning(translations["not_using_pretrain"].format(dg="G"))
771
+
772
+ if pretrainD != "" and pretrainD != "None":
773
+ if rank == 0:
774
+ verify_checkpoint_shapes(pretrainD, net_d)
775
+ logger.info(translations["import_pretrain"].format(dg="D", pretrain=pretrainD))
776
+
777
+ if hasattr(net_d, "module"): net_d.module.load_state_dict(torch.load(pretrainD, map_location="cpu")["model"])
778
+ else: net_d.load_state_dict(torch.load(pretrainD, map_location="cpu")["model"])
779
+ else: logger.warning(translations["not_using_pretrain"].format(dg="D"))
780
+
781
+ scheduler_g, scheduler_d = torch.optim.lr_scheduler.ExponentialLR(optim_g, gamma=config.train.lr_decay, last_epoch=epoch_str - 2), torch.optim.lr_scheduler.ExponentialLR(optim_d, gamma=config.train.lr_decay, last_epoch=epoch_str - 2)
782
+ optim_d.step(); optim_g.step()
783
+
784
+ scaler = GradScaler(enabled=False)
785
+ cache = []
786
+
787
+ for info in train_loader:
788
+ phone, phone_lengths, pitch, pitchf, _, _, _, _, sid = info
789
+ reference = (phone.cuda(rank, non_blocking=True), phone_lengths.cuda(rank, non_blocking=True), (pitch.cuda(rank, non_blocking=True) if pitch_guidance else None), (pitchf.cuda(rank, non_blocking=True) if pitch_guidance else None), sid.cuda(rank, non_blocking=True)) if device.type == "cuda" else (phone.to(device), phone_lengths.to(device), (pitch.to(device) if pitch_guidance else None), (pitchf.to(device) if pitch_guidance else None), sid.to(device))
790
+ break
791
+
792
+ for epoch in range(epoch_str, total_epoch + 1):
793
+ train_and_evaluate(rank, epoch, config, [net_g, net_d], [optim_g, optim_d], scaler, train_loader, writer_eval, cache, custom_save_every_weights, custom_total_epoch, device, reference, model_author, vocoder)
794
+ scheduler_g.step(); scheduler_d.step()
795
+
796
+ def train_and_evaluate(rank, epoch, hps, nets, optims, scaler, train_loader, writer, cache, custom_save_every_weights, custom_total_epoch, device, reference, model_author, vocoder):
797
+ global global_step, lowest_value, loss_disc, consecutive_increases_gen, consecutive_increases_disc
798
+
799
+ if epoch == 1:
800
+ lowest_value = {"step": 0, "value": float("inf"), "epoch": 0}
801
+ last_loss_gen_all, consecutive_increases_gen, consecutive_increases_disc = 0.0, 0, 0
802
+
803
+ net_g, net_d = nets
804
+ optim_g, optim_d = optims
805
+ train_loader.batch_sampler.set_epoch(epoch)
806
+
807
+ net_g.train(); net_d.train()
808
+
809
+ if device.type == "cuda" and cache_data_in_gpu:
810
+ data_iterator = cache
811
+ if cache == []:
812
+ for batch_idx, info in enumerate(train_loader):
813
+ cache.append((batch_idx, [tensor.cuda(rank, non_blocking=True) for tensor in info]))
814
+ else: shuffle(cache)
815
+ else: data_iterator = enumerate(train_loader)
816
+
817
+ epoch_recorder = EpochRecorder()
818
+
819
+ with tqdm(total=len(train_loader), leave=False) as pbar:
820
+ for batch_idx, info in data_iterator:
821
+ if device.type == "cuda" and not cache_data_in_gpu: info = [tensor.cuda(rank, non_blocking=True) for tensor in info]
822
+ elif device.type != "cuda": info = [tensor.to(device) for tensor in info]
823
+
824
+ phone, phone_lengths, pitch, pitchf, spec, spec_lengths, wave, _, sid = info
825
+ pitch = pitch if pitch_guidance else None
826
+ pitchf = pitchf if pitch_guidance else None
827
+
828
+ with autocast(enabled=False):
829
+ y_hat, ids_slice, _, z_mask, (_, z_p, m_p, logs_p, _, logs_q) = net_g(phone, phone_lengths, pitch, pitchf, spec, spec_lengths, sid)
830
+ mel = spec_to_mel_torch(spec, config.data.filter_length, config.data.n_mel_channels, config.data.sample_rate, config.data.mel_fmin, config.data.mel_fmax)
831
+ y_mel = slice_segments(mel, ids_slice, config.train.segment_size // config.data.hop_length, dim=3)
832
+
833
+ with autocast(enabled=False):
834
+ y_hat_mel = mel_spectrogram_torch(y_hat.float().squeeze(1), config.data.filter_length, config.data.n_mel_channels, config.data.sample_rate, config.data.hop_length, config.data.win_length, config.data.mel_fmin, config.data.mel_fmax)
835
+
836
+ wave = slice_segments(wave, ids_slice * config.data.hop_length, config.train.segment_size, dim=3)
837
+ y_d_hat_r, y_d_hat_g, _, _ = net_d(wave, y_hat.detach())
838
+
839
+ with autocast(enabled=False):
840
+ loss_disc, losses_disc_r, losses_disc_g = discriminator_loss(y_d_hat_r, y_d_hat_g)
841
+
842
+ optim_d.zero_grad()
843
+ scaler.scale(loss_disc).backward()
844
+ scaler.unscale_(optim_d)
845
+ grad_norm_d = clip_grad_value(net_d.parameters(), None)
846
+ scaler.step(optim_d)
847
+
848
+ with autocast(enabled=False):
849
+ y_d_hat_r, y_d_hat_g, fmap_r, fmap_g = net_d(wave, y_hat)
850
+ with autocast(enabled=False):
851
+ loss_mel = F.l1_loss(y_mel, y_hat_mel) * config.train.c_mel
852
+ loss_kl = (kl_loss(z_p, logs_q, m_p, logs_p, z_mask) * config.train.c_kl)
853
+ loss_fm = feature_loss(fmap_r, fmap_g)
854
+ loss_gen, losses_gen = generator_loss(y_d_hat_g)
855
+ loss_gen_all = loss_gen + loss_fm + loss_mel + loss_kl
856
+ if loss_gen_all < lowest_value["value"]:
857
+ lowest_value["value"] = loss_gen_all
858
+ lowest_value["step"] = global_step
859
+ lowest_value["epoch"] = epoch
860
+ if epoch > lowest_value["epoch"]: logger.warning(translations["training_warning"])
861
+
862
+ optim_g.zero_grad()
863
+ scaler.scale(loss_gen_all).backward()
864
+ scaler.unscale_(optim_g)
865
+ grad_norm_g = clip_grad_value(net_g.parameters(), None)
866
+ scaler.step(optim_g)
867
+ scaler.update()
868
+
869
+ if rank == 0 and global_step % config.train.log_interval == 0:
870
+ if loss_mel > 75: loss_mel = 75
871
+ if loss_kl > 9: loss_kl = 9
872
+
873
+ scalar_dict = {"loss/g/total": loss_gen_all, "loss/d/total": loss_disc, "learning_rate": optim_g.param_groups[0]["lr"], "grad/norm_d": grad_norm_d, "grad/norm_g": grad_norm_g, "loss/g/fm": loss_fm, "loss/g/mel": loss_mel, "loss/g/kl": loss_kl}
874
+ scalar_dict.update({f"loss/g/{i}": v for i, v in enumerate(losses_gen)})
875
+ scalar_dict.update({f"loss/d_r/{i}": v for i, v in enumerate(losses_disc_r)})
876
+ scalar_dict.update({f"loss/d_g/{i}": v for i, v in enumerate(losses_disc_g)})
877
+
878
+ with torch.no_grad():
879
+ o, *_ = net_g.module.infer(*reference) if hasattr(net_g, "module") else net_g.infer(*reference)
880
+
881
+ summarize(writer=writer, global_step=global_step, images={"slice/mel_org": plot_spectrogram_to_numpy(y_mel[0].data.cpu().numpy()), "slice/mel_gen": plot_spectrogram_to_numpy(y_hat_mel[0].data.cpu().numpy()), "all/mel": plot_spectrogram_to_numpy(mel[0].data.cpu().numpy())}, scalars=scalar_dict, audios={f"gen/audio_{global_step:07d}": o[0, :, :]}, audio_sample_rate=config.data.sample_rate)
882
+
883
+ global_step += 1
884
+ pbar.update(1)
885
+
886
+ def check_overtraining(smoothed_loss_history, threshold, epsilon=0.004):
887
+ if len(smoothed_loss_history) < threshold + 1: return False
888
+ for i in range(-threshold, -1):
889
+ if smoothed_loss_history[i + 1] > smoothed_loss_history[i]: return True
890
+ if abs(smoothed_loss_history[i + 1] - smoothed_loss_history[i]) >= epsilon: return False
891
+ return True
892
+
893
+ def update_exponential_moving_average(smoothed_loss_history, new_value, smoothing=0.987):
894
+ smoothed_value = new_value if not smoothed_loss_history else (smoothing * smoothed_loss_history[-1] + (1 - smoothing) * new_value)
895
+ smoothed_loss_history.append(smoothed_value)
896
+ return smoothed_value
897
+
898
+ def save_to_json(file_path, loss_disc_history, smoothed_loss_disc_history, loss_gen_history, smoothed_loss_gen_history):
899
+ with open(file_path, "w") as f:
900
+ json.dump({"loss_disc_history": loss_disc_history, "smoothed_loss_disc_history": smoothed_loss_disc_history, "loss_gen_history": loss_gen_history, "smoothed_loss_gen_history": smoothed_loss_gen_history}, f)
901
+
902
+ model_add, model_del = [], []
903
+ done = False
904
+
905
+ if rank == 0:
906
+ if epoch % save_every_epoch == False:
907
+ checkpoint_suffix = f"{'latest' if save_only_latest else global_step}.pth"
908
+ save_checkpoint(net_g, optim_g, config.train.learning_rate, epoch, os.path.join(experiment_dir, "G_" + checkpoint_suffix))
909
+ save_checkpoint(net_d, optim_d, config.train.learning_rate, epoch, os.path.join(experiment_dir, "D_" + checkpoint_suffix))
910
+ if custom_save_every_weights: model_add.append(os.path.join("assets", "weights", f"{model_name}_{epoch}e_{global_step}s.pth"))
911
+
912
+ if overtraining_detector and epoch > 1:
913
+ current_loss_disc = float(loss_disc)
914
+ loss_disc_history.append(current_loss_disc)
915
+ smoothed_value_disc = update_exponential_moving_average(smoothed_loss_disc_history, current_loss_disc)
916
+ is_overtraining_disc = check_overtraining(smoothed_loss_disc_history, overtraining_threshold * 2)
917
+
918
+ if is_overtraining_disc: consecutive_increases_disc += 1
919
+ else: consecutive_increases_disc = 0
920
+
921
+ current_loss_gen = float(lowest_value["value"])
922
+ loss_gen_history.append(current_loss_gen)
923
+ smoothed_value_gen = update_exponential_moving_average(smoothed_loss_gen_history, current_loss_gen)
924
+ is_overtraining_gen = check_overtraining(smoothed_loss_gen_history, overtraining_threshold, 0.01)
925
+
926
+ if is_overtraining_gen: consecutive_increases_gen += 1
927
+ else: consecutive_increases_gen = 0
928
+
929
+ if epoch % save_every_epoch == 0: save_to_json(training_file_path, loss_disc_history, smoothed_loss_disc_history, loss_gen_history, smoothed_loss_gen_history)
930
+
931
+ if (is_overtraining_gen and consecutive_increases_gen == overtraining_threshold or is_overtraining_disc and consecutive_increases_disc == (overtraining_threshold * 2)):
932
+ logger.info(translations["overtraining_find"].format(epoch=epoch, smoothed_value_gen=f"{smoothed_value_gen:.3f}", smoothed_value_disc=f"{smoothed_value_disc:.3f}"))
933
+ done = True
934
+ else:
935
+ logger.info(translations["best_epoch"].format(epoch=epoch, smoothed_value_gen=f"{smoothed_value_gen:.3f}", smoothed_value_disc=f"{smoothed_value_disc:.3f}"))
936
+ for file in glob.glob(os.path.join("assets", "weights", f"{model_name}_*e_*s_best_epoch.pth")):
937
+ model_del.append(file)
938
+
939
+ model_add.append(os.path.join("assets", "weights", f"{model_name}_{epoch}e_{global_step}s_best_epoch.pth"))
940
+
941
+ if epoch >= custom_total_epoch:
942
+ logger.info(translations["success_training"].format(epoch=epoch, global_step=global_step, loss_gen_all=round(loss_gen_all.item(), 3)))
943
+ logger.info(translations["training_info"].format(lowest_value_rounded=round(float(lowest_value["value"]), 3), lowest_value_epoch=lowest_value['epoch'], lowest_value_step=lowest_value['step']))
944
+
945
+ pid_file_path = os.path.join(experiment_dir, "config.json")
946
+ with open(pid_file_path, "r") as pid_file:
947
+ pid_data = json.load(pid_file)
948
+
949
+ with open(pid_file_path, "w") as pid_file:
950
+ pid_data.pop("process_pids", None)
951
+ json.dump(pid_data, pid_file, indent=4)
952
+
953
+ model_add.append(os.path.join("assets", "weights", f"{model_name}_{epoch}e_{global_step}s.pth"))
954
+ done = True
955
+
956
+ for m in model_del:
957
+ os.remove(m)
958
+
959
+ if model_add:
960
+ ckpt = (net_g.module.state_dict() if hasattr(net_g, "module") else net_g.state_dict())
961
+ for m in model_add:
962
+ extract_model(ckpt=ckpt, sr=sample_rate, pitch_guidance=pitch_guidance == True, name=model_name, model_path=m, epoch=epoch, step=global_step, version=version, hps=hps, model_author=model_author, vocoder=vocoder)
963
+
964
+ lowest_value_rounded = round(float(lowest_value["value"]), 3)
965
+
966
+ if epoch > 1 and overtraining_detector: logger.info(translations["model_training_info"].format(model_name=model_name, epoch=epoch, global_step=global_step, epoch_recorder=epoch_recorder.record(), lowest_value_rounded=lowest_value_rounded, lowest_value_epoch=lowest_value['epoch'], lowest_value_step=lowest_value['step'], remaining_epochs_gen=(overtraining_threshold - consecutive_increases_gen), remaining_epochs_disc=((overtraining_threshold * 2) - consecutive_increases_disc), smoothed_value_gen=f"{smoothed_value_gen:.3f}", smoothed_value_disc=f"{smoothed_value_disc:.3f}"))
967
+ elif epoch > 1 and overtraining_detector == False: logger.info(translations["model_training_info_2"].format(model_name=model_name, epoch=epoch, global_step=global_step, epoch_recorder=epoch_recorder.record(), lowest_value_rounded=lowest_value_rounded, lowest_value_epoch=lowest_value['epoch'], lowest_value_step=lowest_value['step']))
968
+ else: logger.info(translations["model_training_info_3"].format(model_name=model_name, epoch=epoch, global_step=global_step, epoch_recorder=epoch_recorder.record()))
969
+
970
+ last_loss_gen_all = loss_gen_all
971
+ if done: os._exit(0)
972
+
973
+ if __name__ == "__main__":
974
+ torch.multiprocessing.set_start_method("spawn")
975
+ try:
976
+ main()
977
+ except Exception as e:
978
+ logger.error(f"{translations['training_error']} {e}")
979
+ import traceback
980
+ logger.debug(traceback.format_exc())
main/library/algorithm/commons.py ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import torch
2
+
3
+
4
+
5
+ def init_weights(m, mean=0.0, std=0.01):
6
+ if m.__class__.__name__.find("Conv") != -1: m.weight.data.normal_(mean, std)
7
+
8
+ def get_padding(kernel_size, dilation=1):
9
+ return int((kernel_size * dilation - dilation) / 2)
10
+
11
+ def convert_pad_shape(pad_shape):
12
+ return [item for sublist in pad_shape[::-1] for item in sublist]
13
+
14
+ def slice_segments(x, ids_str, segment_size = 4, dim = 2):
15
+ if dim == 2: ret = torch.zeros_like(x[:, :segment_size])
16
+ elif dim == 3: ret = torch.zeros_like(x[:, :, :segment_size])
17
+
18
+ for i in range(x.size(0)):
19
+ idx_str = ids_str[i].item()
20
+ idx_end = idx_str + segment_size
21
+
22
+ if dim == 2: ret[i] = x[i, idx_str:idx_end]
23
+ else: ret[i] = x[i, :, idx_str:idx_end]
24
+
25
+ return ret
26
+
27
+ def rand_slice_segments(x, x_lengths=None, segment_size=4):
28
+ b, _, t = x.size()
29
+ if x_lengths is None: x_lengths = t
30
+
31
+ ids_str = (torch.rand([b]).to(device=x.device) * (x_lengths - segment_size + 1)).to(dtype=torch.long)
32
+
33
+ return slice_segments(x, ids_str, segment_size, dim=3), ids_str
34
+
35
+ @torch.jit.script
36
+ def fused_add_tanh_sigmoid_multiply(input_a, input_b, n_channels):
37
+ n_channels_int = n_channels[0]
38
+
39
+ in_act = input_a + input_b
40
+
41
+ return torch.tanh(in_act[:, :n_channels_int, :]) * torch.sigmoid(in_act[:, n_channels_int:, :])
42
+
43
+ def sequence_mask(length, max_length = None):
44
+ if max_length is None: max_length = length.max()
45
+
46
+ return torch.arange(max_length, dtype=length.dtype, device=length.device).unsqueeze(0) < length.unsqueeze(1)
47
+
48
+ def clip_grad_value(parameters, clip_value, norm_type=2):
49
+ if isinstance(parameters, torch.Tensor): parameters = [parameters]
50
+ norm_type = float(norm_type)
51
+
52
+ if clip_value is not None: clip_value = float(clip_value)
53
+ total_norm = 0
54
+
55
+ for p in list(filter(lambda p: p.grad is not None, parameters)):
56
+ total_norm += (p.grad.data.norm(norm_type)).item() ** norm_type
57
+
58
+ if clip_value is not None: p.grad.data.clamp_(min=-clip_value, max=clip_value)
59
+
60
+ return total_norm ** (1.0 / norm_type)
main/library/algorithm/modules.py ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ import sys
3
+ import torch
4
+
5
+ sys.path.append(os.getcwd())
6
+
7
+ from .commons import fused_add_tanh_sigmoid_multiply
8
+
9
+
10
+ class WaveNet(torch.nn.Module):
11
+ def __init__(self, hidden_channels, kernel_size, dilation_rate, n_layers, gin_channels=0, p_dropout=0):
12
+ super(WaveNet, self).__init__()
13
+ assert kernel_size % 2 == 1
14
+ self.hidden_channels = hidden_channels
15
+ self.kernel_size = (kernel_size,)
16
+ self.dilation_rate = dilation_rate
17
+ self.n_layers = n_layers
18
+ self.gin_channels = gin_channels
19
+ self.p_dropout = p_dropout
20
+ self.in_layers = torch.nn.ModuleList()
21
+ self.res_skip_layers = torch.nn.ModuleList()
22
+ self.drop = torch.nn.Dropout(p_dropout)
23
+
24
+ if gin_channels != 0: self.cond_layer = torch.nn.utils.parametrizations.weight_norm(torch.nn.Conv1d(gin_channels, 2 * hidden_channels * n_layers, 1), name="weight")
25
+
26
+ dilations = [dilation_rate**i for i in range(n_layers)]
27
+ paddings = [(kernel_size * d - d) // 2 for d in dilations]
28
+
29
+ for i in range(n_layers):
30
+ in_layer = torch.nn.Conv1d(hidden_channels, 2 * hidden_channels, kernel_size, dilation=dilations[i], padding=paddings[i])
31
+ in_layer = torch.nn.utils.parametrizations.weight_norm(in_layer, name="weight")
32
+ self.in_layers.append(in_layer)
33
+
34
+ res_skip_channels = (hidden_channels if i == n_layers - 1 else 2 * hidden_channels)
35
+ res_skip_layer = torch.nn.Conv1d(hidden_channels, res_skip_channels, 1)
36
+
37
+ res_skip_layer = torch.nn.utils.parametrizations.weight_norm(res_skip_layer, name="weight")
38
+ self.res_skip_layers.append(res_skip_layer)
39
+
40
+ def forward(self, x, x_mask, g=None, **kwargs):
41
+ output = torch.zeros_like(x)
42
+ n_channels_tensor = torch.IntTensor([self.hidden_channels])
43
+
44
+ if g is not None: g = self.cond_layer(g)
45
+
46
+ for i in range(self.n_layers):
47
+ x_in = self.in_layers[i](x)
48
+
49
+ if g is not None:
50
+ cond_offset = i * 2 * self.hidden_channels
51
+ g_l = g[:, cond_offset : cond_offset + 2 * self.hidden_channels, :]
52
+ else: g_l = torch.zeros_like(x_in)
53
+
54
+ res_skip_acts = self.res_skip_layers[i](self.drop(fused_add_tanh_sigmoid_multiply(x_in, g_l, n_channels_tensor)))
55
+
56
+ if i < self.n_layers - 1:
57
+ x = (x + (res_skip_acts[:, : self.hidden_channels, :])) * x_mask
58
+ output = output + res_skip_acts[:, self.hidden_channels :, :]
59
+ else: output = output + res_skip_acts
60
+
61
+ return output * x_mask
62
+
63
+ def remove_weight_norm(self):
64
+ if self.gin_channels != 0: torch.nn.utils.remove_weight_norm(self.cond_layer)
65
+
66
+ for l in self.in_layers:
67
+ torch.nn.utils.remove_weight_norm(l)
68
+
69
+ for l in self.res_skip_layers:
70
+ torch.nn.utils.remove_weight_norm(l)
main/library/algorithm/mrf_hifigan.py ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import torch
2
+
3
+ import numpy as np
4
+ import torch.nn.functional as F
5
+
6
+ from torch.nn.utils import remove_weight_norm
7
+ from torch.utils.checkpoint import checkpoint
8
+ from torch.nn.utils.parametrizations import weight_norm
9
+
10
+ LRELU_SLOPE = 0.1
11
+
12
+ class MRFLayer(torch.nn.Module):
13
+ def __init__(self, channels, kernel_size, dilation):
14
+ super().__init__()
15
+ self.conv1 = weight_norm(torch.nn.Conv1d(channels, channels, kernel_size, padding=(kernel_size * dilation - dilation) // 2, dilation=dilation))
16
+ self.conv2 = weight_norm(torch.nn.Conv1d(channels, channels, kernel_size, padding=kernel_size // 2, dilation=1))
17
+
18
+ def forward(self, x):
19
+ return x + self.conv2(F.leaky_relu(self.conv1(F.leaky_relu(x, LRELU_SLOPE)), LRELU_SLOPE))
20
+
21
+ def remove_weight_norm(self):
22
+ remove_weight_norm(self.conv1)
23
+ remove_weight_norm(self.conv2)
24
+
25
+ class MRFBlock(torch.nn.Module):
26
+ def __init__(self, channels, kernel_size, dilations):
27
+ super().__init__()
28
+ self.layers = torch.nn.ModuleList()
29
+
30
+ for dilation in dilations:
31
+ self.layers.append(MRFLayer(channels, kernel_size, dilation))
32
+
33
+ def forward(self, x):
34
+ for layer in self.layers:
35
+ x = layer(x)
36
+
37
+ return x
38
+
39
+ def remove_weight_norm(self):
40
+ for layer in self.layers:
41
+ layer.remove_weight_norm()
42
+
43
+ class SineGenerator(torch.nn.Module):
44
+ def __init__(self, samp_rate, harmonic_num=0, sine_amp=0.1, noise_std=0.003, voiced_threshold=0):
45
+ super(SineGenerator, self).__init__()
46
+ self.sine_amp = sine_amp
47
+ self.noise_std = noise_std
48
+ self.harmonic_num = harmonic_num
49
+ self.dim = self.harmonic_num + 1
50
+ self.sampling_rate = samp_rate
51
+ self.voiced_threshold = voiced_threshold
52
+
53
+ def _f02uv(self, f0):
54
+ return torch.ones_like(f0) * (f0 > self.voiced_threshold)
55
+
56
+ def _f02sine(self, f0_values):
57
+ rad_values = (f0_values / self.sampling_rate) % 1
58
+ rand_ini = torch.rand(f0_values.shape[0], f0_values.shape[2], device=f0_values.device)
59
+
60
+ rand_ini[:, 0] = 0
61
+ rad_values[:, 0, :] = rad_values[:, 0, :] + rand_ini
62
+
63
+ tmp_over_one = torch.cumsum(rad_values, 1) % 1
64
+ tmp_over_one_idx = (tmp_over_one[:, 1:, :] - tmp_over_one[:, :-1, :]) < 0
65
+
66
+ cumsum_shift = torch.zeros_like(rad_values)
67
+ cumsum_shift[:, 1:, :] = tmp_over_one_idx * -1.0
68
+
69
+ return torch.sin(torch.cumsum(rad_values + cumsum_shift, dim=1) * 2 * np.pi)
70
+
71
+ def forward(self, f0):
72
+ with torch.no_grad():
73
+ f0_buf = torch.zeros(f0.shape[0], f0.shape[1], self.dim, device=f0.device)
74
+ f0_buf[:, :, 0] = f0[:, :, 0]
75
+
76
+ for idx in np.arange(self.harmonic_num):
77
+ f0_buf[:, :, idx + 1] = f0_buf[:, :, 0] * (idx + 2)
78
+
79
+ sine_waves = self._f02sine(f0_buf) * self.sine_amp
80
+ uv = self._f02uv(f0)
81
+
82
+ sine_waves = sine_waves * uv + ((uv * self.noise_std + (1 - uv) * self.sine_amp / 3) * torch.randn_like(sine_waves))
83
+
84
+ return sine_waves
85
+
86
+ class SourceModuleHnNSF(torch.nn.Module):
87
+ def __init__(self, sampling_rate, harmonic_num=0, sine_amp=0.1, add_noise_std=0.003, voiced_threshold=0):
88
+ super(SourceModuleHnNSF, self).__init__()
89
+ self.sine_amp = sine_amp
90
+ self.noise_std = add_noise_std
91
+
92
+ self.l_sin_gen = SineGenerator(sampling_rate, harmonic_num, sine_amp, add_noise_std, voiced_threshold)
93
+ self.l_linear = torch.nn.Linear(harmonic_num + 1, 1)
94
+ self.l_tanh = torch.nn.Tanh()
95
+
96
+ def forward(self, x):
97
+ return self.l_tanh(self.l_linear(self.l_sin_gen(x).to(dtype=self.l_linear.weight.dtype)))
98
+
99
+ class HiFiGANMRFGenerator(torch.nn.Module):
100
+ def __init__(self, in_channel, upsample_initial_channel, upsample_rates, upsample_kernel_sizes, resblock_kernel_sizes, resblock_dilations, gin_channels, sample_rate, harmonic_num, checkpointing=False):
101
+ super().__init__()
102
+ self.num_kernels = len(resblock_kernel_sizes)
103
+
104
+ self.upp = int(np.prod(upsample_rates))
105
+ self.f0_upsample = torch.nn.Upsample(scale_factor=self.upp)
106
+ self.m_source = SourceModuleHnNSF(sample_rate, harmonic_num)
107
+
108
+ self.conv_pre = weight_norm(torch.nn.Conv1d(in_channel, upsample_initial_channel, kernel_size=7, stride=1, padding=3))
109
+ self.checkpointing = checkpointing
110
+
111
+ self.upsamples = torch.nn.ModuleList()
112
+ self.upsampler = torch.nn.ModuleList()
113
+ self.noise_convs = torch.nn.ModuleList()
114
+
115
+ stride_f0s = [upsample_rates[1] * upsample_rates[2] * upsample_rates[3], upsample_rates[2] * upsample_rates[3], upsample_rates[3], 1]
116
+
117
+ for i, (u, k) in enumerate(zip(upsample_rates, upsample_kernel_sizes)):
118
+ if self.upp == 441:
119
+ self.upsampler.append(torch.nn.Upsample(scale_factor=u, mode="linear"))
120
+ self.upsamples.append(weight_norm(torch.nn.Conv1d(upsample_initial_channel // (2**i), upsample_initial_channel // (2 ** (i + 1)), kernel_size=1)))
121
+ self.noise_convs.append(torch.nn.Conv1d(in_channels=1, out_channels=upsample_initial_channel // (2 ** (i + 1)), kernel_size = 1))
122
+ else:
123
+ self.upsampler.append(torch.nn.Identity())
124
+ self.upsamples.append(weight_norm(torch.nn.ConvTranspose1d(upsample_initial_channel // (2**i), upsample_initial_channel // (2 ** (i + 1)), kernel_size=k, stride=u, padding=(k - u) // 2)))
125
+ self.noise_convs.append(torch.nn.Conv1d(1, upsample_initial_channel // (2 ** (i + 1)), kernel_size=stride_f0s[i] * 2 if stride_f0s[i] > 1 else 1, stride=stride_f0s[i], padding=stride_f0s[i] // 2))
126
+
127
+ self.mrfs = torch.nn.ModuleList()
128
+ for i in range(len(self.upsamples)):
129
+ channel = upsample_initial_channel // (2 ** (i + 1))
130
+ self.mrfs.append(torch.nn.ModuleList([MRFBlock(channel, kernel_size=k, dilations=d) for k, d in zip(resblock_kernel_sizes, resblock_dilations)]))
131
+
132
+ self.conv_post = weight_norm(torch.nn.Conv1d(channel, 1, kernel_size=7, stride=1, padding=3))
133
+ if gin_channels != 0: self.cond = torch.nn.Conv1d(gin_channels, upsample_initial_channel, 1)
134
+
135
+ def forward(self, x, f0, g = None):
136
+ har_source = self.m_source(self.f0_upsample(f0[:, None, :]).transpose(-1, -2)).transpose(-1, -2)
137
+ x = self.conv_pre(x)
138
+ if g is not None: x += self.cond(g)
139
+
140
+ for ups, upr, mrf, noise_conv in zip(self.upsamples, self.upsampler, self.mrfs, self.noise_convs):
141
+ x = F.leaky_relu(x, LRELU_SLOPE)
142
+
143
+ if self.training and self.checkpointing:
144
+ if self.upp == 441: x = upr(x)
145
+ x = checkpoint(ups, x, use_reentrant=False)
146
+ else:
147
+ if self.upp == 441: x = upr(x)
148
+ x = ups(x)
149
+
150
+ h = noise_conv(har_source)
151
+ if self.upp == 441: h = torch.nn.functional.interpolate(h, size=x.shape[-1], mode="linear")
152
+ x += h
153
+
154
+ def mrf_sum(x, layers):
155
+ return sum(layer(x) for layer in layers) / self.num_kernels
156
+
157
+ x = checkpoint(mrf_sum, x, mrf, use_reentrant=False) if self.training and self.checkpointing else mrf_sum(x, mrf)
158
+
159
+ return torch.tanh(self.conv_post(F.leaky_relu(x)))
160
+
161
+ def remove_weight_norm(self):
162
+ remove_weight_norm(self.conv_pre)
163
+
164
+ for up in self.upsamples:
165
+ remove_weight_norm(up)
166
+
167
+ for mrf in self.mrfs:
168
+ mrf.remove_weight_norm()
169
+
170
+ remove_weight_norm(self.conv_post)
main/library/algorithm/onnx_export.py ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ import sys
3
+ import onnx
4
+ import json
5
+ import torch
6
+ import onnxsim
7
+ import warnings
8
+
9
+ sys.path.append(os.getcwd())
10
+
11
+ from main.library.algorithm.synthesizers import SynthesizerONNX
12
+
13
+ warnings.filterwarnings("ignore")
14
+
15
+ def onnx_exporter(input_path, output_path, device="cpu"):
16
+ cpt = (torch.load(input_path, map_location="cpu") if os.path.isfile(input_path) else None)
17
+ cpt["config"][-3] = cpt["weight"]["emb_g.weight"].shape[0]
18
+
19
+ model_name, model_author, epochs, steps, version, f0, model_hash, vocoder, creation_date = cpt.get("model_name", None), cpt.get("author", None), cpt.get("epoch", None), cpt.get("step", None), cpt.get("version", "v1"), cpt.get("f0", 1), cpt.get("model_hash", None), cpt.get("vocoder", "Default"), cpt.get("creation_date", None)
20
+ text_enc_hidden_dim = 768 if version == "v2" else 256
21
+ tgt_sr = cpt["config"][-1]
22
+
23
+ net_g = SynthesizerONNX(*cpt["config"], use_f0=f0, text_enc_hidden_dim=text_enc_hidden_dim, vocoder=vocoder, checkpointing=False)
24
+ net_g.load_state_dict(cpt["weight"], strict=False)
25
+
26
+ if f0:
27
+ args = (torch.rand(1, 200, text_enc_hidden_dim).to(device), torch.tensor([200]).long().to(device), torch.LongTensor([0]).to(device), torch.rand(1, 192, 200).to(device), torch.randint(size=(1, 200), low=5, high=255).to(device), torch.rand(1, 200).to(device))
28
+ input_names = ["phone", "phone_lengths", "ds", "rnd", "pitch", "pitchf"]
29
+ dynamic_axes = {"phone": [1], "rnd": [2], "pitch": [1], "pitchf": [1]}
30
+ else:
31
+ args = (torch.rand(1, 200, text_enc_hidden_dim).to(device), torch.tensor([200]).long().to(device), torch.LongTensor([0]).to(device), torch.rand(1, 192, 200).to(device))
32
+ input_names = ["phone", "phone_lengths", "ds", "rnd"]
33
+ dynamic_axes = {"phone": [1], "rnd": [2]}
34
+
35
+ torch.onnx.export(net_g, args, output_path, do_constant_folding=False, opset_version=17, verbose=False, input_names=input_names, output_names=["audio"], dynamic_axes=dynamic_axes)
36
+ model, _ = onnxsim.simplify(output_path)
37
+ model.metadata_props.append(onnx.StringStringEntryProto(key="model_info", value=json.dumps({"model_name": model_name, "author": model_author, "epoch": epochs, "step": steps, "version": version, "sr": tgt_sr, "f0": f0, "model_hash": model_hash, "creation_date": creation_date, "vocoder": vocoder, "text_enc_hidden_dim": text_enc_hidden_dim})))
38
+
39
+ onnx.save(model, output_path)
40
+ return output_path
main/library/algorithm/refinegan.py ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ import sys
3
+ import torch
4
+
5
+ import numpy as np
6
+ import torch.nn as nn
7
+ import torch.nn.functional as F
8
+
9
+ from torch.utils.checkpoint import checkpoint
10
+ from torch.nn.utils.parametrizations import weight_norm
11
+ from torch.nn.utils.parametrize import remove_parametrizations
12
+
13
+ sys.path.append(os.getcwd())
14
+
15
+ from .commons import get_padding
16
+
17
+
18
+ class ResBlock(nn.Module):
19
+ def __init__(self, *, in_channels, out_channels, kernel_size = 7, dilation = (1, 3, 5), leaky_relu_slope = 0.2):
20
+ super(ResBlock, self).__init__()
21
+ self.leaky_relu_slope = leaky_relu_slope
22
+ self.in_channels = in_channels
23
+ self.out_channels = out_channels
24
+ self.convs1 = nn.ModuleList([weight_norm(nn.Conv1d(in_channels=in_channels if idx == 0 else out_channels, out_channels=out_channels, kernel_size=kernel_size, stride=1, dilation=d, padding=get_padding(kernel_size, d))) for idx, d in enumerate(dilation)])
25
+ self.convs1.apply(self.init_weights)
26
+ self.convs2 = nn.ModuleList([weight_norm(nn.Conv1d(in_channels=out_channels, out_channels=out_channels, kernel_size=kernel_size, stride=1, dilation=d, padding=get_padding(kernel_size, d))) for _, d in enumerate(dilation)])
27
+ self.convs2.apply(self.init_weights)
28
+
29
+ def forward(self, x):
30
+ for idx, (c1, c2) in enumerate(zip(self.convs1, self.convs2)):
31
+ xt = c2(F.leaky_relu_(c1(F.leaky_relu(x, self.leaky_relu_slope)), self.leaky_relu_slope))
32
+ x = (xt + x) if idx != 0 or self.in_channels == self.out_channels else xt
33
+
34
+ return x
35
+
36
+ def remove_parametrizations(self):
37
+ for c1, c2 in zip(self.convs1, self.convs2):
38
+ remove_parametrizations(c1)
39
+ remove_parametrizations(c2)
40
+
41
+ def init_weights(self, m):
42
+ if type(m) == nn.Conv1d:
43
+ m.weight.data.normal_(0, 0.01)
44
+ m.bias.data.fill_(0.0)
45
+
46
+ class AdaIN(nn.Module):
47
+ def __init__(self, *, channels, leaky_relu_slope = 0.2):
48
+ super().__init__()
49
+ self.weight = nn.Parameter(torch.ones(channels))
50
+ self.activation = nn.LeakyReLU(leaky_relu_slope, inplace=True)
51
+
52
+ def forward(self, x):
53
+ return self.activation(x + (torch.randn_like(x) * self.weight[None, :, None]))
54
+
55
+ class ParallelResBlock(nn.Module):
56
+ def __init__(self, *, in_channels, out_channels, kernel_sizes = (3, 7, 11), dilation = (1, 3, 5), leaky_relu_slope = 0.2):
57
+ super().__init__()
58
+ self.in_channels = in_channels
59
+ self.out_channels = out_channels
60
+ self.input_conv = nn.Conv1d(in_channels=in_channels, out_channels=out_channels, kernel_size=7, stride=1, padding=3)
61
+ self.blocks = nn.ModuleList([nn.Sequential(AdaIN(channels=out_channels), ResBlock(in_channels=out_channels, out_channels=out_channels, kernel_size=kernel_size, dilation=dilation, leaky_relu_slope=leaky_relu_slope), AdaIN(channels=out_channels)) for kernel_size in kernel_sizes])
62
+
63
+ def forward(self, x):
64
+ x = self.input_conv(x)
65
+ return torch.mean(torch.stack([block(x) for block in self.blocks]), dim=0)
66
+
67
+ def remove_parametrizations(self):
68
+ for block in self.blocks:
69
+ block[1].remove_parametrizations()
70
+
71
+ class SineGenerator(nn.Module):
72
+ def __init__(self, samp_rate, harmonic_num=0, sine_amp=0.1, noise_std=0.003, voiced_threshold=0):
73
+ super(SineGenerator, self).__init__()
74
+ self.sine_amp = sine_amp
75
+ self.noise_std = noise_std
76
+ self.harmonic_num = harmonic_num
77
+ self.dim = self.harmonic_num + 1
78
+ self.sampling_rate = samp_rate
79
+ self.voiced_threshold = voiced_threshold
80
+ self.merge = nn.Sequential(nn.Linear(self.dim, 1, bias=False), nn.Tanh())
81
+
82
+ def _f02uv(self, f0):
83
+ return torch.ones_like(f0) * (f0 > self.voiced_threshold)
84
+
85
+ def _f02sine(self, f0_values):
86
+ rad_values = (f0_values / self.sampling_rate) % 1
87
+ rand_ini = torch.rand(f0_values.shape[0], f0_values.shape[2], device=f0_values.device)
88
+
89
+ rand_ini[:, 0] = 0
90
+ rad_values[:, 0, :] = rad_values[:, 0, :] + rand_ini
91
+
92
+ tmp_over_one = torch.cumsum(rad_values, 1) % 1
93
+ tmp_over_one_idx = (tmp_over_one[:, 1:, :] - tmp_over_one[:, :-1, :]) < 0
94
+
95
+ cumsum_shift = torch.zeros_like(rad_values)
96
+ cumsum_shift[:, 1:, :] = tmp_over_one_idx * -1.0
97
+
98
+ return torch.sin(torch.cumsum(rad_values + cumsum_shift, dim=1) * 2 * np.pi)
99
+
100
+ def forward(self, f0):
101
+ with torch.no_grad():
102
+ f0_buf = torch.zeros(f0.shape[0], f0.shape[1], self.dim, device=f0.device)
103
+ f0_buf[:, :, 0] = f0[:, :, 0]
104
+
105
+ for idx in np.arange(self.harmonic_num):
106
+ f0_buf[:, :, idx + 1] = f0_buf[:, :, 0] * (idx + 2)
107
+
108
+ sine_waves = self._f02sine(f0_buf) * self.sine_amp
109
+ uv = self._f02uv(f0)
110
+ sine_waves = sine_waves * uv + ((uv * self.noise_std + (1 - uv) * self.sine_amp / 3) * torch.randn_like(sine_waves))
111
+
112
+ return self.merge(sine_waves - sine_waves.mean(dim=1, keepdim=True))
113
+
114
+ class RefineGANGenerator(nn.Module):
115
+ def __init__(self, *, sample_rate = 44100, upsample_rates = (8, 8, 2, 2), leaky_relu_slope = 0.2, num_mels = 128, gin_channels = 256, checkpointing = False, upsample_initial_channel = 512):
116
+ super().__init__()
117
+ self.upsample_rates = upsample_rates
118
+ self.checkpointing = checkpointing
119
+ self.leaky_relu_slope = leaky_relu_slope
120
+ self.upp = int(np.prod(upsample_rates))
121
+ assert self.upp == sample_rate // 100
122
+ self.m_source = SineGenerator(sample_rate)
123
+ self.pre_conv = weight_norm(nn.Conv1d(in_channels=1, out_channels=upsample_initial_channel // 2, kernel_size=7, stride=1, padding=3, bias=False))
124
+ channels = upsample_initial_channel
125
+ self.downsample_blocks = nn.ModuleList([])
126
+
127
+ stride_f0s = [upsample_rates[1] * upsample_rates[2] * upsample_rates[3], upsample_rates[2] * upsample_rates[3], upsample_rates[3], 1]
128
+
129
+ for i, _ in enumerate(upsample_rates):
130
+ if self.upp == 441: self.downsample_blocks.append(nn.Conv1d(in_channels=1, out_channels=channels // 2 ** (i + 2), kernel_size = 1))
131
+ else: self.downsample_blocks.append(nn.Conv1d(in_channels=1, out_channels=channels // 2 ** (i + 2), kernel_size=stride_f0s[i] * 2 if stride_f0s[i] > 1 else 1, stride=stride_f0s[i], padding=stride_f0s[i] // 2))
132
+
133
+ self.mel_conv = weight_norm(nn.Conv1d(in_channels=num_mels, out_channels=channels // 2, kernel_size=7, stride=1, padding=3))
134
+ if gin_channels != 0: self.cond = nn.Conv1d(256, channels // 2, 1)
135
+
136
+ self.upsample_blocks = nn.ModuleList([])
137
+ self.upsample_conv_blocks = nn.ModuleList([])
138
+ self.filters = nn.ModuleList([])
139
+
140
+ for rate in upsample_rates:
141
+ new_channels = channels // 2
142
+ self.upsample_blocks.append(nn.Upsample(scale_factor=rate, mode="linear"))
143
+
144
+ low_pass = nn.Conv1d(channels, channels, kernel_size=15, padding=7, groups=channels, bias=False)
145
+ low_pass.weight.data.fill_(1.0 / 15)
146
+ self.filters.append(low_pass)
147
+
148
+ self.upsample_conv_blocks.append(ParallelResBlock(in_channels=channels + channels // 4, out_channels=new_channels, kernel_sizes=(3, 7, 11), dilation=(1, 3, 5), leaky_relu_slope=leaky_relu_slope))
149
+ channels = new_channels
150
+
151
+ self.conv_post = weight_norm(nn.Conv1d(in_channels=channels, out_channels=1, kernel_size=7, stride=1, padding=3))
152
+
153
+ def forward(self, mel, f0, g = None):
154
+ f0 = F.interpolate(f0.unsqueeze(1), size=mel.shape[-1] * self.upp, mode="linear")
155
+ har_source = self.m_source(f0.transpose(1, 2)).transpose(1, 2)
156
+ x = F.interpolate(self.pre_conv(har_source), size=mel.shape[-1], mode="linear")
157
+
158
+ mel = self.mel_conv(mel)
159
+ if g is not None: mel += self.cond(g)
160
+
161
+ x = torch.cat([mel, x], dim=1)
162
+
163
+ for ups, res, down, flt in zip(self.upsample_blocks, self.upsample_conv_blocks, self.downsample_blocks, self.filters):
164
+ x = F.leaky_relu_(x, self.leaky_relu_slope)
165
+
166
+ if self.training and self.checkpointing:
167
+ x = checkpoint(flt, checkpoint(ups, x, use_reentrant=False), use_reentrant=False)
168
+ h = down(har_source)
169
+
170
+ if self.upp == 441: h = F.interpolate(h, size=x.shape[-1], mode="linear")
171
+ x = checkpoint(res, torch.cat([x, h], dim=1), use_reentrant=False)
172
+ else:
173
+ x = flt(ups(x))
174
+ h = down(har_source)
175
+
176
+ if self.upp == 441: h = F.interpolate(h, size=x.shape[-1], mode="linear")
177
+ x = res(torch.cat([x, h], dim=1))
178
+
179
+ return torch.tanh_(self.conv_post(F.leaky_relu_(x, self.leaky_relu_slope)))
180
+
181
+ def remove_parametrizations(self):
182
+ remove_parametrizations(self.source_conv)
183
+ remove_parametrizations(self.mel_conv)
184
+ remove_parametrizations(self.conv_post)
185
+
186
+ for block in self.downsample_blocks:
187
+ block[1].remove_parametrizations()
188
+
189
+ for block in self.upsample_conv_blocks:
190
+ block.remove_parametrizations()
main/library/algorithm/residuals.py ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ import sys
3
+ import torch
4
+
5
+ from torch.nn.utils import remove_weight_norm
6
+ from torch.nn.utils.parametrizations import weight_norm
7
+
8
+ sys.path.append(os.getcwd())
9
+
10
+ from .modules import WaveNet
11
+ from .commons import get_padding, init_weights
12
+
13
+
14
+ LRELU_SLOPE = 0.1
15
+
16
+ def create_conv1d_layer(channels, kernel_size, dilation):
17
+ return weight_norm(torch.nn.Conv1d(channels, channels, kernel_size, 1, dilation=dilation, padding=get_padding(kernel_size, dilation)))
18
+
19
+ def apply_mask(tensor, mask):
20
+ return tensor * mask if mask is not None else tensor
21
+
22
+ class ResBlockBase(torch.nn.Module):
23
+ def __init__(self, channels, kernel_size, dilations):
24
+ super(ResBlockBase, self).__init__()
25
+
26
+ self.convs1 = torch.nn.ModuleList([create_conv1d_layer(channels, kernel_size, d) for d in dilations])
27
+ self.convs1.apply(init_weights)
28
+
29
+ self.convs2 = torch.nn.ModuleList([create_conv1d_layer(channels, kernel_size, 1) for _ in dilations])
30
+ self.convs2.apply(init_weights)
31
+
32
+ def forward(self, x, x_mask=None):
33
+ for c1, c2 in zip(self.convs1, self.convs2):
34
+ x = c2(apply_mask(torch.nn.functional.leaky_relu(c1(apply_mask(torch.nn.functional.leaky_relu(x, LRELU_SLOPE), x_mask)), LRELU_SLOPE), x_mask)) + x
35
+
36
+ return apply_mask(x, x_mask)
37
+
38
+ def remove_weight_norm(self):
39
+ for conv in self.convs1 + self.convs2:
40
+ remove_weight_norm(conv)
41
+
42
+ class ResBlock(ResBlockBase):
43
+ def __init__(self, channels, kernel_size=3, dilation=(1, 3, 5)):
44
+ super(ResBlock, self).__init__(channels, kernel_size, dilation)
45
+
46
+ class Log(torch.nn.Module):
47
+ def forward(self, x, x_mask, reverse=False, **kwargs):
48
+ if not reverse:
49
+ y = torch.log(torch.clamp_min(x, 1e-5)) * x_mask
50
+ return y, torch.sum(-y, [1, 2])
51
+ else: return torch.exp(x) * x_mask
52
+
53
+ class Flip(torch.nn.Module):
54
+ def forward(self, x, *args, reverse=False, **kwargs):
55
+ x = torch.flip(x, [1])
56
+
57
+ if not reverse: return x, torch.zeros(x.size(0)).to(dtype=x.dtype, device=x.device)
58
+ else: return x
59
+
60
+ class ElementwiseAffine(torch.nn.Module):
61
+ def __init__(self, channels):
62
+ super().__init__()
63
+ self.channels = channels
64
+ self.m = torch.nn.Parameter(torch.zeros(channels, 1))
65
+ self.logs = torch.nn.Parameter(torch.zeros(channels, 1))
66
+
67
+ def forward(self, x, x_mask, reverse=False, **kwargs):
68
+ if not reverse: return ((self.m + torch.exp(self.logs) * x) * x_mask), torch.sum(self.logs * x_mask, [1, 2])
69
+ else: return (x - self.m) * torch.exp(-self.logs) * x_mask
70
+
71
+ class ResidualCouplingBlock(torch.nn.Module):
72
+ def __init__(self, channels, hidden_channels, kernel_size, dilation_rate, n_layers, n_flows=4, gin_channels=0):
73
+ super(ResidualCouplingBlock, self).__init__()
74
+ self.channels = channels
75
+ self.hidden_channels = hidden_channels
76
+ self.kernel_size = kernel_size
77
+ self.dilation_rate = dilation_rate
78
+ self.n_layers = n_layers
79
+ self.n_flows = n_flows
80
+ self.gin_channels = gin_channels
81
+ self.flows = torch.nn.ModuleList()
82
+
83
+ for _ in range(n_flows):
84
+ self.flows.append(ResidualCouplingLayer(channels, hidden_channels, kernel_size, dilation_rate, n_layers, gin_channels=gin_channels, mean_only=True))
85
+ self.flows.append(Flip())
86
+
87
+ def forward(self, x, x_mask, g = None, reverse = False):
88
+ if not reverse:
89
+ for flow in self.flows:
90
+ x, _ = flow(x, x_mask, g=g, reverse=reverse)
91
+ else:
92
+ for flow in reversed(self.flows):
93
+ x = flow.forward(x, x_mask, g=g, reverse=reverse)
94
+
95
+ return x
96
+
97
+ def remove_weight_norm(self):
98
+ for i in range(self.n_flows):
99
+ self.flows[i * 2].remove_weight_norm()
100
+
101
+ def __prepare_scriptable__(self):
102
+ for i in range(self.n_flows):
103
+ for hook in self.flows[i * 2]._forward_pre_hooks.values():
104
+ if (hook.__module__ == "torch.nn.utils.parametrizations.weight_norm" and hook.__class__.__name__ == "WeightNorm"): torch.nn.utils.remove_weight_norm(self.flows[i * 2])
105
+
106
+ return self
107
+
108
+ class ResidualCouplingLayer(torch.nn.Module):
109
+ def __init__(self, channels, hidden_channels, kernel_size, dilation_rate, n_layers, p_dropout=0, gin_channels=0, mean_only=False):
110
+ assert channels % 2 == 0, "Channels/2"
111
+ super().__init__()
112
+ self.channels = channels
113
+ self.hidden_channels = hidden_channels
114
+ self.kernel_size = kernel_size
115
+ self.dilation_rate = dilation_rate
116
+ self.n_layers = n_layers
117
+ self.half_channels = channels // 2
118
+ self.mean_only = mean_only
119
+
120
+ self.pre = torch.nn.Conv1d(self.half_channels, hidden_channels, 1)
121
+ self.enc = WaveNet(hidden_channels, kernel_size, dilation_rate, n_layers, p_dropout=p_dropout, gin_channels=gin_channels)
122
+ self.post = torch.nn.Conv1d(hidden_channels, self.half_channels * (2 - mean_only), 1)
123
+
124
+ self.post.weight.data.zero_()
125
+ self.post.bias.data.zero_()
126
+
127
+ def forward(self, x, x_mask, g=None, reverse=False):
128
+ x0, x1 = torch.split(x, [self.half_channels] * 2, 1)
129
+ stats = self.post(self.enc((self.pre(x0) * x_mask), x_mask, g=g)) * x_mask
130
+
131
+ if not self.mean_only: m, logs = torch.split(stats, [self.half_channels] * 2, 1)
132
+ else:
133
+ m = stats
134
+ logs = torch.zeros_like(m)
135
+
136
+ if not reverse: return torch.cat([x0, (m + x1 * torch.exp(logs) * x_mask)], 1), torch.sum(logs, [1, 2])
137
+ else: return torch.cat([x0, ((x1 - m) * torch.exp(-logs) * x_mask)], 1)
138
+
139
+ def remove_weight_norm(self):
140
+ self.enc.remove_weight_norm()