fix: image random seed uncheck not work

This commit is contained in:
jialin
2024-12-05 13:44:16 +08:00
parent d044423330
commit c8d585889b
4 changed files with 18 additions and 9 deletions
+2 -2
View File
@@ -370,7 +370,7 @@ export const ImageCustomSizeConfig: ParamsSchema[] = [
},
attrs: {
min: 256,
max: 1024,
max: 3200,
step: 64,
inputnumber: false
},
@@ -390,7 +390,7 @@ export const ImageCustomSizeConfig: ParamsSchema[] = [
},
attrs: {
min: 256,
max: 1024,
max: 3200,
step: 64,
inputnumber: false
},