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") {
|
||||
console.log("doing /sd world");
|
||||
generatePicture('sd', 'world');
|
||||
console.log("doing /sd scene");
|
||||
generatePicture('sd', 'scene');
|
||||
}
|
||||
|
||||
else if (id == "sd_last") {
|
||||
|
Reference in New Issue
Block a user