add missing infotext entry for the pad cond/uncond option

This commit is contained in:
AUTOMATIC
2023-06-27 06:18:43 +03:00
parent 3b11f17a37
commit 4bd490c28d
2 changed files with 11 additions and 1 deletions

View File

@@ -357,6 +357,7 @@ infotext_to_setting_name_mapping = [
('Token merging ratio hr', 'token_merging_ratio_hr'),
('RNG', 'randn_source'),
('NGMS', 's_min_uncond'),
('Pad conds', 'pad_cond_uncond'),
]