diff options
author | timntorres <timothynarcisotorres@gmail.com> | 2022-10-28 06:16:27 +0000 |
---|---|---|
committer | timntorres <timothynarcisotorres@gmail.com> | 2022-10-28 06:16:27 +0000 |
commit | d4a069a23cb19104b4e58a33d0d1670fadaefb7a (patch) | |
tree | 43845ddc5838d73f23580df00443656b7bf77b95 /modules/ui.py | |
parent | 9e465c8aa5616df4c6723bee007ffd3910404f12 (diff) | |
download | stable-diffusion-webui-gfx803-d4a069a23cb19104b4e58a33d0d1670fadaefb7a.tar.gz stable-diffusion-webui-gfx803-d4a069a23cb19104b4e58a33d0d1670fadaefb7a.tar.bz2 stable-diffusion-webui-gfx803-d4a069a23cb19104b4e58a33d0d1670fadaefb7a.zip |
Read hypernet strength from PNG info.
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 0a63e357..62a2f4f3 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -1812,6 +1812,7 @@ Requested path was: {f} settings_map = {
'sd_hypernetwork': 'Hypernet',
+ 'sd_hypernetwork_strength': 'Hypernetwork strength',
'CLIP_stop_at_last_layers': 'Clip skip',
'sd_model_checkpoint': 'Model hash',
}
|