feat: expose image quality and pixel sizes
This commit is contained in:
@@ -101,10 +101,11 @@ function isVideoMode(mode: CreationMode) {
|
||||
}
|
||||
|
||||
const DEFAULT_IMAGE_SIZE_OPTIONS: RuntimeSizeOption[] = [
|
||||
{ id: "1024x1536", label: "竖图 2:3", value: "1024x1536" },
|
||||
{ id: "1024x1024", label: "方图 1:1", value: "1024x1024" },
|
||||
{ id: "1536x1024", label: "横图 3:2", value: "1536x1024" },
|
||||
{ id: "auto", label: "自动", value: "auto" },
|
||||
{ id: "1024x1536", label: "竖图 2:3 · 1024×1536", value: "1024x1536" },
|
||||
{ id: "1088x1920", label: "竖屏 9:16 · 1088×1920", value: "1088x1920" },
|
||||
{ id: "1024x1024", label: "方图 1:1 · 1024×1024", value: "1024x1024" },
|
||||
{ id: "1536x1024", label: "横图 3:2 · 1536×1024", value: "1536x1024" },
|
||||
{ id: "auto", label: "自动 · 生成后显示实际像素", value: "auto" },
|
||||
]
|
||||
|
||||
const DEFAULT_VIDEO_SIZE_OPTIONS: RuntimeSizeOption[] = [
|
||||
|
||||
Reference in New Issue
Block a user