mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-16 15:20:48 -08:00
shorten Hypernetwork strength in infotext and omit it when it's the default value.
This commit is contained in:
parent
470f184176
commit
61836bd544
2 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,7 @@ def integrate_settings_paste_fields(component_dict):
|
|||
|
||||
settings_map = {
|
||||
'sd_hypernetwork': 'Hypernet',
|
||||
'sd_hypernetwork_strength': 'Hypernetwork strength',
|
||||
'sd_hypernetwork_strength': 'Hypernet strength',
|
||||
'CLIP_stop_at_last_layers': 'Clip skip',
|
||||
'sd_model_checkpoint': 'Model hash',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue