mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-17 15:50:35 -08:00
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
This commit is contained in:
parent
ff35ae9abb
commit
0d702930b0
2 changed files with 9 additions and 1 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue