diff --git a/public/scripts/extensions/stable-diffusion/index.js b/public/scripts/extensions/stable-diffusion/index.js index 5154cb09b..db1cde5dc 100644 --- a/public/scripts/extensions/stable-diffusion/index.js +++ b/public/scripts/extensions/stable-diffusion/index.js @@ -686,17 +686,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 3d48ff926..fafad3328 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;