Read hypernet strength from PNG info.

This commit is contained in:
timntorres 2022-10-29 15:00:08 -07:00
parent e709afb0f7
commit 66d038f6a4
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ def integrate_settings_paste_fields(component_dict):
settings_map = { settings_map = {
'sd_hypernetwork': 'Hypernet', 'sd_hypernetwork': 'Hypernet',
'sd_hypernetwork_strength': 'Hypernetwork strength',
'CLIP_stop_at_last_layers': 'Clip skip', 'CLIP_stop_at_last_layers': 'Clip skip',
'sd_model_checkpoint': 'Model hash', 'sd_model_checkpoint': 'Model hash',
} }