Make the neutralize option turn off quad sampling

This commit is contained in:
kalomaze 2024-02-10 17:57:00 -06:00
parent 70deb11d27
commit 9fed7ed742
1 changed files with 1 additions and 0 deletions

View File

@ -576,6 +576,7 @@ jQuery(function($) {
'penalty_alpha_textgenerationwebui': 0,
'typical_p_textgenerationwebui': 1, // Added entry
'guidance_scale_textgenerationwebui': 1,
'smoothing_factor_textgenerationwebui': 0,
};
for (const [id, value] of Object.entries(inputs)) {