updated amp schema

This commit is contained in:
Jan 2021-12-05 18:04:57 +01:00
commit b7af0110db

View file

@ -4,7 +4,7 @@
"definitions": { "definitions": {
"dfl_config": { "dfl_config": {
"type": "object", "type": "object",
"additionalProperties": true, "additionalProperties": false,
"properties": { "properties": {
"use_fp16": { "use_fp16": {
"type": "boolean" "type": "boolean"
@ -127,11 +127,6 @@
"minimum": 0.0, "minimum": 0.0,
"maximum": 1.0 "maximum": 1.0
}, },
"face_style_power": {
"type": "number",
"minimum": 0.0,
"maximum": 100.0
},
"ct_mode": { "ct_mode": {
"type": "string", "type": "string",
"enum": [ "enum": [
@ -229,7 +224,6 @@
"inter_dims", "inter_dims",
"morph_factor", "morph_factor",
"eyes_prio", "eyes_prio",
"face_style_power",
"face_type", "face_type",
"gan_dims", "gan_dims",
"gan_noise", "gan_noise",