mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-19 13:09:56 -07:00
config schema updates
This commit is contained in:
parent
2fc3d09271
commit
7fd4089b30
1 changed files with 2 additions and 8 deletions
|
@ -12,7 +12,7 @@
|
|||
"morph_factor": {
|
||||
"type": "number",
|
||||
"minimum":0.0,
|
||||
"maximum":1.0
|
||||
"maximum":0.5
|
||||
},
|
||||
"resolution": {
|
||||
"type": "integer",
|
||||
|
@ -132,11 +132,6 @@
|
|||
"minimum": 0.0,
|
||||
"maximum": 100.0
|
||||
},
|
||||
"bg_style_power": {
|
||||
"type": "number",
|
||||
"minimum": 0.0,
|
||||
"maximum": 100.0
|
||||
},
|
||||
"ct_mode": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
|
@ -225,7 +220,6 @@
|
|||
"autobackup_hour",
|
||||
"background_power",
|
||||
"batch_size",
|
||||
"bg_style_power",
|
||||
"blur_out_mask",
|
||||
"clipgrad",
|
||||
"ct_mode",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue