diff --git a/public/scripts/extensions/stable-diffusion/index.js b/public/scripts/extensions/stable-diffusion/index.js index e08548273..7467c9c1e 100644 --- a/public/scripts/extensions/stable-diffusion/index.js +++ b/public/scripts/extensions/stable-diffusion/index.js @@ -637,17 +637,19 @@ jQuery(async () => {
- Use slash commands to generate images. Type /help in chat for more details + Use slash commands or the bottom Paintbrush buttron to generate images. Type /help in chat for more details
Hint: Save an API key in Horde KoboldAI API settings to use it here. - - +
+ + +
diff --git a/public/style.css b/public/style.css index d3ba667eb..c8811d9d1 100644 --- a/public/style.css +++ b/public/style.css @@ -814,6 +814,10 @@ select { margin-bottom: 10px; } +.marginTop10 { + margin-top: 10px; +} + #description_textarea, #firstmessage_textarea { height: -webkit-fill-available;