rework Negative Guidance minimum sigma to work with AND, add infotext and copypaste parameters support

This commit is contained in:
AUTOMATIC
2023-04-29 15:57:09 +03:00
parent 3591eefedf
commit 1d11e89698
4 changed files with 30 additions and 20 deletions

View File

@@ -309,6 +309,7 @@ infotext_to_setting_name_mapping = [
('UniPC order', 'uni_pc_order'),
('UniPC lower order final', 'uni_pc_lower_order_final'),
('RNG', 'randn_source'),
('NGMS', 's_min_uncond'),
]