mirror of
https://github.com/Anil-matcha/Open-Generative-AI.git
synced 2026-09-01 15:35:52 +08:00
Nano banana resolution fix
This commit is contained in:
+4
-4
@@ -2033,12 +2033,12 @@ export const t2iModels = [
|
||||
"default": "auto"
|
||||
},
|
||||
"resolution": {
|
||||
"enum": ["1K", "2K", "4K"],
|
||||
"enum": ["1k", "2k", "4k"],
|
||||
"title": "Resolution",
|
||||
"name": "resolution",
|
||||
"type": "string",
|
||||
"description": "The resolution of the generated image.",
|
||||
"default": "1K"
|
||||
"default": "1k"
|
||||
},
|
||||
"google_search": {
|
||||
"title": "Google Search",
|
||||
@@ -4708,12 +4708,12 @@ export const i2iModels = [
|
||||
"default": "auto"
|
||||
},
|
||||
"resolution": {
|
||||
"enum": ["1K", "2K", "4K"],
|
||||
"enum": ["1k", "2k", "4k"],
|
||||
"title": "Resolution",
|
||||
"name": "resolution",
|
||||
"type": "string",
|
||||
"description": "The resolution of the generated image.",
|
||||
"default": "1K"
|
||||
"default": "1k"
|
||||
},
|
||||
"google_search": {
|
||||
"title": "Google Search",
|
||||
|
||||
Reference in New Issue
Block a user