From 1d8e5f841b97fbfc24770831638c95f8b6d4fe2d Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 22 Sep 2024 12:33:16 +0300 Subject: [PATCH] Fix /imagine command help --- public/scripts/extensions/stable-diffusion/index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/scripts/extensions/stable-diffusion/index.js b/public/scripts/extensions/stable-diffusion/index.js index eacbc489a..28fb25a84 100644 --- a/public/scripts/extensions/stable-diffusion/index.js +++ b/public/scripts/extensions/stable-diffusion/index.js @@ -3813,7 +3813,10 @@ jQuery(async () => { ], helpString: `
- Requests to generate an image and posts it to chat (unless quiet=true argument is specified).. + Requests to generate an image and posts it to chat (unless quiet=true argument is specified). +
+
+ Supported arguments: ${Object.values(triggerWords).flat().join(', ')}.
Anything else would trigger a "free mode" to make generate whatever you prompted. Example: /imagine apple tree would generate a picture of an apple tree. Returns a link to the generated image.