Fix Import bugs and schema

exit_image
Charles Fettinger 2023-06-08 23:05:32 -07:00
parent 0c047b60a5
commit beb24e7b17
2 changed files with 4 additions and 4 deletions

View File

@ -110,7 +110,7 @@
"type": "integer"
},
"zoomSpeed": {
"type": "integer"
"type": "number"
},
"startFrames": {
"type": "integer"

View File

@ -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",