mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-21 22:13:20 -07:00
modified schema
This commit is contained in:
parent
ffa12f75a1
commit
0c10249bb2
2 changed files with 8 additions and 4 deletions
|
@ -4,11 +4,16 @@
|
|||
"definitions": {
|
||||
"dfl_config": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"additionalProperties": true,
|
||||
"properties": {
|
||||
"use_fp16": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"cpu_cap": {
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 256
|
||||
},
|
||||
"morph_factor": {
|
||||
"type": "number",
|
||||
"minimum":0.0,
|
||||
|
@ -205,6 +210,7 @@
|
|||
}
|
||||
},
|
||||
"required": [
|
||||
"cpu_cap",
|
||||
"adabelief",
|
||||
"ae_dims",
|
||||
"autobackup_hour",
|
||||
|
@ -232,12 +238,10 @@
|
|||
"maximum_n_backups",
|
||||
"models_opt_on_gpu",
|
||||
"mouth_prio",
|
||||
"pretrain",
|
||||
"random_blur",
|
||||
"random_color",
|
||||
"random_downsample",
|
||||
"random_dst_flip",
|
||||
"random_hsv_power",
|
||||
"random_jpeg",
|
||||
"random_noise",
|
||||
"random_src_flip",
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
"required": [
|
||||
"batch_size",
|
||||
"face_type",
|
||||
"pretrain",
|
||||
"pretrain"
|
||||
],
|
||||
"title": "dfl_config"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue