fix: miss logs
This commit is contained in:
@@ -14,10 +14,13 @@ export const imageSizeOptions: {
|
||||
width: 0,
|
||||
height: 0
|
||||
},
|
||||
{ label: '512x512', value: '512x512', width: 512, height: 512 },
|
||||
{ label: '512x512(1:1)', value: '512x512', width: 512, height: 512 },
|
||||
{ label: '512x1024(1:2)', value: '512x1024', width: 512, height: 1024 },
|
||||
{ label: '768x1024(3:4)', value: '768x1024', width: 768, height: 1024 },
|
||||
{ label: '1024x768(4:3)', value: '1024x768', width: 1024, height: 768 },
|
||||
{ label: '1024x1024', value: '1024x1024', width: 1024, height: 1024 }
|
||||
{ label: '1024x576(16:9)', value: '1024x768', width: 1024, height: 576 },
|
||||
{ label: '576x1024(9:16)', value: '1024x768', width: 576, height: 1024 },
|
||||
{ label: '1024x1024(1:1)', value: '1024x1024', width: 1024, height: 1024 }
|
||||
];
|
||||
|
||||
export const TTSParamsConfig: ParamsSchema[] = [
|
||||
|
||||
Reference in New Issue
Block a user