Fix force name2 triggering on pygmalion

This commit is contained in:
SillyLossy
2023-03-25 23:26:49 +02:00
parent 660c816106
commit a9b52767a5

View File

@ -1182,7 +1182,8 @@ async function Generate(type, automatic_trigger, force_name2) {//encode("dsfs").
}
}
if (always_force_name2) {
// Pygmalion does that anyway
if (always_force_name2 && !is_pygmalion) {
force_name2 = true;
}