Remove looping backoff behavior

This commit is contained in:
valadaptive 2023-12-10 18:35:46 -05:00
parent 315d981804
commit 3d7c901464

View File

@ -3878,7 +3878,7 @@ async function Generate(type, { automatic_trigger, force_name2, quiet_prompt, qu
// to make sure we leave on swipe type while also adding the name2 appendage
setTimeout(() => {
Generate(type, { automatic_trigger, force_name2: true, quiet_prompt, skipWIAN, force_chid });
}, generate_loop_counter * 1000);
}, 1000);
}
if (power_user.auto_swipe) {