shorten Hypernetwork strength in infotext and omit it when it's the default value.

This commit is contained in:
AUTOMATIC
2022-10-30 08:48:53 +03:00
parent 470f184176
commit 61836bd544
2 changed files with 2 additions and 2 deletions

View File

@@ -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',
}