Add more aliases to image slash command

This commit is contained in:
Cohee 2023-11-08 12:08:13 +02:00
parent 740f6548a2
commit 8f812d6a19
1 changed files with 1 additions and 1 deletions

View File

@ -1888,7 +1888,7 @@ $("#sd_dropdown [id]").on("click", function () {
});
jQuery(async () => {
getContext().registerSlashCommand('imagine', generatePicture, ['sd'], helpString, true, true);
getContext().registerSlashCommand('imagine', generatePicture, ['sd', 'img', 'image'], helpString, true, true);
$('#extensions_settings').append(renderExtensionTemplate('stable-diffusion', 'settings', defaultSettings));
$('#sd_source').on('change', onSourceChange);