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.