fix: miss logs

This commit is contained in:
jialin
2025-01-10 20:23:15 +08:00
parent da6cdcef84
commit 04d5b692b8
3 changed files with 45 additions and 43 deletions
+5 -2
View File
@@ -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[] = [