mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
unbreak SD 'scene' generation prompt, oopsie.
This commit is contained in:
@ -412,8 +412,8 @@ $("#sd_dropdown [id]").on("click", function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
else if (id == "sd_world") {
|
else if (id == "sd_world") {
|
||||||
console.log("doing /sd world");
|
console.log("doing /sd scene");
|
||||||
generatePicture('sd', 'world');
|
generatePicture('sd', 'scene');
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (id == "sd_last") {
|
else if (id == "sd_last") {
|
||||||
|
Reference in New Issue
Block a user