Spaces:
Running
on
Zero
Running
on
Zero
New update
#13
by
Eddycrack864
- opened
- README.md +1 -1
- app.py +0 -0
- assets/config.json +3 -2
- assets/default_settings.json +61 -0
- assets/i18n/languages/ar_AR.json +21 -1
- assets/i18n/languages/de_DE.json +21 -1
- assets/i18n/languages/en_US.json +21 -1
- assets/i18n/languages/es_ES.json +21 -1
- assets/i18n/languages/fr-FR.json +21 -1
- assets/i18n/languages/hi_IN.json +21 -1
- assets/i18n/languages/id_ID.json +59 -39
- assets/i18n/languages/it_IT.json +21 -1
- assets/i18n/languages/ja_JP.json +21 -1
- assets/i18n/languages/ko_KR.json +21 -1
- assets/i18n/languages/ms_MY.json +64 -44
- assets/i18n/languages/pt_BR.json +21 -1
- assets/i18n/languages/ru_RU.json +21 -1
- assets/i18n/languages/th_TH.json +21 -1
- assets/i18n/languages/tr_TR.json +21 -1
- assets/i18n/languages/uk_UA.json +21 -1
- assets/i18n/languages/vi_VN.json +21 -1
- assets/i18n/languages/zh_CN.json +21 -1
- assets/models.json +515 -0
- requirements.txt +2 -4
README.md
CHANGED
@@ -6,7 +6,7 @@ colorTo: pink
|
|
6 |
sdk: gradio
|
7 |
app_file: app.py
|
8 |
pinned: true
|
9 |
-
sdk_version: 5.
|
10 |
---
|
11 |
|
12 |

|
|
|
6 |
sdk: gradio
|
7 |
app_file: app.py
|
8 |
pinned: true
|
9 |
+
sdk_version: 5.28.0
|
10 |
---
|
11 |
|
12 |

