mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-15 23:00:48 -08:00
add Noise multiplier option to infotext
This commit is contained in:
parent
8ee1acc1e4
commit
bab91b1279
3 changed files with 8 additions and 3 deletions
|
|
@ -77,6 +77,7 @@ def integrate_settings_paste_fields(component_dict):
|
|||
'inpainting_mask_weight': 'Conditional mask weight',
|
||||
'sd_model_checkpoint': 'Model hash',
|
||||
'eta_noise_seed_delta': 'ENSD',
|
||||
'initial_noise_multiplier': 'Noise multiplier',
|
||||
}
|
||||
settings_paste_fields = [
|
||||
(component_dict[k], lambda d, k=k, v=v: ui.apply_setting(k, d.get(v, None)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue