Make the neutralize option turn off quad sampling
This commit is contained in:
parent
70deb11d27
commit
9fed7ed742
|
@ -576,6 +576,7 @@ jQuery(function($) {
|
||||||
'penalty_alpha_textgenerationwebui': 0,
|
'penalty_alpha_textgenerationwebui': 0,
|
||||||
'typical_p_textgenerationwebui': 1, // Added entry
|
'typical_p_textgenerationwebui': 1, // Added entry
|
||||||
'guidance_scale_textgenerationwebui': 1,
|
'guidance_scale_textgenerationwebui': 1,
|
||||||
|
'smoothing_factor_textgenerationwebui': 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
for (const [id, value] of Object.entries(inputs)) {
|
for (const [id, value] of Object.entries(inputs)) {
|
||||||
|
|
Loading…
Reference in New Issue