diff options
Diffstat (limited to 'modules/ui.py')
-rw-r--r-- | modules/ui.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/ui.py b/modules/ui.py index 3c34eca0..1d7bf000 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -1684,6 +1684,7 @@ def create_ui(wrap_gradio_gpu_call): settings_map = {
'sd_hypernetwork': 'Hypernet',
+ 'sd_hypernetwork_strength': 'Hypernetwork strength',
'CLIP_stop_at_last_layers': 'Clip skip',
'sd_model_checkpoint': 'Model hash',
}
|