diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-04-29 12:57:09 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-04-29 12:57:09 +0000 |
commit | 1d11e896984c883f6a0debb3abaef945595cbc70 (patch) | |
tree | 0b5e074a7d200f6217c11bf7387b7183a91c8ee2 /modules/generation_parameters_copypaste.py | |
parent | 3591eefedfc1f4dc324710b3d8e532cf73572852 (diff) | |
download | stable-diffusion-webui-gfx803-1d11e896984c883f6a0debb3abaef945595cbc70.tar.gz stable-diffusion-webui-gfx803-1d11e896984c883f6a0debb3abaef945595cbc70.tar.bz2 stable-diffusion-webui-gfx803-1d11e896984c883f6a0debb3abaef945595cbc70.zip |
rework Negative Guidance minimum sigma to work with AND, add infotext and copypaste parameters support
Diffstat (limited to 'modules/generation_parameters_copypaste.py')
-rw-r--r-- | modules/generation_parameters_copypaste.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/generation_parameters_copypaste.py b/modules/generation_parameters_copypaste.py index e7269363..99f1a0d3 100644 --- a/modules/generation_parameters_copypaste.py +++ b/modules/generation_parameters_copypaste.py @@ -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'),
]
|