Fix toast msg in SD command

This commit is contained in:
Cohee 2024-05-13 23:11:07 +03:00
parent 6254ac6fbf
commit f1a0462ca3
1 changed files with 1 additions and 1 deletions

View File

@ -1948,7 +1948,7 @@ async function generatePicture(args, trigger, message, callback) {
}
if (!isValidState()) {
toastr.warning('Extensions API is not connected or doesn\'t provide SD module. Enable Stable Horde to generate images.');
toastr.warning('Image generation is not available. Check your settings and try again.');
return;
}