From 68c573d902622c6c53f1c82eee221cff552445ca Mon Sep 17 00:00:00 2001 From: YunaiV Date: Fri, 28 Jun 2024 23:03:55 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BB=A3=E7=A0=81=E8=AF=84=E5=AE=A1?= =?UTF-8?q?=E3=80=91AI=EF=BC=9A=E5=9B=BE=E7=89=87=20SD=20=E7=9A=84?= =?UTF-8?q?=E6=8E=A5=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ai/image/stable-diffusion/index.vue | 130 +++++++++--------- 1 file changed, 65 insertions(+), 65 deletions(-) diff --git a/src/views/ai/image/stable-diffusion/index.vue b/src/views/ai/image/stable-diffusion/index.vue index 7b1db7ab..98bf9878 100644 --- a/src/views/ai/image/stable-diffusion/index.vue +++ b/src/views/ai/image/stable-diffusion/index.vue @@ -8,7 +8,7 @@ v-model="prompt" maxlength="1024" rows="5" - style="width: 100%; margin-top: 15px;" + style="width: 100%; margin-top: 15px" input-style="border-radius: 7px;" placeholder="例如:童话里的小屋应该是什么样子?" show-word-limit @@ -20,12 +20,13 @@ 随机热词 - {{ hotWord }} @@ -33,36 +34,20 @@
- 采样 + 采样方法
- - + +
-
图片尺寸
- + 迭代步数
- +
- 随机性 + 随机因子
- +
- - {{drawIn ? '生成中' : '生成内容'}} + + {{ drawIn ? '生成中' : '生成内容' }}