File size: 1,623 Bytes
7e075cb 70fa7e6 50fdcb9 7e075cb b844e74 7e075cb b844e74 7e075cb 8b3a333 7e075cb b844e74 7e075cb 8b3a333 7e075cb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 |
bert_gen:
config_path: config.json
device: cuda
num_processes: 2
use_multi_device: false
dataset_path: data/kn
emo_gen:
config_path: config.json
device: cuda
num_processes: 2
mirror:
openi_token:
preprocess_text:
clean: true
cleaned_path: ''
config_path: config.json
max_val_total: 8
train_path: filelists/train.list
transcription_path: filelists/你的数据集文本.list
val_path: filelists/val.list
val_per_spk: 3
resample:
in_dir: audios/raw
out_dir: audios/wavs
sampling_rate: 44100
server:
device: cpu
models:
- config: ''
device: cpu
language: ZH
model: ''
speakers:
- length_scale: 1
noise_scale: 0.6
noise_scale_w: 0.8
sdp_ratio: 0.2
speaker: 科比
- length_scale: 0.5
noise_scale: 0.7
noise_scale_w: 0.8
sdp_ratio: 0.3
speaker: 五条悟
- length_scale: 1.2
noise_scale: 0.6
noise_scale_w: 0.8
sdp_ratio: 0.2
speaker: 安倍晋三
- config: ''
device: cpu
language: JP
model: ''
speakers: []
port: 5000
train_ms:
base:
model_image: Bert-VITS2_2.1-Emo底模
repo_id: Stardust_minus/Bert-VITS2
use_base_model: false
config_path: config.json
env:
LOCAL_RANK: 0
MASTER_ADDR: localhost
MASTER_PORT: 10086
RANK: 0
WORLD_SIZE: 1
keep_ckpts: 8
model: models
num_workers: 16
spec_cache: true
translate:
app_key: ''
secret_key: ''
webui:
config_path: data\kn\config.json
debug: false
device: cpu
language_identification_library: langid
model: data\kn\models\G_9000.pth
port: 7860
share: false
|