Browse Source

feature:优化sd

feature-1.0
Penny 3 years ago
parent
commit
32816b9d11
  1. 14
      pages/ai/paint/paint.vue

14
pages/ai/paint/paint.vue

@ -113,21 +113,21 @@
size: [ size: [
{ {
id: 1, id: 1,
text: '正方形(512x512)', text: '正方形',
height: 512, height: 512,
width: 512 width: 512
}, },
{ {
id: 2, id: 2,
text: '宽屏(1280x720)', text: '宽屏',
height: 1280, height: 512,
width: 720 width: 1024
}, },
{ {
id: 3, id: 3,
text: '竖屏(720x1280)', text: '竖屏',
height: 720, height: 1024,
width: 1280 width: 512
} }
], ],
} }

Loading…
Cancel
Save