Spaces:
Sleeping
Sleeping
Create .gitignore
Browse files- .gitignore +49 -0
.gitignore
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.DS_Store
|
2 |
+
__pycache__
|
3 |
+
/TEMP
|
4 |
+
/DATASETS
|
5 |
+
/RUNTIME
|
6 |
+
*.pyd
|
7 |
+
hubert_base.pt
|
8 |
+
.venv
|
9 |
+
alexforkINSTALL.bat
|
10 |
+
Changelog_CN.md
|
11 |
+
Changelog_EN.md
|
12 |
+
Changelog_KO.md
|
13 |
+
difdep.py
|
14 |
+
EasierGUI.py
|
15 |
+
envfilescheck.bat
|
16 |
+
export_onnx.py
|
17 |
+
.vscode/
|
18 |
+
export_onnx_old.py
|
19 |
+
ffmpeg.exe
|
20 |
+
ffprobe.exe
|
21 |
+
Fixes/Launch_Tensorboard.bat
|
22 |
+
Fixes/LOCAL_CREPE_FIX.bat
|
23 |
+
Fixes/local_fixes.py
|
24 |
+
Fixes/tensor-launch.py
|
25 |
+
gui.py
|
26 |
+
infer-web — backup.py
|
27 |
+
infer-webbackup.py
|
28 |
+
install_easy_dependencies.py
|
29 |
+
install_easyGUI.bat
|
30 |
+
installstft.bat
|
31 |
+
Launch_Tensorboard.bat
|
32 |
+
listdepend.bat
|
33 |
+
LOCAL_CREPE_FIX.bat
|
34 |
+
local_fixes.py
|
35 |
+
oldinfer.py
|
36 |
+
onnx_inference_demo.py
|
37 |
+
Praat.exe
|
38 |
+
requirementsNEW.txt
|
39 |
+
rmvpe.pt
|
40 |
+
rmvpe.onnx
|
41 |
+
run_easiergui.bat
|
42 |
+
tensor-launch.py
|
43 |
+
values1.json
|
44 |
+
使用需遵守的协议-LICENSE.txt
|
45 |
+
!logs/
|
46 |
+
|
47 |
+
logs/*
|
48 |
+
logs/mute/0_gt_wavs/mute40k.spec.pt
|
49 |
+
!logs/mute/
|