Gluttony10 commited on
Commit
4093b58
1 Parent(s): e15d6be

Upload 2 files

Browse files
Files changed (2) hide show
  1. config.json +9 -5
  2. config.yml +19 -12
config.json CHANGED
@@ -18,7 +18,7 @@
18
  "warmup_epochs": 0,
19
  "c_mel": 45,
20
  "c_kl": 1.0,
21
- "skip_optimizer": true
22
  },
23
  "data": {
24
  "training_files": "Data/glut/filelists/train.list",
@@ -32,10 +32,14 @@
32
  "mel_fmin": 0.0,
33
  "mel_fmax": null,
34
  "add_blank": true,
35
- "n_speakers": 5,
36
  "cleaned_text": true,
37
  "spk2id": {
38
- "Anna": 0
 
 
 
 
39
  }
40
  },
41
  "model": {
@@ -92,5 +96,5 @@
92
  "use_spectral_norm": false,
93
  "gin_channels": 256
94
  },
95
- "version": "2.0"
96
- }
 
18
  "warmup_epochs": 0,
19
  "c_mel": 45,
20
  "c_kl": 1.0,
21
+ "skip_optimizer": false
22
  },
23
  "data": {
24
  "training_files": "Data/glut/filelists/train.list",
 
32
  "mel_fmin": 0.0,
33
  "mel_fmax": null,
34
  "add_blank": true,
35
+ "n_speakers": 896,
36
  "cleaned_text": true,
37
  "spk2id": {
38
+ "16": 0,
39
+ "G": 1,
40
+ "M": 2,
41
+ "S": 3,
42
+ "Y": 4
43
  }
44
  },
45
  "model": {
 
96
  "use_spectral_norm": false,
97
  "gin_channels": 256
98
  },
99
+ "version": "2.1"
100
+ }
config.yml CHANGED
@@ -3,7 +3,11 @@ bert_gen:
3
  device: cuda
4
  num_processes: 2
5
  use_multi_device: false
6
- dataset_path: Data/glut
 
 
 
 
7
  mirror: ''
8
  openi_token: ''
9
  preprocess_text:
@@ -22,10 +26,10 @@ resample:
22
  server:
23
  device: cuda
24
  models:
25
- - config: config.json
26
  device: cuda
27
  language: ZH
28
- model: models/G_2000.pth
29
  speakers:
30
  - length_scale: 1
31
  noise_scale: 0.6
@@ -42,33 +46,36 @@ server:
42
  noise_scale_w: 0.8
43
  sdp_ratio: 0.2
44
  speaker: "\u5B89\u500D\u664B\u4E09"
45
- - config: config.json
46
- device: cuda
47
  language: JP
48
- model: models/G_2000.pth
49
  speakers: []
50
- port: 7860
51
  train_ms:
52
  base:
53
- model_image: "Bert-VITS2\u4E2D\u65E5\u5E95\u6A21"
54
  repo_id: Stardust_minus/Bert-VITS2
55
  use_base_model: false
56
  config_path: config.json
57
  env:
 
58
  MASTER_ADDR: localhost
59
  MASTER_PORT: 10086
60
  RANK: 0
61
- THE_ENV_VAR_YOU_NEED_TO_USE: '1234567'
62
  WORLD_SIZE: 1
 
63
  model: models
 
 
64
  translate:
65
  app_key: ''
66
  secret_key: ''
67
  webui:
68
- config_path: config.json
69
  debug: false
70
  device: cuda
71
  language_identification_library: langid
72
- model: models/G_2000.pth
73
- port: 6006
74
  share: false
 
3
  device: cuda
4
  num_processes: 2
5
  use_multi_device: false
6
+ dataset_path: Data\glut
7
+ emo_gen:
8
+ config_path: config.json
9
+ device: cuda
10
+ num_processes: 2
11
  mirror: ''
12
  openi_token: ''
13
  preprocess_text:
 
26
  server:
27
  device: cuda
28
  models:
29
+ - config: ''
30
  device: cuda
31
  language: ZH
32
+ model: ''
33
  speakers:
34
  - length_scale: 1
35
  noise_scale: 0.6
 
46
  noise_scale_w: 0.8
47
  sdp_ratio: 0.2
48
  speaker: "\u5B89\u500D\u664B\u4E09"
49
+ - config: ''
50
+ device: cpu
51
  language: JP
52
+ model: ''
53
  speakers: []
54
+ port: 5000
55
  train_ms:
56
  base:
57
+ model_image: "Bert-VITS2_2.1-Emo\u5E95\u6A21"
58
  repo_id: Stardust_minus/Bert-VITS2
59
  use_base_model: false
60
  config_path: config.json
61
  env:
62
+ LOCAL_RANK: 0
63
  MASTER_ADDR: localhost
64
  MASTER_PORT: 10086
65
  RANK: 0
 
66
  WORLD_SIZE: 1
67
+ keep_ckpts: 10
68
  model: models
69
+ num_workers: 4
70
+ spec_cache: true
71
  translate:
72
  app_key: ''
73
  secret_key: ''
74
  webui:
75
+ config_path: configs/config.json
76
  debug: false
77
  device: cuda
78
  language_identification_library: langid
79
+ model: genshin/models/G_8000.pth
80
+ port: 7860
81
  share: false