SD: remove dice button

This commit is contained in:
Qing
2022-09-22 21:40:36 +08:00
parent 491e62fdf1
commit 19f1f07c95
5 changed files with 20 additions and 47 deletions

View File

@@ -45,7 +45,7 @@ const PromptInput = () => {
onClick={handleRepaintClick}
disabled={prompt.length === 0 || app.isInpainting}
>
RePaint
Dream
</Button>
</div>
)