|
app.py
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
assets/config.json
CHANGED
@@ -5,7 +5,8 @@
|
|
5 |
},
|
6 |
"lang": {
|
7 |
"override": false,
|
8 |
-
"selected_lang": "
|
9 |
},
|
10 |
-
"discord_presence": true
|
|
|
11 |
}
|
|
|
5 |
},
|
6 |
"lang": {
|
7 |
"override": false,
|
8 |
+
"selected_lang": "ar_AR"
|
9 |
},
|
10 |
+
"discord_presence": true,
|
11 |
+
"load_custom_settings": false
|
12 |
}
|
assets/default_settings.json
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Roformer": {
|
3 |
+
"model": null,
|
4 |
+
"output_format": null,
|
5 |
+
"segment_size": 256,
|
6 |
+
"override_segment_size": false,
|
7 |
+
"overlap": 8,
|
8 |
+
"batch_size": 1,
|
9 |
+
"normalization_threshold": 0.9,
|
10 |
+
"amplification_threshold": 0.7,
|
11 |
+
"single_stem": ""
|
12 |
+
},
|
13 |
+
"MDX23C": {
|
14 |
+
"model": null,
|
15 |
+
"output_format": null,
|
16 |
+
"segment_size": 256,
|
17 |
+
"override_segment_size": false,
|
18 |
+
"overlap": 8,
|
19 |
+
"batch_size": 1,
|
20 |
+
"normalization_threshold": 0.9,
|
21 |
+
"amplification_threshold": 0.7,
|
22 |
+
"single_stem": ""
|
23 |
+
},
|
24 |
+
"MDX-NET": {
|
25 |
+
"model": null,
|
26 |
+
"output_format": null,
|
27 |
+
"hop_length": 1024,
|
28 |
+
"segment_size": 256,
|
29 |
+
"denoise": true,
|
30 |
+
"overlap": 0.25,
|
31 |
+
"batch_size": 1,
|
32 |
+
"normalization_threshold": 0.9,
|
33 |
+
"amplification_threshold": 0.7,
|
34 |
+
"single_stem": ""
|
35 |
+
},
|
36 |
+
"VR Arch": {
|
37 |
+
"model": null,
|
38 |
+
"output_format": null,
|
39 |
+
"window_size": 512,
|
40 |
+
"aggression": 5,
|
41 |
+
"tta": true,
|
42 |
+
"post_process": false,
|
43 |
+
"post_process_threshold": 0.2,
|
44 |
+
"high_end_process": false,
|
45 |
+
"batch_size": 1,
|
46 |
+
"normalization_threshold": 0.9,
|
47 |
+
"amplification_threshold": 0.7,
|
48 |
+
"single_stem": ""
|
49 |
+
},
|
50 |
+
"Demucs": {
|
51 |
+
"model": null,
|
52 |
+
"output_format": null,
|
53 |
+
"shifts": 2,
|
54 |
+
"segment_size": 40,
|
55 |
+
"segments_enabled": true,
|
56 |
+
"overlap": 0.25,
|
57 |
+
"batch_size": 1,
|
58 |
+
"normalization_threshold": 0.9,
|
59 |
+
"amplification_threshold": 0.7
|
60 |
+
}
|
61 |
+
}
|
assets/i18n/languages/ar_AR.json
CHANGED
@@ -67,5 +67,25 @@
|
|
67 |
"Leaderboard": "لوحة المتصدرين ",
|
68 |
"List filter": "مرشح القائمة ",
|
69 |
"Filter and sort the model list by stem": "تصفية قائمة النماذج وفرزها حسب الحقن ",
|
70 |
-
"Show list!": "اضهار القائمة!"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
}
|
|
|
67 |
"Leaderboard": "لوحة المتصدرين ",
|
68 |
"List filter": "مرشح القائمة ",
|
69 |
"Filter and sort the model list by stem": "تصفية قائمة النماذج وفرزها حسب الحقن ",
|
70 |
+
"Show list!": "اضهار القائمة!",
|
71 |
+
"Language have been saved. Restart UVR5 UI to apply the changes": " لتطبيق التغييراتUVR5 UI تم حفظ اللغة. أعد تشغيل واجهة .",
|
72 |
+
"Error reading main config file": "خطأ في قراءة ملف التكوين الرئيسي",
|
73 |
+
"Error writing to main config file": "خطأ في الكتابة إلى ملف التكوين الرئيسي",
|
74 |
+
"Error reading settings file": "خطأ في قراءة ملف الإعدادات",
|
75 |
+
"Current settings saved successfully! They will be loaded next time": "تم حفظ الإعدادات الحالية بنجاح! سيتم تحميلها في المرة القادمة.",
|
76 |
+
"Error saving settings": "خطأ في حفظ الإعدادات",
|
77 |
+
"Settings reset to default. Default settings will be loaded next time": "تمت إعادة ضبط الإعدادات إلى الوضع الافتراضي. سيتم تحميل الإعدادات الافتراضية في المرة القادمة.",
|
78 |
+
"Error resetting settings": "خطأ في إعادة ضبط الإعدادات",
|
79 |
+
"Settings": "إعدادات",
|
80 |
+
"Language selector": "محدد اللغة",
|
81 |
+
"Select the language you want to use. (Requires restarting the App)": "اختر اللغة التي تريد استخدامها. (يتطلب إعادة تشغيل التطبيق)",
|
82 |
+
"Alternative model downloader": "تنزيل النموذج البديل",
|
83 |
+
"Download method": "طريقة التحميل",
|
84 |
+
"Select the download method you want to use. (Must have it installed)": "اختر طريقة التنزيل التي تريد استخدامها. (يجب تثبيتها)",
|
85 |
+
"Model to download": "نموذج للتحميل",
|
86 |
+
"Select the model to download using the selected method": "حدد النموذج الذي تريد تنزيله باستخدام الطريقة المحددة",
|
87 |
+
"Separation settings management": "إدارة إعدادات الفصل",
|
88 |
+
"Save your current separation parameter settings or reset them to the application defaults": "احفظ إعدادات معلمات الفصل الحالية أو أعد تعيينها إلى الإعدادات الافتراضية للتطبيق",
|
89 |
+
"Save current settings": "حفظ الإعدادات الحالية",
|
90 |
+
"Reset settings to default": "إعادة تعيين الإعدادات إلى الوضع الافتراضي"
|
91 |
}
|
assets/i18n/languages/de_DE.json
CHANGED
@@ -67,5 +67,25 @@
|
|
67 |
"Leaderboard": "Bestenliste",
|
68 |
"List filter": "Listenfilter",
|
69 |
"Filter and sort the model list by stem": "Filtern und sortieren Sie die Modellliste nach Spur",
|
70 |
-
"Show list!": "Liste anzeigen!"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
}
|
|
|
67 |
"Leaderboard": "Bestenliste",
|
68 |
"List filter": "Listenfilter",
|
69 |
"Filter and sort the model list by stem": "Filtern und sortieren Sie die Modellliste nach Spur",
|
70 |
+
"Show list!": "Liste anzeigen!",
|
71 |
+
"Language have been saved. Restart UVR5 UI to apply the changes": "Die Sprache wurde gespeichert. Bitte starten Sie die UVR5-Benutzeroberfläche neu, um die Änderungen zu übernehmen.",
|
72 |
+
"Error reading main config file": "Fehler beim Lesen der Hauptkonfigurationsdatei",
|
73 |
+
"Error writing to main config file": "Fehler beim Schreiben in die Hauptkonfigurationsdatei",
|
74 |
+
"Error reading settings file": "Fehler beim Lesen der Einstellungsdatei",
|
75 |
+
"Current settings saved successfully! They will be loaded next time": "Die aktuellen Einstellungen wurden erfolgreich gespeichert! Sie werden beim nächsten Start geladen.",
|
76 |
+
"Error saving settings": "Fehler beim Speichern der Einstellungen",
|
77 |
+
"Settings reset to default. Default settings will be loaded next time": "Die Einstellungen wurden auf die Standardwerte zurückgesetzt. Die Standardeinstellungen werden beim nächsten Start geladen.",
|
78 |
+
"Error resetting settings": "Fehler beim Zurücksetzen der Einstellungen",
|
79 |
+
"Settings": "Einstellungen",
|
80 |
+
"Language selector": "Sprachauswahl",
|
81 |
+
"Select the language you want to use. (Requires restarting the App)": "Wählen Sie die Sprache aus, die Sie verwenden möchten. (Erfordert einen Neustart der App)",
|
82 |
+
"Alternative model downloader": "Alternativer Modell-Downloader",
|
83 |
+
"Download method": "Download-Methode",
|
84 |
+
"Select the download method you want to use. (Must have it installed)": "Wählen Sie die Download-Methode aus, die Sie verwenden möchten. (Muss installiert sein)",
|
85 |
+
"Model to download": "Herunterzuladendes Modell",
|
86 |
+
"Select the model to download using the selected method": "Wählen Sie das herunterzuladende Modell mit der ausgewählten Methode aus",
|
87 |
+
"Separation settings management": "Verwaltung der Trennungseinstellungen",
|
88 |
+
"Save your current separation parameter settings or reset them to the application defaults": "Speichern Sie Ihre aktuellen Einstellungen für die Trennungsparameter oder setzen Sie sie auf die Standardwerte der Anwendung zurück.",
|
89 |
+
"Save current settings": "Aktuelle Einstellungen speichern",
|
90 |
+
"Reset settings to default": "Einstellungen auf Standard zurücksetzen"
|
91 |
}
|
assets/i18n/languages/en_US.json
CHANGED
@@ -67,5 +67,25 @@
|
|
67 |
"Leaderboard": "Leaderboard",
|
68 |
"List filter": "List filter",
|
69 |
"Filter and sort the model list by stem": "Filter and sort the model list by stem",
|
70 |
-
"Show list!": "Show list!"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
}
|
|
|
67 |
"Leaderboard": "Leaderboard",
|
68 |
"List filter": "List filter",
|
69 |
"Filter and sort the model list by stem": "Filter and sort the model list by stem",
|
70 |
+
"Show list!": "Show list!",
|
71 |
+
"Language have been saved. Restart UVR5 UI to apply the changes": "Language have been saved. Restart UVR5 UI to apply the changes",
|
72 |
+
"Error reading main config file": "Error reading main config file",
|
73 |
+
"Error writing to main config file": "Error writing to main config file",
|
74 |
+
"Error reading settings file": "Error reading settings file",
|
75 |
+
"Current settings saved successfully! They will be loaded next time": "Current settings saved successfully! They will be loaded next time",
|
76 |
+
"Error saving settings": "Error saving settings",
|
77 |
+
"Settings reset to default. Default settings will be loaded next time": "Settings reset to default. Default settings will be loaded next time",
|
78 |
+
"Error resetting settings": "Error resetting settings",
|
79 |
+
"Settings": "Settings",
|
80 |
+
"Language selector": "Language selector",
|
81 |
+
"Select the language you want to use. (Requires restarting the App)": "Select the language you want to use. (Requires restarting the App)",
|
82 |
+
"Alternative model downloader": "Alternative model downloader",
|
83 |
+
"Download method": "Download method",
|
84 |
+
"Select the download method you want to use. (Must have it installed)": "Select the download method you want to use. (Must have it installed)",
|
85 |
+
"Model to download": "Model to download",
|
86 |
+
"Select the model to download using the selected method": "Select the model to download using the selected method",
|
87 |
+
"Separation settings management": "Separation settings management",
|
88 |
+
"Save your current separation parameter settings or reset them to the application defaults": "Save your current separation parameter settings or reset them to the application defaults",
|
89 |
+
"Save current settings": "Save current settings",
|
90 |
+
"Reset settings to default": "Reset settings to default"
|
91 |
}
|
assets/i18n/languages/es_ES.json
CHANGED
@@ -67,5 +67,25 @@
|
|
67 |
"Leaderboard": "Tabla de clasificación",
|
68 |
"List filter": "Lista de filtros",
|
69 |
"Filter and sort the model list by stem": "Filtra y ordena la lista de modelos por pista",
|
70 |
-
"Show list!": "Mostrar lista!"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
}
|
|
|
67 |
"Leaderboard": "Tabla de clasificación",
|
68 |
"List filter": "Lista de filtros",
|
69 |
"Filter and sort the model list by stem": "Filtra y ordena la lista de modelos por pista",
|
70 |
+
"Show list!": "Mostrar lista!",
|
71 |
+
"Language have been saved. Restart UVR5 UI to apply the changes": "El idioma ha sido guardado. Reinicia UVR5 UI para aplicar los cambios",
|
72 |
+
"Error reading main config file": "Error al leer el archivo de configuración principal",
|
73 |
+
"Error writing to main config file": "Error al escribir en el archivo de configuración principal",
|
74 |
+
"Error reading settings file": "Error al leer el archivo de configuración",
|
75 |
+
"Current settings saved successfully! They will be loaded next time": "La configuración actual se guardó correctamente! Se cargará la próxima vez",
|
76 |
+
"Error saving settings": "Error al guardar la configuración",
|
77 |
+
"Settings reset to default. Default settings will be loaded next time": "La configuración se restableció a los valores predeterminados. La próxima vez se cargará la configuración predeterminada",
|
78 |
+
"Error resetting settings": "Error al restablecer la configuración",
|
79 |
+
"Settings": "Configuración",
|
80 |
+
"Language selector": "Selector de idiomas",
|
81 |
+
"Select the language you want to use. (Requires restarting the App)": "Selecciona el idioma que quieras usar. (Requiere reiniciar la aplicación)",
|
82 |
+
"Alternative model downloader": "Descargador de modelos alternativo",
|
83 |
+
"Download method": "Método de descarga",
|
84 |
+
"Select the download method you want to use. (Must have it installed)": "Selecciona el método de descarga que deseas utilizar (Debes tenerlo instalado)",
|
85 |
+
"Model to download": "Modelo a descargar",
|
86 |
+
"Select the model to download using the selected method": "Selecciona el modelo a descargar usando el método seleccionado",
|
87 |
+
"Separation settings management": "Gestión de configuraciones de separación",
|
88 |
+
"Save your current separation parameter settings or reset them to the application defaults": "Guarda la configuración actual de los parámetros de separación o restablécelos a los valores predeterminados de la aplicación",
|
89 |
+
"Save current settings": "Guardar configuración actual",
|
90 |
+
"Reset settings to default": "Restablecer configuración a los valores predeterminados"
|
91 |
}
|
assets/i18n/languages/fr-FR.json
CHANGED
@@ -67,5 +67,25 @@
|
|
67 |
"Leaderboard": "Tableau de classement",
|
68 |
"List filter": "Filtre de liste",
|
69 |
"Filter and sort the model list by stem": "Filtrer et trier la liste des modèles par piste",
|
70 |
-
"Show list!": "Afficher la liste !"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
}
|
|
|
67 |
"Leaderboard": "Tableau de classement",
|
68 |
"List filter": "Filtre de liste",
|
69 |
"Filter and sort the model list by stem": "Filtrer et trier la liste des modèles par piste",
|
70 |
+
"Show list!": "Afficher la liste !",
|
71 |
+
"Language have been saved. Restart UVR5 UI to apply the changes": "La langue a été enregistrée. Veuillez redémarrer l'interface utilisateur d'UVR5 pour appliquer les modifications.",
|
72 |
+
"Error reading main config file": "Erreur lors de la lecture du fichier de configuration principal",
|
73 |
+
"Error writing to main config file": "Erreur lors de l'écriture dans le fichier de configuration principal",
|
74 |
+
"Error reading settings file": "Erreur lors de la lecture du fichier de paramètres",
|
75 |
+
"Current settings saved successfully! They will be loaded next time": "Les paramètres actuels ont été enregistrés avec succès ! Ils seront chargés au prochain démarrage.",
|
76 |
+
"Error saving settings": "Erreur lors de l'enregistrement des paramètres",
|
77 |
+
"Settings reset to default. Default settings will be loaded next time": "Les paramètres ont été réinitialisés aux valeurs par défaut. Les paramètres par défaut seront chargés au prochain démarrage.",
|
78 |
+
"Error resetting settings": "Erreur lors de la réinitialisation des paramètres",
|
79 |
+
"Settings": "Paramètres",
|
80 |
+
"Language selector": "Sélecteur de langue",
|
81 |
+
"Select the language you want to use. (Requires restarting the App)": "Sélectionnez la langue que vous souhaitez utiliser. (Nécessite le redémarrage de l'application)",
|
82 |
+
"Alternative model downloader": "Téléchargeur de modèles alternatif",
|
83 |
+
"Download method": "Méthode de téléchargement",
|
84 |
+
"Select the download method you want to use. (Must have it installed)": "Sélectionnez la méthode de téléchargement que vous souhaitez utiliser. (Doit être installée)",
|
85 |
+
"Model to download": "Modèle à télécharger",
|
86 |
+
"Select the model to download using the selected method": "Sélectionnez le modèle à télécharger en utilisant la méthode sélectionnée",
|
87 |
+
"Separation settings management": "Gestion des paramètres de séparation",
|
88 |
+
"Save your current separation parameter settings or reset them to the application defaults": "Enregistrez vos paramètres de séparation actuels ou rétablissez les paramètres par défaut de l'application.",
|
89 |
+
"Save current settings": "Enregistrer les paramètres actuels",
|
90 |
+
"Reset settings to default": "Réinitialiser les paramètres par défaut"
|
91 |
}
|
assets/i18n/languages/hi_IN.json
CHANGED
@@ -67,5 +67,25 @@
|
|
67 |
"Leaderboard": "लीडरबोर्ड",
|
68 |
"List filter": "सूची फ़िल्टर",
|
69 |
"Filter and sort the model list by stem": "स्टेम द्वारा मॉडल सूची को फ़िल्टर और सॉर्ट करें",
|
70 |
-
"Show list!": "सूची दिखाएं!"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
}
|
|
|
67 |
"Leaderboard": "लीडरबोर्ड",
|
68 |
"List filter": "सूची फ़िल्टर",
|
69 |
"Filter and sort the model list by stem": "स्टेम द्वारा मॉडल सूची को फ़िल्टर और सॉर्ट करें",
|
70 |
+
"Show list!": "सूची दिखाएं!",
|
71 |
+
"Language have been saved. Restart UVR5 UI to apply the changes": "भाषा सहेजी गई है। परिवर्तन लागू करने के लिए UVR5 UI को पुनः प्रारंभ करें",
|
72 |
+
"Error reading main config file": "मुख्य कॉन्फ़िग फ़ाइल पढ़ने में त्रुटि",
|
73 |
+
"Error writing to main config file": "मुख्य कॉन्फ़िग फ़ाइल में लिखने में त्रुटि",
|
74 |
+
"Error reading settings file": "सेटिंग फ़ाइल पढ़ने में त्रुटि",
|
75 |
+
"Current settings saved successfully! They will be loaded next time": "वर्तमान सेटिंग्स सफलतापूर्वक सहेजी गईं! अगली बार लोड होंगी",
|
76 |
+
"Error saving settings": "सेटिंग्स सहेजने में त्रुटि",
|
77 |
+
"Settings reset to default. Default settings will be loaded next time": "सेटिंग्स को डिफ़ॉल्ट पर रीसेट किया गया। अगली बार डिफ़ॉल्ट सेटिंग्स लोड होंगी",
|
78 |
+
"Error resetting settings": "सेटिंग्स रीसेट करने में त्रुटि",
|
79 |
+
"Settings": "सेटिंग्स",
|
80 |
+
"Language selector": "भाषा चयनकर्ता",
|
81 |
+
"Select the language you want to use. (Requires restarting the App)": "उपयोग करने के लिए भाषा चुनें। (ऐप को पुनः प्रारंभ करने की आवश्यकता है)",
|
82 |
+
"Alternative model downloader": "वैकल्पिक मॉडल डाउनलोडर",
|
83 |
+
"Download method": "डाउनलोड विधि",
|
84 |
+
"Select the download method you want to use. (Must have it installed)": "वांछित डाउनलोड विधि चुनें (इसे स्थापित किया जाना चाहिए)",
|
85 |
+
"Model to download": "डाउनलोड करने के लिए मॉडल",
|
86 |
+
"Select the model to download using the selected method": "चयनित विधि का उपयोग करके डाउनलोड करने के लिए मॉडल चुनें",
|
87 |
+
"Separation settings management": "विभाजन सेटिंग प्रबंधन",
|
88 |
+
"Save your current separation parameter settings or reset them to the application defaults": "अपनी वर्तमान विभाजन पैरामीटर सेटिंग्स को सहेजें या उन्हें ऐप के डिफ़ॉल्ट पर रीसेट करें",
|
89 |
+
"Save current settings": "वर्तमान सेटिंग्स सहेजें",
|
90 |
+
"Reset settings to default": "सेटिंग्स को डिफ़ॉल्ट पर रीसेट करें"
|
91 |
}
|
assets/i18n/languages/id_ID.json
CHANGED
@@ -1,71 +1,91 @@
|
|
1 |
{
|
2 |
-
"If you like UVR5 UI you can star my repo on [GitHub](https://github.com/Eddycrack864/UVR5-UI)": "Jika
|
3 |
"Try UVR5 UI on Hugging Face with A100 [here](https://huggingface.co/spaces/TheStinger/UVR5_UI)": "Coba UVR5 UI di Hugging Face dengan A100 [di sini](https://huggingface.co/spaces/TheStinger/UVR5_UI)",
|
4 |
"Select the model": "Pilih model",
|
5 |
"Select the output format": "Pilih format output",
|
6 |
"Overlap": "Tumpang tindih",
|
7 |
"Amount of overlap between prediction windows": "Jumlah tumpang tindih antara jendela prediksi",
|
8 |
"Segment size": "Ukuran segmen",
|
9 |
-
"Larger consumes more resources, but may give better results": "
|
10 |
-
"Input audio": "
|
11 |
-
"Separation by link": "Pemisahan
|
12 |
"Link": "Tautan",
|
13 |
-
"Paste the link here": "
|
14 |
-
"You can paste the link to the video/audio from many sites, check the complete list [here](https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md)": "
|
15 |
"Download!": "Unduh!",
|
16 |
"Batch separation": "Pemisahan batch",
|
17 |
-
"Input path": "
|
18 |
-
"Place the input path here": "
|
19 |
-
"Output path": "
|
20 |
-
"Place the output path here": "
|
21 |
"Separate!": "Pisahkan!",
|
22 |
-
"Output information": "Informasi
|
23 |
"Stem 1": "Stem 1",
|
24 |
"Stem 2": "Stem 2",
|
25 |
-
"Denoise": "
|
26 |
-
"Enable denoising during separation": "Aktifkan
|
27 |
"Window size": "Ukuran jendela",
|
28 |
-
"Agression": "
|
29 |
-
"Intensity of primary stem extraction": "Intensitas ekstraksi
|
30 |
"TTA": "TTA",
|
31 |
-
"Enable Test-Time-Augmentation; slow but improves quality": "Aktifkan
|
32 |
-
"High end process": "Proses
|
33 |
"Mirror the missing frequency range of the output": "Cerminkan rentang frekuensi yang hilang dari output",
|
34 |
-
"Shifts": "
|
35 |
-
"Number of predictions with random shifts, higher = slower but better quality": "Jumlah prediksi dengan
|
36 |
-
"Overlap between prediction windows. Higher = slower but better quality": "Tumpang tindih
|
37 |
"Stem 3": "Stem 3",
|
38 |
"Stem 4": "Stem 4",
|
39 |
"Themes": "Tema",
|
40 |
"Theme": "Tema",
|
41 |
-
"Select the theme you want to use. (Requires restarting the App)": "Pilih tema yang ingin
|
42 |
-
"Credits": "
|
43 |
"Language": "Bahasa",
|
44 |
"Advanced settings": "Pengaturan lanjutan",
|
45 |
-
"Override model default segment size instead of using the model default value": "
|
46 |
-
"Override segment size": "
|
47 |
"Batch size": "Ukuran batch",
|
48 |
-
"Larger consumes more RAM but may process slightly faster": "Lebih besar
|
49 |
"Normalization threshold": "Ambang normalisasi",
|
50 |
-
"The threshold for audio normalization": "Ambang
|
51 |
"Amplification threshold": "Ambang amplifikasi",
|
52 |
-
"The threshold for audio amplification": "Ambang
|
53 |
"Hop length": "Panjang hop",
|
54 |
-
"Usually called stride in neural networks; only change if you know what you're doing": "Biasanya disebut
|
55 |
-
"Balance quality and speed. 1024 = fast but lower, 320 = slower but better quality": "Seimbangkan kualitas dan kecepatan. 1024 = cepat tapi lebih rendah, 320 = lebih lambat tapi
|
56 |
-
"Identify leftover artifacts within vocal output; may improve separation for some songs": "Identifikasi artefak sisa dalam keluaran vokal;
|
57 |
-
"Post process": "Proses
|
58 |
-
"Post process threshold": "Ambang
|
59 |
-
"Threshold for post-processing": "Ambang
|
60 |
-
"Size of segments into which the audio is split. Higher = slower but better quality": "Ukuran segmen tempat audio dibagi. Lebih
|
61 |
-
"Enable segment-wise processing": "Aktifkan pemrosesan
|
62 |
-
"Segment-wise processing": "Pemrosesan
|
63 |
"Stem 5": "Stem 5",
|
64 |
"Stem 6": "Stem 6",
|
65 |
-
"Output only single stem": "
|
66 |
-
"Write the stem you want, check the stems of each model on Leaderboard. e.g. Instrumental": "Tulis stem yang
|
67 |
"Leaderboard": "Papan Peringkat",
|
68 |
"List filter": "Filter daftar",
|
69 |
"Filter and sort the model list by stem": "Filter dan urutkan daftar model berdasarkan stem",
|
70 |
-
"Show list!": "Tampilkan daftar!"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
}
|
|
|
1 |
{
|
2 |
+
"If you like UVR5 UI you can star my repo on [GitHub](https://github.com/Eddycrack864/UVR5-UI)": "Jika kamu menyukai UVR5 UI, kamu bisa beri bintang pada repositoriku di [GitHub](https://github.com/Eddycrack864/UVR5-UI)",
|
3 |
"Try UVR5 UI on Hugging Face with A100 [here](https://huggingface.co/spaces/TheStinger/UVR5_UI)": "Coba UVR5 UI di Hugging Face dengan A100 [di sini](https://huggingface.co/spaces/TheStinger/UVR5_UI)",
|
4 |
"Select the model": "Pilih model",
|
5 |
"Select the output format": "Pilih format output",
|
6 |
"Overlap": "Tumpang tindih",
|
7 |
"Amount of overlap between prediction windows": "Jumlah tumpang tindih antara jendela prediksi",
|
8 |
"Segment size": "Ukuran segmen",
|
9 |
+
"Larger consumes more resources, but may give better results": "Semakin besar akan memakan lebih banyak sumber daya, tapi bisa memberi hasil lebih baik",
|
10 |
+
"Input audio": "Audio masukan",
|
11 |
+
"Separation by link": "Pemisahan lewat tautan",
|
12 |
"Link": "Tautan",
|
13 |
+
"Paste the link here": "Tempelkan tautan di sini",
|
14 |
+
"You can paste the link to the video/audio from many sites, check the complete list [here](https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md)": "Kamu bisa menempelkan tautan video/audio dari banyak situs, lihat daftar lengkapnya [di sini](https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md)",
|
15 |
"Download!": "Unduh!",
|
16 |
"Batch separation": "Pemisahan batch",
|
17 |
+
"Input path": "Path masukan",
|
18 |
+
"Place the input path here": "Masukkan path masukan di sini",
|
19 |
+
"Output path": "Path keluaran",
|
20 |
+
"Place the output path here": "Masukkan path keluaran di sini",
|
21 |
"Separate!": "Pisahkan!",
|
22 |
+
"Output information": "Informasi keluaran",
|
23 |
"Stem 1": "Stem 1",
|
24 |
"Stem 2": "Stem 2",
|
25 |
+
"Denoise": "Hilangkan noise",
|
26 |
+
"Enable denoising during separation": "Aktifkan penghilangan noise saat pemisahan",
|
27 |
"Window size": "Ukuran jendela",
|
28 |
+
"Agression": "Agresivitas",
|
29 |
+
"Intensity of primary stem extraction": "Intensitas ekstraksi stem utama",
|
30 |
"TTA": "TTA",
|
31 |
+
"Enable Test-Time-Augmentation; slow but improves quality": "Aktifkan Test-Time-Augmentation; lambat tapi meningkatkan kualitas",
|
32 |
+
"High end process": "Proses frekuensi tinggi",
|
33 |
"Mirror the missing frequency range of the output": "Cerminkan rentang frekuensi yang hilang dari output",
|
34 |
+
"Shifts": "Perpindahan",
|
35 |
+
"Number of predictions with random shifts, higher = slower but better quality": "Jumlah prediksi dengan perpindahan acak, lebih tinggi = lebih lambat tapi kualitas lebih baik",
|
36 |
+
"Overlap between prediction windows. Higher = slower but better quality": "Tumpang tindih antar jendela prediksi. Lebih tinggi = lebih lambat tapi kualitas lebih baik",
|
37 |
"Stem 3": "Stem 3",
|
38 |
"Stem 4": "Stem 4",
|
39 |
"Themes": "Tema",
|
40 |
"Theme": "Tema",
|
41 |
+
"Select the theme you want to use. (Requires restarting the App)": "Pilih tema yang ingin digunakan. (Perlu memulai ulang aplikasi)",
|
42 |
+
"Credits": "Kredit",
|
43 |
"Language": "Bahasa",
|
44 |
"Advanced settings": "Pengaturan lanjutan",
|
45 |
+
"Override model default segment size instead of using the model default value": "Timpa ukuran segmen bawaan model, bukan gunakan nilai default",
|
46 |
+
"Override segment size": "Timpa ukuran segmen",
|
47 |
"Batch size": "Ukuran batch",
|
48 |
+
"Larger consumes more RAM but may process slightly faster": "Lebih besar memakai lebih banyak RAM namun bisa memproses sedikit lebih cepat",
|
49 |
"Normalization threshold": "Ambang normalisasi",
|
50 |
+
"The threshold for audio normalization": "Ambang untuk normalisasi audio",
|
51 |
"Amplification threshold": "Ambang amplifikasi",
|
52 |
+
"The threshold for audio amplification": "Ambang untuk amplifikasi audio",
|
53 |
"Hop length": "Panjang hop",
|
54 |
+
"Usually called stride in neural networks; only change if you know what you're doing": "Biasanya disebut stride dalam jaringan saraf; ubah hanya jika kamu tahu apa yang dilakukan",
|
55 |
+
"Balance quality and speed. 1024 = fast but lower, 320 = slower but better quality": "Seimbangkan kualitas dan kecepatan. 1024 = cepat tapi lebih rendah, 320 = lebih lambat tapi kualitas lebih baik",
|
56 |
+
"Identify leftover artifacts within vocal output; may improve separation for some songs": "Identifikasi artefak sisa dalam keluaran vokal; bisa meningkatkan pemisahan untuk beberapa lagu",
|
57 |
+
"Post process": "Proses lanjutan",
|
58 |
+
"Post process threshold": "Ambang proses lanjutan",
|
59 |
+
"Threshold for post-processing": "Ambang untuk pemrosesan lanjutan",
|
60 |
+
"Size of segments into which the audio is split. Higher = slower but better quality": "Ukuran segmen tempat audio dibagi. Lebih besar = lebih lambat tapi kualitas lebih baik",
|
61 |
+
"Enable segment-wise processing": "Aktifkan pemrosesan per segmen",
|
62 |
+
"Segment-wise processing": "Pemrosesan per segmen",
|
63 |
"Stem 5": "Stem 5",
|
64 |
"Stem 6": "Stem 6",
|
65 |
+
"Output only single stem": "Keluarkan hanya satu stem",
|
66 |
+
"Write the stem you want, check the stems of each model on Leaderboard. e.g. Instrumental": "Tulis stem yang diinginkan, periksa stem dari tiap model di Papan Peringkat. Contoh: Instrumental",
|
67 |
"Leaderboard": "Papan Peringkat",
|
68 |
"List filter": "Filter daftar",
|
69 |
"Filter and sort the model list by stem": "Filter dan urutkan daftar model berdasarkan stem",
|
70 |
+
"Show list!": "Tampilkan daftar!",
|
71 |
+
"Language have been saved. Restart UVR5 UI to apply the changes": "Bahasa telah disimpan. Mulai ulang antarmuka UVR5 untuk menerapkan perubahan",
|
72 |
+
"Error reading main config file": "Kesalahan saat membaca file konfigurasi utama",
|
73 |
+
"Error writing to main config file": "Kesalahan saat menulis ke file konfigurasi utama",
|
74 |
+
"Error reading settings file": "Kesalahan saat membaca file pengaturan",
|
75 |
+
"Current settings saved successfully! They will be loaded next time": "Pengaturan saat ini berhasil disimpan! Akan dimuat pada saat berikutnya",
|
76 |
+
"Error saving settings": "Kesalahan saat menyimpan pengaturan",
|
77 |
+
"Settings reset to default. Default settings will be loaded next time": "Pengaturan telah direset ke default. Pengaturan default akan dimuat pada saat berikutnya",
|
78 |
+
"Error resetting settings": "Kesalahan saat mereset pengaturan",
|
79 |
+
"Settings": "Pengaturan",
|
80 |
+
"Language selector": "Pemilih bahasa",
|
81 |
+
"Select the language you want to use. (Requires restarting the App)": "Pilih bahasa yang ingin digunakan. (Memerlukan restart aplikasi)",
|
82 |
+
"Alternative model downloader": "Pengunduh model alternatif",
|
83 |
+
"Download method": "Metode unduhan",
|
84 |
+
"Select the download method you want to use. (Must have it installed)": "Pilih metode unduhan yang ingin digunakan (Harus sudah terinstal)",
|
85 |
+
"Model to download": "Model yang akan diunduh",
|
86 |
+
"Select the model to download using the selected method": "Pilih model yang akan diunduh menggunakan metode yang dipilih",
|
87 |
+
"Separation settings management": "Manajemen pengaturan pemisahan",
|
88 |
+
"Save your current separation parameter settings or reset them to the application defaults": "Simpan pengaturan parameter pemisahan saat ini atau reset ke pengaturan default aplikasi",
|
89 |
+
"Save current settings": "Simpan pengaturan saat ini",
|
90 |
+
"Reset settings to default": "Reset pengaturan ke default"
|
91 |
}
|
assets/i18n/languages/it_IT.json
CHANGED
@@ -67,5 +67,25 @@
|
|
67 |
"Leaderboard": "Classifica",
|
68 |
"List filter": "Elenco filtri",
|
69 |
"Filter and sort the model list by stem": "Filtra e ordina l'elenco dei modelli per traccia",
|
70 |
-
"Show list!": "Mostra elenco!"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
}
|
|
|
67 |
"Leaderboard": "Classifica",
|
68 |
"List filter": "Elenco filtri",
|
69 |
"Filter and sort the model list by stem": "Filtra e ordina l'elenco dei modelli per traccia",
|
70 |
+
"Show list!": "Mostra elenco!",
|
71 |
+
"Language have been saved. Restart UVR5 UI to apply the changes": "La lingua stata salvata. Riavvia UVR5 UI per applicare le modifiche",
|
72 |
+
"Error reading main config file": "Errore nella lettura del file di configurazione principale",
|
73 |
+
"Error writing to main config file": "Errore nella scrittura sul file di configurazione principale",
|
74 |
+
"Error reading settings file": "Errore nella lettura del file delle impostazioni",
|
75 |
+
"Current settings saved successfully! They will be loaded next time": "Le impostazioni correnti sono state salvate con successo! Saranno caricate al prossimo avvio",
|
76 |
+
"Error saving settings": "Errore nel salvataggio delle impostazioni",
|
77 |
+
"Settings reset to default. Default settings will be loaded next time": "Impostazioni ripristinate ai valori predefiniti. Le impostazioni predefinite saranno caricate al prossimo avvio",
|
78 |
+
"Error resetting settings": "Errore nel ripristino delle impostazioni",
|
79 |
+
"Settings": "Impostazioni",
|
80 |
+
"Language selector": "Selettore della lingua",
|
81 |
+
"Select the language you want to use. (Requires restarting the App)": "Seleziona la lingua che desideri utilizzare. (Richiede il riavvio dell'App)",
|
82 |
+
"Alternative model downloader": "Downloader alternativo dei modelli",
|
83 |
+
"Download method": "Metodo di scaricamento",
|
84 |
+
"Select the download method you want to use. (Must have it installed)": "Seleziona il metodo di scaricamento che desideri utilizzare. (Devi averlo installato)",
|
85 |
+
"Model to download": "Modello da scaricare",
|
86 |
+
"Select the model to download using the selected method": "Seleziona il modello da scaricare utilizzando il metodo selezionato",
|
87 |
+
"Separation settings management": "Gestione delle impostazioni di separazione",
|
88 |
+
"Save your current separation parameter settings or reset them to the application defaults": "Salva le impostazioni correnti dei parametri di separazione o ripristinale ai valori predefiniti dell'applicazione",
|
89 |
+
"Save current settings": "Salva impostazioni correnti",
|
90 |
+
"Reset settings to default": "Ripristina impostazioni predefinite"
|
91 |
}
|
assets/i18n/languages/ja_JP.json
CHANGED
@@ -67,5 +67,25 @@
|
|
67 |
"Leaderboard": "リーダーボード",
|
68 |
"List filter": "リストフィルタ",
|
69 |
"Filter and sort the model list by stem": "ステムでモデルリストをフィルタおよびソート",
|
70 |
-
"Show list!": "リストを表示!"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
}
|
|
|
67 |
"Leaderboard": "リーダーボード",
|
68 |
"List filter": "リストフィルタ",
|
69 |
"Filter and sort the model list by stem": "ステムでモデルリストをフィルタおよびソート",
|
70 |
+
"Show list!": "リストを表示!",
|
71 |
+
"Language have been saved. Restart UVR5 UI to apply the changes": "言語が保存された。変更を適用するには、UVR5 UI を再起動してください",
|
72 |
+
"Error reading main config file": "メイン設定ファイルの読み取りエラー",
|
73 |
+
"Error writing to main config file": "メイン設定ファイルへの書き込みエラー",
|
74 |
+
"Error reading settings file": "設定ファイルの読み取りエラー",
|
75 |
+
"Current settings saved successfully! They will be loaded next time": "現在の設定が正常に保存された!次回起動時にロードされる",
|
76 |
+
"Error saving settings": "設定の保存エラー",
|
77 |
+
"Settings reset to default. Default settings will be loaded next time": "設定がデフォルトにリセットされた。次回起動時にデフォルト設定がロードされる",
|
78 |
+
"Error resetting settings": "設定のリセットエラー",
|
79 |
+
"Settings": "設定",
|
80 |
+
"Language selector": "言語セレクター",
|
81 |
+
"Select the language you want to use. (Requires restarting the App)": "使用する言語を選択してください。(アプリの再起動が必要です)",
|
82 |
+
"Alternative model downloader": "代替モデルダウンローダー",
|
83 |
+
"Download method": "ダウンロード方法",
|
84 |
+
"Select the download method you want to use. (Must have it installed)": "使用するダウンロード方法を選択してください。(インストールされている必要がある)",
|
85 |
+
"Model to download": "ダウンロードするモデル",
|
86 |
+
"Select the model to download using the selected method": "選択した方法を使用してダウンロードするモデルを選択してください",
|
87 |
+
"Separation settings management": "分離設定の管理",
|
88 |
+
"Save your current separation parameter settings or reset them to the application defaults": "現在の分離パラメータ設定を保存するか、アプリケーションのデフォルト設定にリセットする",
|
89 |
+
"Save current settings": "現在の設定を保存",
|
90 |
+
"Reset settings to default": "設定をデフォルトにリセット"
|
91 |
}
|
assets/i18n/languages/ko_KR.json
CHANGED
@@ -67,5 +67,25 @@
|
|
67 |
"Leaderboard": "리더보드",
|
68 |
"List filter": "목록 필터",
|
69 |
"Filter and sort the model list by stem": "스템 으로 모델 목록을 필터링하고 정렬합니다",
|
70 |
-
"Show list!": "목록 표시!"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
}
|
|
|
67 |
"Leaderboard": "리더보드",
|
68 |
"List filter": "목록 필터",
|
69 |
"Filter and sort the model list by stem": "스템 으로 모델 목록을 필터링하고 정렬합니다",
|
70 |
+
"Show list!": "목록 표시!",
|
71 |
+
"Language have been saved. Restart UVR5 UI to apply the changes": "언어가 저장되었습니다. 변경 사항을 적용하려면 UVR5 UI를 재시작하십시오",
|
72 |
+
"Error reading main config file": "메인 구성 파일을 읽는 중 오류가 발생했습니다",
|
73 |
+
"Error writing to main config file": "메인 구성 파일에 쓰는 중 오류가 발생했습니다",
|
74 |
+
"Error reading settings file": "설정 파일을 읽는 중 오류가 발생했습니다",
|
75 |
+
"Current settings saved successfully! They will be loaded next time": "현재 설정이 성공적으로 저장되었습니다! 다음 실행 시 적용됩니다",
|
76 |
+
"Error saving settings": "설정을 저장하는 중 오류가 발생했습니다",
|
77 |
+
"Settings reset to default. Default settings will be loaded next time": "설정이 기본값으로 초기화되었습니다. 다음 실행 시 기본값이 적용됩니다",
|
78 |
+
"Error resetting settings": "설정을 초기화하는 중 오류가 발생했습니다",
|
79 |
+
"Settings": "설정",
|
80 |
+
"Language selector": "언어 선택기",
|
81 |
+
"Select the language you want to use. (Requires restarting the App)": "사용할 언어를 선택하십시오. (앱 재시작 필요)",
|
82 |
+
"Alternative model downloader": "대체 모델 다운로더",
|
83 |
+
"Download method": "다운로드 방식",
|
84 |
+
"Select the download method you want to use. (Must have it installed)": "사용할 다운로드 방식을 선택하십시오. (해당 프로그램이 설치되어 있어야 합니다)",
|
85 |
+
"Model to download": "다운로드할 모델",
|
86 |
+
"Select the model to download using the selected method": "선택한 방식으로 다운로드할 모델을 선택하십시오",
|
87 |
+
"Separation settings management": "분리 설정 관리",
|
88 |
+
"Save your current separation parameter settings or reset them to the application defaults": "현재 분리 파라미터 설정을 저장하거나 애플리케이션 기본값으로 초기화합니다",
|
89 |
+
"Save current settings": "현재 설정 저장",
|
90 |
+
"Reset settings to default": "기본값으로 설정 초기화"
|
91 |
}
|
assets/i18n/languages/ms_MY.json
CHANGED
@@ -1,71 +1,91 @@
|
|
1 |
{
|
2 |
-
"If you like UVR5 UI you can star my repo on [GitHub](https://github.com/Eddycrack864/UVR5-UI)": "Jika anda suka UI
|
3 |
-
"Try UVR5 UI on Hugging Face with A100 [here](https://huggingface.co/spaces/TheStinger/UVR5_UI)": "Cuba UI
|
4 |
"Select the model": "Pilih model",
|
5 |
"Select the output format": "Pilih format output",
|
6 |
"Overlap": "Pertindihan",
|
7 |
"Amount of overlap between prediction windows": "Jumlah pertindihan antara tetingkap ramalan",
|
8 |
"Segment size": "Saiz segmen",
|
9 |
-
"Larger consumes more resources, but may give better results": "
|
10 |
-
"Input audio": "
|
11 |
-
"Separation by link": "Pemisahan
|
12 |
"Link": "Pautan",
|
13 |
"Paste the link here": "Tampal pautan di sini",
|
14 |
-
"You can paste the link to the video/audio from many sites, check the complete list [here](https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md)": "Anda boleh tampal pautan
|
15 |
"Download!": "Muat turun!",
|
16 |
-
"Batch separation": "Pemisahan
|
17 |
"Input path": "Laluan input",
|
18 |
-
"Place the input path here": "
|
19 |
"Output path": "Laluan output",
|
20 |
-
"Place the output path here": "
|
21 |
"Separate!": "Pisahkan!",
|
22 |
"Output information": "Maklumat output",
|
23 |
-
"Stem 1": "
|
24 |
-
"Stem 2": "
|
25 |
"Denoise": "Nyahbunyi",
|
26 |
"Enable denoising during separation": "Aktifkan nyahbunyi semasa pemisahan",
|
27 |
"Window size": "Saiz tetingkap",
|
28 |
-
"Agression": "
|
29 |
-
"Intensity of primary stem extraction": "
|
30 |
"TTA": "TTA",
|
31 |
-
"Enable Test-Time-Augmentation; slow but improves quality": "Aktifkan
|
32 |
-
"High end process": "Proses
|
33 |
-
"Mirror the missing frequency range of the output": "
|
34 |
-
"Shifts": "
|
35 |
-
"Number of predictions with random shifts, higher = slower but better quality": "Bilangan ramalan dengan
|
36 |
"Overlap between prediction windows. Higher = slower but better quality": "Pertindihan antara tetingkap ramalan. Lebih tinggi = lebih perlahan tetapi kualiti lebih baik",
|
37 |
-
"Stem 3": "
|
38 |
-
"Stem 4": "
|
39 |
"Themes": "Tema",
|
40 |
"Theme": "Tema",
|
41 |
-
"Select the theme you want to use. (Requires restarting the App)": "Pilih tema yang anda mahu
|
42 |
"Credits": "Kredit",
|
43 |
"Language": "Bahasa",
|
44 |
"Advanced settings": "Tetapan lanjutan",
|
45 |
-
"Override model default segment size instead of using the model default value": "
|
46 |
-
"Override segment size": "
|
47 |
-
"Batch size": "Saiz
|
48 |
-
"Larger consumes more RAM but may process slightly faster": "
|
49 |
-
"Normalization threshold": "Ambang
|
50 |
-
"The threshold for audio normalization": "Ambang untuk
|
51 |
-
"Amplification threshold": "Ambang
|
52 |
-
"The threshold for audio amplification": "Ambang untuk
|
53 |
-
"Hop length": "Panjang
|
54 |
-
"Usually called stride in neural networks; only change if you know what you're doing": "Biasanya dipanggil
|
55 |
-
"Balance quality and speed. 1024 = fast but lower, 320 = slower but better quality": "
|
56 |
-
"Identify leftover artifacts within vocal output; may improve separation for some songs": "
|
57 |
-
"Post process": "Proses
|
58 |
-
"Post process threshold": "Ambang proses
|
59 |
-
"Threshold for post-processing": "Ambang untuk
|
60 |
-
"Size of segments into which the audio is split. Higher = slower but better quality": "Saiz segmen
|
61 |
"Enable segment-wise processing": "Aktifkan pemprosesan mengikut segmen",
|
62 |
"Segment-wise processing": "Pemprosesan mengikut segmen",
|
63 |
-
"Stem 5": "
|
64 |
-
"Stem 6": "
|
65 |
-
"Output only single stem": "
|
66 |
-
"Write the stem you want, check the stems of each model on Leaderboard. e.g. Instrumental": "Tulis
|
67 |
-
"Leaderboard": "Papan
|
68 |
"List filter": "Penapis senarai",
|
69 |
-
"Filter and sort the model list by stem": "
|
70 |
-
"Show list!": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
}
|
|
|
1 |
{
|
2 |
+
"If you like UVR5 UI you can star my repo on [GitHub](https://github.com/Eddycrack864/UVR5-UI)": "Jika anda suka UVR5 UI, anda boleh bintangkan repo saya di [GitHub](https://github.com/Eddycrack864/UVR5-UI)",
|
3 |
+
"Try UVR5 UI on Hugging Face with A100 [here](https://huggingface.co/spaces/TheStinger/UVR5_UI)": "Cuba UVR5 UI di Hugging Face dengan A100 [di sini](https://huggingface.co/spaces/TheStinger/UVR5_UI)",
|
4 |
"Select the model": "Pilih model",
|
5 |
"Select the output format": "Pilih format output",
|
6 |
"Overlap": "Pertindihan",
|
7 |
"Amount of overlap between prediction windows": "Jumlah pertindihan antara tetingkap ramalan",
|
8 |
"Segment size": "Saiz segmen",
|
9 |
+
"Larger consumes more resources, but may give better results": "Lebih besar guna lebih banyak sumber, tetapi mungkin beri hasil yang lebih baik",
|
10 |
+
"Input audio": "Audio input",
|
11 |
+
"Separation by link": "Pemisahan melalui pautan",
|
12 |
"Link": "Pautan",
|
13 |
"Paste the link here": "Tampal pautan di sini",
|
14 |
+
"You can paste the link to the video/audio from many sites, check the complete list [here](https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md)": "Anda boleh tampal pautan video/audio dari banyak laman web, semak senarai penuh [di sini](https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md)",
|
15 |
"Download!": "Muat turun!",
|
16 |
+
"Batch separation": "Pemisahan berkumpulan",
|
17 |
"Input path": "Laluan input",
|
18 |
+
"Place the input path here": "Letak laluan input di sini",
|
19 |
"Output path": "Laluan output",
|
20 |
+
"Place the output path here": "Letak laluan output di sini",
|
21 |
"Separate!": "Pisahkan!",
|
22 |
"Output information": "Maklumat output",
|
23 |
+
"Stem 1": "Stem 1",
|
24 |
+
"Stem 2": "Stem 2",
|
25 |
"Denoise": "Nyahbunyi",
|
26 |
"Enable denoising during separation": "Aktifkan nyahbunyi semasa pemisahan",
|
27 |
"Window size": "Saiz tetingkap",
|
28 |
+
"Agression": "Keagresifan",
|
29 |
+
"Intensity of primary stem extraction": "Keamatan pengekstrakan stem utama",
|
30 |
"TTA": "TTA",
|
31 |
+
"Enable Test-Time-Augmentation; slow but improves quality": "Aktifkan Penambahan Masa Ujian; perlahan tetapi tingkatkan kualiti",
|
32 |
+
"High end process": "Proses frekuensi tinggi",
|
33 |
+
"Mirror the missing frequency range of the output": "Cermin julat frekuensi yang hilang dalam output",
|
34 |
+
"Shifts": "Anjakan",
|
35 |
+
"Number of predictions with random shifts, higher = slower but better quality": "Bilangan ramalan dengan anjakan rawak, lebih tinggi = lebih perlahan tetapi kualiti lebih baik",
|
36 |
"Overlap between prediction windows. Higher = slower but better quality": "Pertindihan antara tetingkap ramalan. Lebih tinggi = lebih perlahan tetapi kualiti lebih baik",
|
37 |
+
"Stem 3": "Stem 3",
|
38 |
+
"Stem 4": "Stem 4",
|
39 |
"Themes": "Tema",
|
40 |
"Theme": "Tema",
|
41 |
+
"Select the theme you want to use. (Requires restarting the App)": "Pilih tema yang anda mahu guna. (Perlu mulakan semula Aplikasi)",
|
42 |
"Credits": "Kredit",
|
43 |
"Language": "Bahasa",
|
44 |
"Advanced settings": "Tetapan lanjutan",
|
45 |
+
"Override model default segment size instead of using the model default value": "Ganti saiz segmen lalai model daripada guna nilai asal",
|
46 |
+
"Override segment size": "Ganti saiz segmen",
|
47 |
+
"Batch size": "Saiz kumpulan",
|
48 |
+
"Larger consumes more RAM but may process slightly faster": "Lebih besar guna lebih banyak RAM tetapi mungkin lebih pantas diproses",
|
49 |
+
"Normalization threshold": "Ambang penormalan",
|
50 |
+
"The threshold for audio normalization": "Ambang untuk penormalan audio",
|
51 |
+
"Amplification threshold": "Ambang penguatan",
|
52 |
+
"The threshold for audio amplification": "Ambang untuk penguatan audio",
|
53 |
+
"Hop length": "Panjang lompatan",
|
54 |
+
"Usually called stride in neural networks; only change if you know what you're doing": "Biasanya dipanggil stride dalam rangkaian neural; ubah hanya jika anda tahu apa yang anda lakukan",
|
55 |
+
"Balance quality and speed. 1024 = fast but lower, 320 = slower but better quality": "Seimbangkan kualiti dan kelajuan. 1024 = pantas tetapi rendah, 320 = perlahan tetapi kualiti lebih baik",
|
56 |
+
"Identify leftover artifacts within vocal output; may improve separation for some songs": "Kenal pasti artifak yang tertinggal dalam output vokal; mungkin tingkatkan pemisahan untuk sesetengah lagu",
|
57 |
+
"Post process": "Proses selepas",
|
58 |
+
"Post process threshold": "Ambang proses selepas",
|
59 |
+
"Threshold for post-processing": "Ambang untuk proses selepas",
|
60 |
+
"Size of segments into which the audio is split. Higher = slower but better quality": "Saiz segmen audio yang dibahagi. Lebih tinggi = lebih perlahan tetapi kualiti lebih baik",
|
61 |
"Enable segment-wise processing": "Aktifkan pemprosesan mengikut segmen",
|
62 |
"Segment-wise processing": "Pemprosesan mengikut segmen",
|
63 |
+
"Stem 5": "Stem 5",
|
64 |
+
"Stem 6": "Stem 6",
|
65 |
+
"Output only single stem": "Keluarkan satu stem sahaja",
|
66 |
+
"Write the stem you want, check the stems of each model on Leaderboard. e.g. Instrumental": "Tulis stem yang anda mahu, semak stem setiap model di Papan Pendahulu. cth: Instrumental",
|
67 |
+
"Leaderboard": "Papan Pendahulu",
|
68 |
"List filter": "Penapis senarai",
|
69 |
+
"Filter and sort the model list by stem": "Tapis dan susun senarai model mengikut stem",
|
70 |
+
"Show list!": "Tunjuk senarai!",
|
71 |
+
"Language have been saved. Restart UVR5 UI to apply the changes": "Bahasa telah disimpan. Mulakan semula UI UVR5 untuk menerapkan perubahan",
|
72 |
+
"Error reading main config file": "Ralat membaca fail konfigurasi utama",
|
73 |
+
"Error writing to main config file": "Ralat menulis ke fail konfigurasi utama",
|
74 |
+
"Error reading settings file": "Ralat membaca fail tetapan",
|
75 |
+
"Current settings saved successfully! They will be loaded next time": "Tetapan semasa berjaya disimpan! Ia akan dimuatkan pada kali seterusnya",
|
76 |
+
"Error saving settings": "Ralat menyimpan tetapan",
|
77 |
+
"Settings reset to default. Default settings will be loaded next time": "Tetapan telah dikembalikan kepada lalai. Tetapan lalai akan dimuatkan pada kali seterusnya",
|
78 |
+
"Error resetting settings": "Ralat mengembalikan tetapan",
|
79 |
+
"Settings": "Tetapan",
|
80 |
+
"Language selector": "Pemilih bahasa",
|
81 |
+
"Select the language you want to use. (Requires restarting the App)": "Pilih bahasa yang ingin anda gunakan. (Memerlukan aplikasi dimulakan semula)",
|
82 |
+
"Alternative model downloader": "Pemuat turun model alternatif",
|
83 |
+
"Download method": "Kaedah muat turun",
|
84 |
+
"Select the download method you want to use. (Must have it installed)": "Pilih kaedah muat turun yang ingin digunakan. (Perlu dipasang dahulu)",
|
85 |
+
"Model to download": "Model untuk dimuat turun",
|
86 |
+
"Select the model to download using the selected method": "Pilih model untuk dimuat turun menggunakan kaedah yang dipilih",
|
87 |
+
"Separation settings management": "Pengurusan tetapan pemisahan",
|
88 |
+
"Save your current separation parameter settings or reset them to the application defaults": "Simpan tetapan parameter pemisahan semasa anda atau kembalikan kepada lalai aplikasi",
|
89 |
+
"Save current settings": "Simpan tetapan semasa",
|
90 |
+
"Reset settings to default": "Tetapkan semula tetapan kepada lalai"
|
91 |
}
|
assets/i18n/languages/pt_BR.json
CHANGED
@@ -67,5 +67,25 @@
|
|
67 |
"Leaderboard": "Tabela de classificação",
|
68 |
"List filter": "Filtro de lista",
|
69 |
"Filter and sort the model list by stem": "Filtrar e classificar a lista de modelos por stem",
|
70 |
-
"Show list!": "Mostrar lista!"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
}
|
|
|
67 |
"Leaderboard": "Tabela de classificação",
|
68 |
"List filter": "Filtro de lista",
|
69 |
"Filter and sort the model list by stem": "Filtrar e classificar a lista de modelos por stem",
|
70 |
+
"Show list!": "Mostrar lista!",
|
71 |
+
"Language have been saved. Restart UVR5 UI to apply the changes": "Idioma foi salvo. Reinicie UVR5 UI para aplicar as mudanças",
|
72 |
+
"Error reading main config file": "Erro ao ler arquivo de configuração principal",
|
73 |
+
"Error writing to main config file": "Erro ao escrever arquivo de configuração principal",
|
74 |
+
"Error reading settings file": "Erro ao ler arquivo de configurações",
|
75 |
+
"Current settings saved successfully! They will be loaded next time": "Configurações atuais salvas com sucesso! Serão carregadas na próxima vez.",
|
76 |
+
"Error saving settings": "Erro ao salvar configurações",
|
77 |
+
"Settings reset to default. Default settings will be loaded next time": "Configurações redefinidas para padrão",
|
78 |
+
"Error resetting settings": "Erro ao resetar as configurações",
|
79 |
+
"Settings": "Configurações",
|
80 |
+
"Language selector": "Seletor de Idiomas",
|
81 |
+
"Select the language you want to use. (Requires restarting the App)": "Selecione a linguagem que deseja utilizar (Requer reiniciar o aplicativo)",
|
82 |
+
"Alternative model downloader": "Downloader alternativo de modelos",
|
83 |
+
"Download method": "Método de download",
|
84 |
+
"Select the download method you want to use. (Must have it installed)": "Selecione o método de downloade que deseja utilizar. (Deve estar instalado)",
|
85 |
+
"Model to download": "Modelo para baixar",
|
86 |
+
"Select the model to download using the selected method": "Selecione o modelo para baixar utilizando o método selecionado",
|
87 |
+
"Separation settings management": "Configuração de método de separação",
|
88 |
+
"Save your current separation parameter settings or reset them to the application defaults": "Salvar configurações de parametros de separação ou reiniciar para os padrões da aplicação",
|
89 |
+
"Save current settings": "Salvar configurações atuais",
|
90 |
+
"Reset settings to default": "Redefinir configurações para padrão"
|
91 |
}
|
assets/i18n/languages/ru_RU.json
CHANGED
@@ -67,5 +67,25 @@
|
|
67 |
"Leaderboard": "Таблица лидеров",
|
68 |
"List filter": "Фильтр списка",
|
69 |
"Filter and sort the model list by stem": "Фильтровать и сортировать список моделей по трек",
|
70 |
-
"Show list!": "Показать список!"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
}
|
|
|
67 |
"Leaderboard": "Таблица лидеров",
|
68 |
"List filter": "Фильтр списка",
|
69 |
"Filter and sort the model list by stem": "Фильтровать и сортировать список моделей по трек",
|
70 |
+
"Show list!": "Показать список!",
|
71 |
+
"Language have been saved. Restart UVR5 UI to apply the changes": "Язык был сохранен. Перезапустите UVR5 UI, чтобы применить изменения",
|
72 |
+
"Error reading main config file": "Ошибка чтения главного файла конфигурации",
|
73 |
+
"Error writing to main config file": "Ошибка записи в главный файл конфигурации",
|
74 |
+
"Error reading settings file": "Ошибка при чтении файла настроек",
|
75 |
+
"Current settings saved successfully! They will be loaded next time": "Текущие настройки успешно сохранены! Они будут загружены в следующий раз",
|
76 |
+
"Error saving settings": "Ошибка сохранения настроек",
|
77 |
+
"Settings reset to default. Default settings will be loaded next time": "Настройки сброшены на настройки по умолчанию. Настройки по умолчанию будут загружены в следующий раз",
|
78 |
+
"Error resetting settings": "Ошибка сброса настроек до настроек по умолчанию",
|
79 |
+
"Settings": "Настройки",
|
80 |
+
"Language selector": "Выбор языка",
|
81 |
+
"Select the language you want to use. (Requires restarting the App)": "Выберите язык, который вы хотите использовать. (Требуется перезапуск приложения)",
|
82 |
+
"Alternative model downloader": "Альтернативный загрузчик моделей",
|
83 |
+
"Download method": "Метод загрузки",
|
84 |
+
"Select the download method you want to use. (Must have it installed)": "Выберите метод загрузки, который вы хотите использовать. (Должен быть установлен)",
|
85 |
+
"Model to download": "Загрузить модель",
|
86 |
+
"Select the model to download using the selected method": "Выберите модель для загрузки с помощью выбранного метода",
|
87 |
+
"Separation settings management": "Управление настройками разделения",
|
88 |
+
"Save your current separation parameter settings or reset them to the application defaults": "Сохраните текущие настройки параметров разделения или сбросьте их на настройки по умолчанию",
|
89 |
+
"Save current settings": "Сохранить текущие настройки",
|
90 |
+
"Reset settings to default": "Сбросить настройки до настроек по умолчанию"
|
91 |
}
|
assets/i18n/languages/th_TH.json
CHANGED
@@ -67,5 +67,25 @@
|
|
67 |
"Leaderboard": "ลีดเดอร์บอร์ด",
|
68 |
"List filter": "ตัวกรองรายการ",
|
69 |
"Filter and sort the model list by stem": "กรองและเรียงลำดับรายการโมเดลตาม สเต็มที่",
|
70 |
-
"Show list!": "แสดงรายการ!"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
}
|
|
|
67 |
"Leaderboard": "ลีดเดอร์บอร์ด",
|
68 |
"List filter": "ตัวกรองรายการ",
|
69 |
"Filter and sort the model list by stem": "กรองและเรียงลำดับรายการโมเดลตาม สเต็มที่",
|
70 |
+
"Show list!": "แสดงรายการ!",
|
71 |
+
"Language have been saved. Restart UVR5 UI to apply the changes": "ภาษาถูกเลือกเรียบร้อยแล้ว กรุณารีสตาร์ท UVR5 UI ใหม่เพื่อทำการเปลี่ยนแปลง",
|
72 |
+
"Error reading main config file": "มีข้อผิดพลาดในการเรียกอ่านไฟล์การกำหนดค่าหลัก",
|
73 |
+
"Error writing to main config file": "มีข้อผิดพลาดในการเปลี่ยนแปลงไฟล์การกำหนดค่าหลัก",
|
74 |
+
"Error reading settings file": "มีข้อผิดพลาดในการเรียกอ่านไฟล์การตั้งค่า",
|
75 |
+
"Current settings saved successfully! They will be loaded next time": "ตั้งค่าเสร็จสมบูรณ์ การตั้งค่าจะโหลดในครั้งต่อไป",
|
76 |
+
"Error saving settings": "มีข้อผิดพลาดในการบันทึกการตั้งค่า",
|
77 |
+
"Settings reset to default. Default settings will be loaded next time": "การตั้งค่าถูกตั้งเป็นค่าเริ่มต้น การตั้งค่าเริ่มต้นจะโหลดในครั้งต่อไป",
|
78 |
+
"Error resetting settings": "มีข้อผิดพลาดในรีเซ็ตเป็นค่าเริ่มต้น",
|
79 |
+
"Settings": "การตั้งค่า",
|
80 |
+
"Language selector": "ตัวเลือกภาษา",
|
81 |
+
"Select the language you want to use. (Requires restarting the App)": "เลือกภาษาที่คุณต้องการ (จำเป็นต้องรีสตาร์ทแอป)",
|
82 |
+
"Alternative model downloader": "ตัวดาวน์โหลดโมเดลทางเลือก",
|
83 |
+
"Download method": "หลักวิธีการดาวน์โหลด",
|
84 |
+
"Select the download method you want to use. (Must have it installed)": "เลือกหลักวิธีการดาวน์โหลดที่คุณต้องการจะใช้ (จำเป็นต้องติดตั้งก่อน)",
|
85 |
+
"Model to download": "โมเดลที่ต้องการจะดาวน์โหลด",
|
86 |
+
"Select the model to download using the selected method": "เลือกโมเดลที่ต้องการจะดาวน์โหลดโดยเลือกหลักวิธีการดาวน์โหลด",
|
87 |
+
"Separation settings management": "การจัดการการตั้งค่าการแยกเสียง",
|
88 |
+
"Save your current separation parameter settings or reset them to the application defaults": "บันทึกการตั้งค่าการแยกเสียงปัจจุบันของคุณ หรือรีเซ็ตเป็นค่าเริ่มต้นของแอป",
|
89 |
+
"Save current settings": "บันทึกการตั้งค่าปัจจุบันของคุณ",
|
90 |
+
"Reset settings to default": "รีเซ็ตการตั้งค่าเป็นค่าเริ่มต้น"
|
91 |
}
|
assets/i18n/languages/tr_TR.json
CHANGED
@@ -67,5 +67,25 @@
|
|
67 |
"Leaderboard": "Liderlik tablosu",
|
68 |
"List filter": "Liste filtresi",
|
69 |
"Filter and sort the model list by stem": "Model listesini kanala göre filtreleyin ve sıralayın",
|
70 |
-
"Show list!": "Listeyi göster!"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
}
|
|
|
67 |
"Leaderboard": "Liderlik tablosu",
|
68 |
"List filter": "Liste filtresi",
|
69 |
"Filter and sort the model list by stem": "Model listesini kanala göre filtreleyin ve sıralayın",
|
70 |
+
"Show list!": "Listeyi göster!",
|
71 |
+
"Language have been saved. Restart UVR5 UI to apply the changes": "Dil kaydedildi. Değişikliklerin uygulanması için UVR5 UI'yi yeniden başlatın",
|
72 |
+
"Error reading main config file": "Ana yapılandırma dosyası okunurken hata oluştu",
|
73 |
+
"Error writing to main config file": "Ana yapılandırma dosyasına yazılırken hata oluştu",
|
74 |
+
"Error reading settings file": "Ayarlar dosyası okunurken hata oluştu",
|
75 |
+
"Current settings saved successfully! They will be loaded next time": "Mevcut ayarlar başarıyla kaydedildi! Bir sonraki açılışta yüklenecek",
|
76 |
+
"Error saving settings": "Ayarlar kaydedilirken hata oluştu",
|
77 |
+
"Settings reset to default. Default settings will be loaded next time": "Ayarlar varsayılanlara sıfırlandı. Bir sonraki açılışta varsayılan ayarlar yüklenecek",
|
78 |
+
"Error resetting settings": "Ayarlar sıfırlanırken hata oluştu",
|
79 |
+
"Settings": "Ayarlar",
|
80 |
+
"Language selector": "Dil seçici",
|
81 |
+
"Select the language you want to use. (Requires restarting the App)": "Kullanmak istediğiniz dili seçin. (Uygulamanın yeniden başlatılması gerekir)",
|
82 |
+
"Alternative model downloader": "Alternatif model indirici",
|
83 |
+
"Download method": "İndirme yöntemi",
|
84 |
+
"Select the download method you want to use. (Must have it installed)": "Kullanmak istediğiniz indirme yöntemini seçin. (Sistemde kurulu olmalıdır)",
|
85 |
+
"Model to download": "İndirilecek model",
|
86 |
+
"Select the model to download using the selected method": "Seçilen yöntemle indirilecek modeli seçin",
|
87 |
+
"Separation settings management": "Ayrıştırma ayarları yönetimi",
|
88 |
+
"Save your current separation parameter settings or reset them to the application defaults": "Mevcut ayrıştırma parametre ayarlarınızı kaydedin veya uygulama varsayılanlarına sıfırlayın",
|
89 |
+
"Save current settings": "Mevcut ayarları kaydet",
|
90 |
+
"Reset settings to default": "Ayarları varsayılanlara sıfırla"
|
91 |
}
|
assets/i18n/languages/uk_UA.json
CHANGED
@@ -67,5 +67,25 @@
|
|
67 |
"Leaderboard": "Дошка лідерів",
|
68 |
"List filter": "Фільтр списку",
|
69 |
"Filter and sort the model list by stem": "Фільтрувати та сортувати список моделей за трек",
|
70 |
-
"Show list!": "Показати список!"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
}
|
|
|
67 |
"Leaderboard": "Дошка лідерів",
|
68 |
"List filter": "Фільтр списку",
|
69 |
"Filter and sort the model list by stem": "Фільтрувати та сортувати список моделей за трек",
|
70 |
+
"Show list!": "Показати список!",
|
71 |
+
"Language have been saved. Restart UVR5 UI to apply the changes": "Мова була збережена. Перезапустіть UVR5 UI, щоб застосувати зміни",
|
72 |
+
"Error reading main config file": "Помилка читання головного файлу конфігурації",
|
73 |
+
"Error writing to main config file": "Помилка запису в головний файл конфігурації",
|
74 |
+
"Error reading settings file": "Помилка під час читання файлу налаштувань",
|
75 |
+
"Current settings saved successfully! They will be loaded next time": "Поточні налаштування успішно збережено! Вони будуть завантажені наступного разу",
|
76 |
+
"Error saving settings": "Помилка збереження налаштувань",
|
77 |
+
"Settings reset to default. Default settings will be loaded next time": "Налаштування скинуто на налаштування за замовчуванням. Налаштування за замовчуванням буде завантажено наступного разу",
|
78 |
+
"Error resetting settings": "Помилка скидання налаштувань до налаштувань за замовчуванням",
|
79 |
+
"Settings": "Налаштування",
|
80 |
+
"Language selector": "Вибір мови",
|
81 |
+
"Select the language you want to use. (Requires restarting the App)": "Виберіть мову, яку ви хочете використовувати. (Потрібен перезапуск програми)",
|
82 |
+
"Alternative model downloader": "Альтернативний завантажувач моделей",
|
83 |
+
"Download method": "Метод завантаження",
|
84 |
+
"Select the download method you want to use. (Must have it installed)": "Виберіть метод завантаження, який ви хочете використовувати. (Повинен бути встановлений)",
|
85 |
+
"Model to download": "Завантажити модель",
|
86 |
+
"Select the model to download using the selected method": "Виберіть модель для завантаження за допомогою обраного методу",
|
87 |
+
"Separation settings management": "Керування налаштуваннями розділення",
|
88 |
+
"Save your current separation parameter settings or reset them to the application defaults": "Збережіть поточні налаштування параметрів розділення або скиньте їх на налаштування за замовчуванням",
|
89 |
+
"Save current settings": "Зберегти поточні налаштування",
|
90 |
+
"Reset settings to default": "Скинути налаштування до налаштувань за замовчуванням"
|
91 |
}
|
assets/i18n/languages/vi_VN.json
CHANGED
@@ -67,5 +67,25 @@
|
|
67 |
"Leaderboard": "Bảng xếp hạng",
|
68 |
"List filter": "Bộ lọc danh sách",
|
69 |
"Filter and sort the model list by stem": "Lọc và sắp xếp danh sách mô hình theo luồng",
|
70 |
-
"Show list!": "Hiện danh sách!"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
}
|
|
|
67 |
"Leaderboard": "Bảng xếp hạng",
|
68 |
"List filter": "Bộ lọc danh sách",
|
69 |
"Filter and sort the model list by stem": "Lọc và sắp xếp danh sách mô hình theo luồng",
|
70 |
+
"Show list!": "Hiện danh sách!",
|
71 |
+
"Language have been saved. Restart UVR5 UI to apply the changes": "Đã lưu ngôn ngữ. Khởi động lại giao diện UVR5 để áp dụng thay đổi.",
|
72 |
+
"Error reading main config file": "Lỗi khi đọc tệp cấu hình chính",
|
73 |
+
"Error writing to main config file": "Lỗi khi ghi vào tệp cấu hình chính",
|
74 |
+
"Error reading settings file": "Lỗi khi đọc tệp cài đặt",
|
75 |
+
"Current settings saved successfully! They will be loaded next time": "Đã lưu các cài đặt hiện tại thành công! Chúng sẽ được tải vào lần tới.",
|
76 |
+
"Error saving settings": "Lỗi khi lưu cài đặt",
|
77 |
+
"Settings reset to default. Default settings will be loaded next time": "Đã đặt lại cài đặt về mặc định. Các cài đặt mặc định sẽ được tải vào lần tới.",
|
78 |
+
"Error resetting settings": "Lỗi khi đặt lại cài đặt",
|
79 |
+
"Settings": "Cài đặt",
|
80 |
+
"Language selector": "Bộ chọn ngôn ngữ",
|
81 |
+
"Select the language you want to use. (Requires restarting the App)": "Chọn ngôn ngữ bạn muốn sử dụng. (Yêu cầu khởi động lại Ứng dụng)",
|
82 |
+
"Alternative model downloader": "Trình tải xuống mô hình thay thế",
|
83 |
+
"Download method": "Phương pháp tải xuống",
|
84 |
+
"Select the download method you want to use. (Must have it installed)": "Chọn phương pháp tải xuống bạn muốn sử dụng. (Phải đã cài đặt)",
|
85 |
+
"Model to download": "Mô hình để tải xuống",
|
86 |
+
"Select the model to download using the selected method": "Chọn mô hình để tải xuống bằng phương pháp đã chọn",
|
87 |
+
"Separation settings management": "Quản lý cài đặt tách âm",
|
88 |
+
"Save your current separation parameter settings or reset them to the application defaults": "Lưu các cài đặt tham số tách âm hiện tại của bạn hoặc đặt lại chúng về mặc định của ứng dụng.",
|
89 |
+
"Save current settings": "Lưu cài đặt hiện tại",
|
90 |
+
"Reset settings to default": "Đặt lại cài đặt về mặc định"
|
91 |
}
|
assets/i18n/languages/zh_CN.json
CHANGED
@@ -67,5 +67,25 @@
|
|
67 |
"Leaderboard": "排行榜",
|
68 |
"List filter": "列表过滤器",
|
69 |
"Filter and sort the model list by stem": "通过干声筛选和排序模型列表",
|
70 |
-
"Show list!": "显示列表!"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
}
|
|
|
67 |
"Leaderboard": "排行榜",
|
68 |
"List filter": "列表过滤器",
|
69 |
"Filter and sort the model list by stem": "通过干声筛选和排序模型列表",
|
70 |
+
"Show list!": "显示列表!",
|
71 |
+
"Language have been saved. Restart UVR5 UI to apply the changes": "语言已保存。请重启 UVR5 UI 以应用更改。",
|
72 |
+
"Error reading main config file": "读取主配置文件时出错",
|
73 |
+
"Error writing to main config file": "写入主配置文件时出错",
|
74 |
+
"Error reading settings file": "读取设置文件时出错",
|
75 |
+
"Current settings saved successfully! They will be loaded next time": "当前设置已成功保存!下次启动时将加载。",
|
76 |
+
"Error saving settings": "保存设置时出错",
|
77 |
+
"Settings reset to default. Default settings will be loaded next time": "设置已重置为默认值。下次启动时将加载默认设置。",
|
78 |
+
"Error resetting settings": "重置设置时出错",
|
79 |
+
"Settings": "设置",
|
80 |
+
"Language selector": "语言选择器",
|
81 |
+
"Select the language you want to use. (Requires restarting the App)": "选择您想要使用的语言。(需要重启应用)",
|
82 |
+
"Alternative model downloader": "备选模型下载器",
|
83 |
+
"Download method": "下载方法",
|
84 |
+
"Select the download method you want to use. (Must have it installed)": "选择您想要使用的下载方法。(必须已安装)",
|
85 |
+
"Model to download": "要下载的模型",
|
86 |
+
"Select the model to download using the selected method": "使用选定的方法选择要下载的模型",
|
87 |
+
"Separation settings management": "分离设置管理",
|
88 |
+
"Save your current separation parameter settings or reset them to the application defaults": "保存您当前的分离参数设置或将其重置为应用程序默认值。",
|
89 |
+
"Save current settings": "保存当前设置",
|
90 |
+
"Reset settings to default": "重置为默认设置"
|
91 |
}
|
assets/models.json
ADDED
@@ -0,0 +1,515 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"BS-Roformer-Viperx-1297": [
|
3 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/model_bs_roformer_ep_317_sdr_12.9755.ckpt",
|
4 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/model_bs_roformer_ep_317_sdr_12.9755.yaml"
|
5 |
+
],
|
6 |
+
"BS-Roformer-Viperx-1296": [
|
7 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/model_bs_roformer_ep_368_sdr_12.9628.ckpt",
|
8 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/model_bs_roformer_ep_368_sdr_12.9628.yaml"
|
9 |
+
],
|
10 |
+
"BS-Roformer-Viperx-1053": [
|
11 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/model_bs_roformer_ep_937_sdr_10.5309.ckpt",
|
12 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/model_bs_roformer_ep_937_sdr_10.5309.yaml"
|
13 |
+
],
|
14 |
+
"Mel-Roformer-Viperx-1143": [
|
15 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/model_mel_band_roformer_ep_3005_sdr_11.4360.ckpt",
|
16 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/model_mel_band_roformer_ep_3005_sdr_11.4360.yaml"
|
17 |
+
],
|
18 |
+
"BS-Roformer-De-Reverb": [
|
19 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/deverb_bs_roformer_8_384dim_10depth.ckpt",
|
20 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/deverb_bs_roformer_8_384dim_10depth_config.yaml"
|
21 |
+
],
|
22 |
+
"Mel-Roformer-Crowd-Aufr33-Viperx": [
|
23 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_crowd_aufr33_viperx_sdr_8.7144.ckpt",
|
24 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_crowd_aufr33_viperx_sdr_8.7144_config.yaml"
|
25 |
+
],
|
26 |
+
"Mel-Roformer-Denoise-Aufr33": [
|
27 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/denoise_mel_band_roformer_aufr33_sdr_27.9959.ckpt",
|
28 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/denoise_mel_band_roformer_aufr33_sdr_27.9959_config.yaml"
|
29 |
+
],
|
30 |
+
"Mel-Roformer-Denoise-Aufr33-Aggr": [
|
31 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/denoise_mel_band_roformer_aufr33_aggr_sdr_27.9768.ckpt",
|
32 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/denoise_mel_band_roformer_aufr33_aggr_sdr_27.9768_config.yaml"
|
33 |
+
],
|
34 |
+
"MelBand Roformer | Denoise-Debleed by Gabox": [
|
35 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_denoise_debleed_gabox.ckpt",
|
36 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_instrumental_gabox.yaml"
|
37 |
+
],
|
38 |
+
"Mel-Roformer-Karaoke-Aufr33-Viperx": [
|
39 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_karaoke_aufr33_viperx_sdr_10.1956.ckpt",
|
40 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_karaoke_aufr33_viperx_sdr_10.1956_config.yaml"
|
41 |
+
],
|
42 |
+
"MelBand Roformer | Karaoke by Gabox": [
|
43 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_karaoke_gabox.ckpt",
|
44 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_instrumental_gabox.yaml"
|
45 |
+
],
|
46 |
+
"MelBand Roformer | Karaoke by becruily": [
|
47 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_karaoke_becruily.ckpt",
|
48 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_karaoke_becruily.yaml"
|
49 |
+
],
|
50 |
+
"MelBand Roformer | Vocals by Kimberley Jensen": [
|
51 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/vocals_mel_band_roformer.ckpt",
|
52 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/vocals_mel_band_roformer.yaml"
|
53 |
+
],
|
54 |
+
"MelBand Roformer Kim | FT by unwa": [
|
55 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_kim_ft_unwa.ckpt",
|
56 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_kim_ft_unwa.yaml"
|
57 |
+
],
|
58 |
+
"MelBand Roformer Kim | FT 2 by unwa": [
|
59 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_kim_ft2_unwa.ckpt",
|
60 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_kim_ft_unwa.yaml"
|
61 |
+
],
|
62 |
+
"MelBand Roformer Kim | FT 2 Bleedless by unwa": [
|
63 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_kim_ft2_bleedless_unwa.ckpt",
|
64 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_kim_ft_unwa.yaml"
|
65 |
+
],
|
66 |
+
"MelBand Roformer Kim | FT 3 by unwa": [
|
67 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_kim_ft3_unwa.ckpt",
|
68 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_kim_ft_unwa.yaml"
|
69 |
+
],
|
70 |
+
"MelBand Roformer Kim | Inst V1 by Unwa": [
|
71 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/melband_roformer_inst_v1.ckpt",
|
72 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_melbandroformer_inst.yaml"
|
73 |
+
],
|
74 |
+
"MelBand Roformer Kim | Inst V1 Plus by Unwa": [
|
75 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/melband_roformer_inst_v1_plus.ckpt",
|
76 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_melbandroformer_inst.yaml"
|
77 |
+
],
|
78 |
+
"MelBand Roformer Kim | Inst V1 (E) by Unwa": [
|
79 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/melband_roformer_inst_v1e.ckpt",
|
80 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_melbandroformer_inst.yaml"
|
81 |
+
],
|
82 |
+
"MelBand Roformer Kim | Inst V1 (E) Plus by Unwa": [
|
83 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/melband_roformer_inst_v1e_plus.ckpt",
|
84 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_melbandroformer_inst.yaml"
|
85 |
+
],
|
86 |
+
"MelBand Roformer Kim | Inst V2 by Unwa": [
|
87 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/melband_roformer_inst_v2.ckpt",
|
88 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_melbandroformer_inst_v2.yaml"
|
89 |
+
],
|
90 |
+
"MelBand Roformer Kim | InstVoc Duality V1 by Unwa": [
|
91 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/melband_roformer_instvoc_duality_v1.ckpt",
|
92 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_melbandroformer_instvoc_duality.yaml"
|
93 |
+
],
|
94 |
+
"MelBand Roformer Kim | InstVoc Duality V2 by Unwa": [
|
95 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/melband_roformer_instvox_duality_v2.ckpt",
|
96 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_melbandroformer_instvoc_duality.yaml"
|
97 |
+
],
|
98 |
+
"MelBand Roformer | Vocals by becruily": [
|
99 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_vocals_becruily.ckpt",
|
100 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_vocals_becruily.yaml"
|
101 |
+
],
|
102 |
+
"MelBand Roformer | Instrumental by becruily": [
|
103 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_instrumental_becruily.ckpt",
|
104 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_instrumental_becruily.yaml"
|
105 |
+
],
|
106 |
+
"MelBand Roformer | Vocals Fullness by Aname": [
|
107 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_vocal_fullness_aname.ckpt",
|
108 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_vocal_fullness_aname.yaml"
|
109 |
+
],
|
110 |
+
"BS Roformer | Vocals by Gabox": [
|
111 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/bs_roformer_vocals_gabox.ckpt",
|
112 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_bs_roformer_vocals_gabox.yaml"
|
113 |
+
],
|
114 |
+
"MelBand Roformer | Vocals by Gabox": [
|
115 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_vocals_gabox.ckpt",
|
116 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_vocals_gabox.yaml"
|
117 |
+
],
|
118 |
+
"MelBand Roformer | Vocals FV1 by Gabox": [
|
119 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_vocals_fv1_gabox.ckpt",
|
120 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_vocals_gabox.yaml"
|
121 |
+
],
|
122 |
+
"MelBand Roformer | Vocals FV2 by Gabox": [
|
123 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_vocals_fv2_gabox.ckpt",
|
124 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_vocals_gabox.yaml"
|
125 |
+
],
|
126 |
+
"MelBand Roformer | Vocals FV3 by Gabox": [
|
127 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_vocals_fv3_gabox.ckpt",
|
128 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_vocals_gabox.yaml"
|
129 |
+
],
|
130 |
+
"MelBand Roformer | Vocals FV4 by Gabox": [
|
131 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_vocals_fv4_gabox.ckpt",
|
132 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_vocals_gabox.yaml"
|
133 |
+
],
|
134 |
+
"MelBand Roformer | Instrumental by Gabox": [
|
135 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_instrumental_gabox.ckpt",
|
136 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_instrumental_gabox.yaml"
|
137 |
+
],
|
138 |
+
"MelBand Roformer | Instrumental 2 by Gabox": [
|
139 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_instrumental_2_gabox.ckpt",
|
140 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_instrumental_gabox.yaml"
|
141 |
+
],
|
142 |
+
"MelBand Roformer | Instrumental 3 by Gabox": [
|
143 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_instrumental_3_gabox.ckpt",
|
144 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_instrumental_gabox.yaml"
|
145 |
+
],
|
146 |
+
"MelBand Roformer | Instrumental Bleedless V1 by Gabox": [
|
147 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_instrumental_bleedless_v1_gabox.ckpt",
|
148 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_instrumental_gabox.yaml"
|
149 |
+
],
|
150 |
+
"MelBand Roformer | Instrumental Bleedless V2 by Gabox": [
|
151 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_instrumental_bleedless_v2_gabox.ckpt",
|
152 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_instrumental_gabox.yaml"
|
153 |
+
],
|
154 |
+
"MelBand Roformer | Instrumental Bleedless V3 by Gabox": [
|
155 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_instrumental_bleedless_v3_gabox.ckpt",
|
156 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_instrumental_gabox.yaml"
|
157 |
+
],
|
158 |
+
"MelBand Roformer | Instrumental Fullness V1 by Gabox": [
|
159 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_instrumental_fullness_v1_gabox.ckpt",
|
160 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_instrumental_gabox.yaml"
|
161 |
+
],
|
162 |
+
"MelBand Roformer | Instrumental Fullness V2 by Gabox": [
|
163 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_instrumental_fullness_v2_gabox.ckpt",
|
164 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_instrumental_gabox.yaml"
|
165 |
+
],
|
166 |
+
"MelBand Roformer | Instrumental Fullness V3 by Gabox": [
|
167 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_instrumental_fullness_v3_gabox.ckpt",
|
168 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_instrumental_gabox.yaml"
|
169 |
+
],
|
170 |
+
"MelBand Roformer | Instrumental Fullness Noisy V4 by Gabox": [
|
171 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_instrumental_fullness_noise_v4_gabox.ckpt",
|
172 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_instrumental_gabox.yaml"
|
173 |
+
],
|
174 |
+
"MelBand Roformer | INSTV5 by Gabox": [
|
175 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_instrumental_instv5_gabox.ckpt",
|
176 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_instrumental_gabox.yaml"
|
177 |
+
],
|
178 |
+
"MelBand Roformer | INSTV5N by Gabox": [
|
179 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_instrumental_instv5n_gabox.ckpt",
|
180 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_instrumental_gabox.yaml"
|
181 |
+
],
|
182 |
+
"MelBand Roformer | INSTV6 by Gabox": [
|
183 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_instrumental_instv6_gabox.ckpt",
|
184 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_instrumental_gabox.yaml"
|
185 |
+
],
|
186 |
+
"MelBand Roformer | INSTV6N by Gabox": [
|
187 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_instrumental_instv6n_gabox.ckpt",
|
188 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_instrumental_gabox.yaml"
|
189 |
+
],
|
190 |
+
"MelBand Roformer | INSTV7 by Gabox": [
|
191 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_instrumental_instv7_gabox.ckpt",
|
192 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_instrumental_gabox.yaml"
|
193 |
+
],
|
194 |
+
"MelBand Roformer | INSTV7N by Gabox": [
|
195 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_instrumental_instv7n_gabox.ckpt",
|
196 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_instrumental_gabox.yaml"
|
197 |
+
],
|
198 |
+
"MelBand Roformer | INSTV8 by Gabox": [
|
199 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_instrumental_instv8_gabox.ckpt",
|
200 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_instrumental_gabox.yaml"
|
201 |
+
],
|
202 |
+
"MelBand Roformer | INSTV8N by Gabox": [
|
203 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_instrumental_instv8n_gabox.ckpt",
|
204 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_instrumental_gabox.yaml"
|
205 |
+
],
|
206 |
+
"MelBand Roformer | FVX by Gabox": [
|
207 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/mel_band_roformer_instrumental_fvx_gabox.ckpt",
|
208 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_mel_band_roformer_instrumental_gabox.yaml"
|
209 |
+
],
|
210 |
+
"MelBand Roformer | De-Reverb by anvuew": [
|
211 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/dereverb_mel_band_roformer_anvuew_sdr_19.1729.ckpt",
|
212 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/dereverb_mel_band_roformer_anvuew.yaml"
|
213 |
+
],
|
214 |
+
"MelBand Roformer | De-Reverb Less Aggressive by anvuew": [
|
215 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/dereverb_mel_band_roformer_less_aggressive_anvuew_sdr_18.8050.ckpt",
|
216 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/dereverb_mel_band_roformer_anvuew.yaml"
|
217 |
+
],
|
218 |
+
"MelBand Roformer | De-Reverb Mono by anvuew": [
|
219 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/dereverb_mel_band_roformer_mono_anvuew.ckpt",
|
220 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/dereverb_mel_band_roformer_anvuew.yaml"
|
221 |
+
],
|
222 |
+
"MelBand Roformer | De-Reverb Big by Sucial": [
|
223 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/dereverb_big_mbr_ep_362.ckpt",
|
224 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_dereverb_echo_mel_band_roformer_v2.yaml"
|
225 |
+
],
|
226 |
+
"MelBand Roformer | De-Reverb Super Big by Sucial": [
|
227 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/dereverb_super_big_mbr_ep_346.ckpt",
|
228 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_dereverb_echo_mel_band_roformer_v2.yaml"
|
229 |
+
],
|
230 |
+
"MelBand Roformer | De-Reverb-Echo by Sucial": [
|
231 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/dereverb-echo_mel_band_roformer_sdr_10.0169.ckpt",
|
232 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_dereverb-echo_mel_band_roformer.yaml"
|
233 |
+
],
|
234 |
+
"MelBand Roformer | De-Reverb-Echo V2 by Sucial": [
|
235 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/dereverb-echo_mel_band_roformer_sdr_13.4843_v2.ckpt",
|
236 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_dereverb-echo_mel_band_roformer_sdr_13.4843_v2.yaml"
|
237 |
+
],
|
238 |
+
"MelBand Roformer | De-Reverb-Echo Fused by Sucial": [
|
239 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/dereverb_echo_mbr_fused.ckpt",
|
240 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_dereverb_echo_mel_band_roformer_v2.yaml"
|
241 |
+
],
|
242 |
+
"MelBand Roformer Kim | SYHFT by SYH99999": [
|
243 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/MelBandRoformerSYHFT.ckpt",
|
244 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_vocals_mel_band_roformer_ft.yaml"
|
245 |
+
],
|
246 |
+
"MelBand Roformer Kim | SYHFT V2 by SYH99999": [
|
247 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/MelBandRoformerSYHFTV2.ckpt",
|
248 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_vocals_mel_band_roformer_ft.yaml"
|
249 |
+
],
|
250 |
+
"MelBand Roformer Kim | SYHFT V2.5 by SYH99999": [
|
251 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/MelBandRoformerSYHFTV2.5.ckpt",
|
252 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_vocals_mel_band_roformer_ft.yaml"
|
253 |
+
],
|
254 |
+
"MelBand Roformer Kim | SYHFT V3 by SYH99999": [
|
255 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/MelBandRoformerSYHFTV3Epsilon.ckpt",
|
256 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_vocals_mel_band_roformer_ft.yaml"
|
257 |
+
],
|
258 |
+
"MelBand Roformer Kim | Big SYHFT V1 by SYH99999": [
|
259 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/MelBandRoformerBigSYHFTV1.ckpt",
|
260 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_vocals_mel_band_roformer_big_v1_ft.yaml"
|
261 |
+
],
|
262 |
+
"MelBand Roformer Kim | Big Beta 4 FT by unwa": [
|
263 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/melband_roformer_big_beta4.ckpt",
|
264 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_melbandroformer_big_beta4.yaml"
|
265 |
+
],
|
266 |
+
"MelBand Roformer Kim | Big Beta 5e FT by unwa": [
|
267 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/melband_roformer_big_beta5e.ckpt",
|
268 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_melband_roformer_big_beta5e.yaml"
|
269 |
+
],
|
270 |
+
"MelBand Roformer | Big Beta 6 by unwa": [
|
271 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/melband_roformer_big_beta6.ckpt",
|
272 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_melbandroformer_big_beta6.yaml"
|
273 |
+
],
|
274 |
+
"MelBand Roformer | Big Beta 6X by unwa": [
|
275 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/melband_roformer_big_beta6x.ckpt",
|
276 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_melbandroformer_big_beta6x.yaml"
|
277 |
+
],
|
278 |
+
"BS Roformer | Chorus Male-Female by Sucial": [
|
279 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/model_chorus_bs_roformer_ep_267_sdr_24.1275.ckpt",
|
280 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_chorus_male_female_bs_roformer.yaml"
|
281 |
+
],
|
282 |
+
"BS Roformer | Male-Female by aufr33": [
|
283 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/bs_roformer_male_female_by_aufr33_sdr_7.2889.ckpt",
|
284 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_chorus_male_female_bs_roformer.yaml"
|
285 |
+
],
|
286 |
+
"MelBand Roformer | Aspiration by Sucial": [
|
287 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/aspiration_mel_band_roformer_sdr_18.9845.ckpt",
|
288 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_aspiration_mel_band_roformer.yaml"
|
289 |
+
],
|
290 |
+
"MelBand Roformer | Aspiration Less Aggressive by Sucial": [
|
291 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/aspiration_mel_band_roformer_less_aggr_sdr_18.1201.ckpt",
|
292 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_aspiration_mel_band_roformer.yaml"
|
293 |
+
],
|
294 |
+
"MDX23C_D1581.ckpt": [
|
295 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/MDX23C_D1581.ckpt",
|
296 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/model_2_stem_061321.yaml"
|
297 |
+
],
|
298 |
+
"MDX23C-8KFFT-InstVoc_HQ.ckpt": [
|
299 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/MDX23C-8KFFT-InstVoc_HQ.ckpt",
|
300 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/model_2_stem_full_band_8k.yaml"
|
301 |
+
],
|
302 |
+
"MDX23C-8KFFT-InstVoc_HQ_2.ckpt": [
|
303 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/MDX23C-8KFFT-InstVoc_HQ_2.ckpt",
|
304 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/model_2_stem_full_band_8k.yaml"
|
305 |
+
],
|
306 |
+
"MDX23C-De-Reverb-aufr33-jarredou.ckpt": [
|
307 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/MDX23C-De-Reverb-aufr33-jarredou.ckpt",
|
308 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_dereverb_mdx23c.yaml"
|
309 |
+
],
|
310 |
+
"MDX23C-DrumSep-aufr33-jarredou.ckpt": [
|
311 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/MDX23C-DrumSep-aufr33-jarredou.ckpt",
|
312 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/config_drumsep_mdx23c.yaml"
|
313 |
+
],
|
314 |
+
"UVR-MDX-NET-Inst_full_292.onnx": [
|
315 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-MDX-NET-Inst_full_292.onnx"
|
316 |
+
],
|
317 |
+
"UVR-MDX-NET_Inst_187_beta.onnx": [
|
318 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-MDX-NET_Inst_187_beta.onnx"
|
319 |
+
],
|
320 |
+
"UVR-MDX-NET_Inst_82_beta.onnx": [
|
321 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-MDX-NET_Inst_82_beta.onnx"
|
322 |
+
],
|
323 |
+
"UVR-MDX-NET_Inst_90_beta.onnx": [
|
324 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-MDX-NET_Inst_90_beta.onnx"
|
325 |
+
],
|
326 |
+
"UVR-MDX-NET_Main_340.onnx": [
|
327 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-MDX-NET_Main_340.onnx"
|
328 |
+
],
|
329 |
+
"UVR-MDX-NET_Main_390.onnx": [
|
330 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-MDX-NET_Main_390.onnx"
|
331 |
+
],
|
332 |
+
"UVR-MDX-NET_Main_406.onnx": [
|
333 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-MDX-NET_Main_406.onnx"
|
334 |
+
],
|
335 |
+
"UVR-MDX-NET_Main_427.onnx": [
|
336 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-MDX-NET_Main_427.onnx"
|
337 |
+
],
|
338 |
+
"UVR-MDX-NET_Main_438.onnx": [
|
339 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-MDX-NET_Main_438.onnx"
|
340 |
+
],
|
341 |
+
"UVR-MDX-NET-Inst_HQ_1.onnx": [
|
342 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-MDX-NET-Inst_HQ_1.onnx"
|
343 |
+
],
|
344 |
+
"UVR-MDX-NET-Inst_HQ_2.onnx": [
|
345 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-MDX-NET-Inst_HQ_2.onnx"
|
346 |
+
],
|
347 |
+
"UVR-MDX-NET-Inst_HQ_3.onnx": [
|
348 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-MDX-NET-Inst_HQ_3.onnx"
|
349 |
+
],
|
350 |
+
"UVR-MDX-NET-Inst_HQ_4.onnx": [
|
351 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-MDX-NET-Inst_HQ_4.onnx"
|
352 |
+
],
|
353 |
+
"UVR-MDX-NET-Inst_HQ_5.onnx": [
|
354 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-MDX-NET-Inst_HQ_5.onnx"
|
355 |
+
],
|
356 |
+
"UVR_MDXNET_Main.onnx": [
|
357 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR_MDXNET_Main.onnx"
|
358 |
+
],
|
359 |
+
"UVR-MDX-NET-Inst_Main.onnx": [
|
360 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-MDX-NET-Inst_Main.onnx"
|
361 |
+
],
|
362 |
+
"UVR_MDXNET_1_9703.onnx": [
|
363 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR_MDXNET_1_9703.onnx"
|
364 |
+
],
|
365 |
+
"UVR_MDXNET_2_9682.onnx": [
|
366 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR_MDXNET_2_9682.onnx"
|
367 |
+
],
|
368 |
+
"UVR_MDXNET_3_9662.onnx": [
|
369 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR_MDXNET_3_9662.onnx"
|
370 |
+
],
|
371 |
+
"UVR-MDX-NET-Inst_1.onnx": [
|
372 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-MDX-NET-Inst_1.onnx"
|
373 |
+
],
|
374 |
+
"UVR-MDX-NET-Inst_2.onnx": [
|
375 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-MDX-NET-Inst_2.onnx"
|
376 |
+
],
|
377 |
+
"UVR-MDX-NET-Inst_3.onnx": [
|
378 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-MDX-NET-Inst_3.onnx"
|
379 |
+
],
|
380 |
+
"UVR_MDXNET_KARA.onnx": [
|
381 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR_MDXNET_KARA.onnx"
|
382 |
+
],
|
383 |
+
"UVR_MDXNET_KARA_2.onnx": [
|
384 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR_MDXNET_KARA_2.onnx"
|
385 |
+
],
|
386 |
+
"UVR_MDXNET_9482.onnx": [
|
387 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR_MDXNET_9482.onnx"
|
388 |
+
],
|
389 |
+
"UVR-MDX-NET-Voc_FT.onnx": [
|
390 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-MDX-NET-Voc_FT.onnx"
|
391 |
+
],
|
392 |
+
"Kim_Vocal_1.onnx": [
|
393 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/Kim_Vocal_1.onnx"
|
394 |
+
],
|
395 |
+
"Kim_Vocal_2.onnx": [
|
396 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/Kim_Vocal_2.onnx"
|
397 |
+
],
|
398 |
+
"Kim_Inst.onnx": [
|
399 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/Kim_Inst.onnx"
|
400 |
+
],
|
401 |
+
"Reverb_HQ_By_FoxJoy.onnx": [
|
402 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/Reverb_HQ_By_FoxJoy.onnx"
|
403 |
+
],
|
404 |
+
"UVR-MDX-NET_Crowd_HQ_1.onnx": [
|
405 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-MDX-NET_Crowd_HQ_1.onnx"
|
406 |
+
],
|
407 |
+
"kuielab_a_vocals.onnx": [
|
408 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/kuielab_a_vocals.onnx"
|
409 |
+
],
|
410 |
+
"kuielab_a_other.onnx": [
|
411 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/kuielab_a_other.onnx"
|
412 |
+
],
|
413 |
+
"kuielab_a_bass.onnx": [
|
414 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/kuielab_a_bass.onnx"
|
415 |
+
],
|
416 |
+
"kuielab_a_drums.onnx": [
|
417 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/kuielab_a_drums.onnx"
|
418 |
+
],
|
419 |
+
"kuielab_b_vocals.onnx": [
|
420 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/kuielab_b_vocals.onnx"
|
421 |
+
],
|
422 |
+
"kuielab_b_other.onnx": [
|
423 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/kuielab_b_other.onnx"
|
424 |
+
],
|
425 |
+
"kuielab_b_bass.onnx": [
|
426 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/kuielab_b_bass.onnx"
|
427 |
+
],
|
428 |
+
"kuielab_b_drums.onnx": [
|
429 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/kuielab_b_drums.onnx"
|
430 |
+
],
|
431 |
+
"1_HP-UVR.pth": [
|
432 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/1_HP-UVR.pth"
|
433 |
+
],
|
434 |
+
"2_HP-UVR.pth": [
|
435 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/2_HP-UVR.pth"
|
436 |
+
],
|
437 |
+
"3_HP-Vocal-UVR.pth": [
|
438 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/3_HP-Vocal-UVR.pth"
|
439 |
+
],
|
440 |
+
"4_HP-Vocal-UVR.pth": [
|
441 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/4_HP-Vocal-UVR.pth"
|
442 |
+
],
|
443 |
+
"5_HP-Karaoke-UVR.pth": [
|
444 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/5_HP-Karaoke-UVR.pth"
|
445 |
+
],
|
446 |
+
"6_HP-Karaoke-UVR.pth": [
|
447 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/6_HP-Karaoke-UVR.pth"
|
448 |
+
],
|
449 |
+
"7_HP2-UVR.pth": [
|
450 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/7_HP2-UVR.pth"
|
451 |
+
],
|
452 |
+
"8_HP2-UVR.pth": [
|
453 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/8_HP2-UVR.pth"
|
454 |
+
],
|
455 |
+
"9_HP2-UVR.pth": [
|
456 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/9_HP2-UVR.pth"
|
457 |
+
],
|
458 |
+
"10_SP-UVR-2B-32000-1.pth": [
|
459 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/10_SP-UVR-2B-32000-1.pth"
|
460 |
+
],
|
461 |
+
"11_SP-UVR-2B-32000-2.pth": [
|
462 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/11_SP-UVR-2B-32000-2.pth"
|
463 |
+
],
|
464 |
+
"12_SP-UVR-3B-44100.pth": [
|
465 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/12_SP-UVR-3B-44100.pth"
|
466 |
+
],
|
467 |
+
"13_SP-UVR-4B-44100-1.pth": [
|
468 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/13_SP-UVR-4B-44100-1.pth"
|
469 |
+
],
|
470 |
+
"14_SP-UVR-4B-44100-2.pth": [
|
471 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/14_SP-UVR-4B-44100-2.pth"
|
472 |
+
],
|
473 |
+
"15_SP-UVR-MID-44100-1.pth": [
|
474 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/15_SP-UVR-MID-44100-1.pth"
|
475 |
+
],
|
476 |
+
"16_SP-UVR-MID-44100-2.pth": [
|
477 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/16_SP-UVR-MID-44100-2.pth"
|
478 |
+
],
|
479 |
+
"17_HP-Wind_Inst-UVR.pth": [
|
480 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/17_HP-Wind_Inst-UVR.pth"
|
481 |
+
],
|
482 |
+
"UVR-De-Echo-Aggressive.pth": [
|
483 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-De-Echo-Aggressive.pth"
|
484 |
+
],
|
485 |
+
"UVR-De-Echo-Normal.pth": [
|
486 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-De-Echo-Normal.pth"
|
487 |
+
],
|
488 |
+
"UVR-DeEcho-DeReverb.pth": [
|
489 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-DeEcho-DeReverb.pth"
|
490 |
+
],
|
491 |
+
"UVR-De-Reverb-aufr33-jarredou.pth": [
|
492 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-De-Reverb-aufr33-jarredou.pth"
|
493 |
+
],
|
494 |
+
"UVR-DeNoise-Lite.pth": [
|
495 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-DeNoise-Lite.pth"
|
496 |
+
],
|
497 |
+
"UVR-DeNoise.pth": [
|
498 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-DeNoise.pth"
|
499 |
+
],
|
500 |
+
"UVR-BVE-4B_SN-44100-1.pth": [
|
501 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/UVR-BVE-4B_SN-44100-1.pth"
|
502 |
+
],
|
503 |
+
"MGM_HIGHEND_v4.pth": [
|
504 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/MGM_HIGHEND_v4.pth"
|
505 |
+
],
|
506 |
+
"MGM_LOWEND_A_v4.pth": [
|
507 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/MGM_LOWEND_A_v4.pth"
|
508 |
+
],
|
509 |
+
"MGM_LOWEND_B_v4.pth": [
|
510 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/MGM_LOWEND_B_v4.pth"
|
511 |
+
],
|
512 |
+
"MGM_MAIN_v4.pth": [
|
513 |
+
"https://github.com/nomadkaraoke/python-audio-separator/releases/download/model-configs/MGM_MAIN_v4.pth"
|
514 |
+
]
|
515 |
+
}
|
requirements.txt
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
audio-separator[gpu]==0.
|
2 |
-
|
3 |
-
gradio==5.19.0
|
4 |
-
yt_dlp
|
5 |
pypresence
|
|
|
1 |
+
audio-separator[gpu]==0.32.0
|
2 |
+
yt_dlp
|
|
|
|
|
3 |
pypresence
|