Add ephemeral stop strings to /genraw

This commit is contained in:
Cohee
2023-11-24 00:51:27 +02:00
parent c2e3bfa06d
commit 863554fea6
3 changed files with 71 additions and 32 deletions

View File

@ -82,6 +82,7 @@ import {
registerDebugFunction,
ui_mode,
switchSimpleMode,
flushEphemeralStoppingStrings,
} from "./scripts/power-user.js";
import {
@ -3837,6 +3838,7 @@ function unblockGeneration() {
activateSendButtons();
showSwipeButtons();
setGenerationProgress(0);
flushEphemeralStoppingStrings();
$("#send_textarea").removeAttr('disabled');
}