Fix toast msg in SD command
This commit is contained in:
parent
6254ac6fbf
commit
f1a0462ca3
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue