fix: image chunk data broken
This commit is contained in:
@@ -112,12 +112,12 @@ export const ImageParamsConfig: ParamsSchema[] = [
|
||||
type: 'Select',
|
||||
name: 'size',
|
||||
options: [
|
||||
{ label: 'playground.params.custom', value: 'custom', locale: true },
|
||||
{ label: '256x256', value: '256x256' },
|
||||
{ label: '512x512', value: '512x512' },
|
||||
{ label: '1024x1024', value: '1024x1024' },
|
||||
{ label: '1792x1024', value: '1792x1024' },
|
||||
{ label: '1024x1792', value: '1024x1792' },
|
||||
{ label: 'playground.params.custom', value: 'custom', locale: true }
|
||||
{ label: '1024x1792', value: '1024x1792' }
|
||||
],
|
||||
label: {
|
||||
text: 'playground.params.size',
|
||||
|
||||
Reference in New Issue
Block a user