mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix toast msg in SD command
This commit is contained in:
@ -1948,7 +1948,7 @@ async function generatePicture(args, trigger, message, callback) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!isValidState()) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user