Nano banana resolution fix
This commit is contained in:
parent
a65bdb2a77
commit
aca8ff152b
1 changed files with 4 additions and 4 deletions
|
|
@ -2033,12 +2033,12 @@ export const t2iModels = [
|
||||||
"default": "auto"
|
"default": "auto"
|
||||||
},
|
},
|
||||||
"resolution": {
|
"resolution": {
|
||||||
"enum": ["1K", "2K", "4K"],
|
"enum": ["1k", "2k", "4k"],
|
||||||
"title": "Resolution",
|
"title": "Resolution",
|
||||||
"name": "resolution",
|
"name": "resolution",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The resolution of the generated image.",
|
"description": "The resolution of the generated image.",
|
||||||
"default": "1K"
|
"default": "1k"
|
||||||
},
|
},
|
||||||
"google_search": {
|
"google_search": {
|
||||||
"title": "Google Search",
|
"title": "Google Search",
|
||||||
|
|
@ -4708,12 +4708,12 @@ export const i2iModels = [
|
||||||
"default": "auto"
|
"default": "auto"
|
||||||
},
|
},
|
||||||
"resolution": {
|
"resolution": {
|
||||||
"enum": ["1K", "2K", "4K"],
|
"enum": ["1k", "2k", "4k"],
|
||||||
"title": "Resolution",
|
"title": "Resolution",
|
||||||
"name": "resolution",
|
"name": "resolution",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The resolution of the generated image.",
|
"description": "The resolution of the generated image.",
|
||||||
"default": "1K"
|
"default": "1k"
|
||||||
},
|
},
|
||||||
"google_search": {
|
"google_search": {
|
||||||
"title": "Google Search",
|
"title": "Google Search",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue