diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-11-19 09:47:52 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-11-19 09:47:52 +0000 |
commit | 0d702930b068ca8da8eb0117613053a480d9439e (patch) | |
tree | 931e796719508e0db4122addb3fda6615d1ea3d7 /modules/generation_parameters_copypaste.py | |
parent | ff35ae9abb0e2d680bd881e219baf6c998019a9a (diff) | |
download | stable-diffusion-webui-gfx803-0d702930b068ca8da8eb0117613053a480d9439e.tar.gz stable-diffusion-webui-gfx803-0d702930b068ca8da8eb0117613053a480d9439e.tar.bz2 stable-diffusion-webui-gfx803-0d702930b068ca8da8eb0117613053a480d9439e.zip |
renamed Inpainting strength infotext to Conditional mask weight, made it only appear if using inpainting model, made it possible to read the setting from it using the blue arrow button
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 985ec95e..1408ea05 100644 --- a/modules/generation_parameters_copypaste.py +++ b/modules/generation_parameters_copypaste.py @@ -73,6 +73,7 @@ def integrate_settings_paste_fields(component_dict): 'sd_hypernetwork': 'Hypernet',
'sd_hypernetwork_strength': 'Hypernet strength',
'CLIP_stop_at_last_layers': 'Clip skip',
+ 'inpainting_mask_weight': 'Conditional mask weight',
'sd_model_checkpoint': 'Model hash',
}
settings_paste_fields = [
|