Fix Import bugs and schema
parent
0c047b60a5
commit
beb24e7b17
|
|
@ -110,7 +110,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"zoomSpeed": {
|
||||
"type": "integer"
|
||||
"type": "number"
|
||||
},
|
||||
"startFrames": {
|
||||
"type": "integer"
|
||||
|
|
|
|||
|
|
@ -36,11 +36,11 @@ default_prompt = """
|
|||
"lutFileName": "",
|
||||
"outpaintAmount": 128,
|
||||
"maskBlur": 48,
|
||||
"overmask": 8,
|
||||
"overmask": 8.0,
|
||||
"outpaintStrategy": "Corner",
|
||||
"zoomMode": "Zoom-out",
|
||||
"fps": 30,
|
||||
"zoomSpeed": 1,
|
||||
"zoomSpeed": 1.0,
|
||||
"startFrames": 0,
|
||||
"lastFrames": 0,
|
||||
"blendMode": "None",
|
||||
|
|
@ -76,7 +76,7 @@ invalid_prompt = {
|
|||
"outpaintStrategy": "Corner",
|
||||
"zoomMode": "Zoom-out",
|
||||
"fps": 30,
|
||||
"zoomSpeed": 1,
|
||||
"zoomSpeed": 1.0,
|
||||
"startFrames": 0,
|
||||
"lastFrames": 0,
|
||||
"blendMode": "None",
|
||||
|
|
|
|||
Loading…
Reference in New Issue