【修改todo】增加 sd 各种参数

This commit is contained in:
cherishsince
2024-06-30 16:10:45 +08:00
parent f98f794f77
commit f19e8c4d0a
3 changed files with 188 additions and 80 deletions

View File

@ -11,7 +11,7 @@
@on-draw-start="handlerDrawStart"
@on-draw-complete="handlerDrawComplete" />
<Midjourney v-if="selectModel === 'MJ绘画'" />
<StableDiffusion v-if="selectModel === 'Stable Diffusion'" />
<StableDiffusion v-if="selectModel === 'Stable Diffusion'" @on-draw-complete="handlerDrawComplete" />
</div>
</div>
<div class="main">