mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-25 19:31:51 -08:00
Extra network in hr abomination fix
This commit is contained in:
parent
9beeef6267
commit
425eab3464
1 changed files with 2 additions and 1 deletions
|
|
@ -558,7 +558,8 @@ def process_images_inner(p: StableDiffusionProcessing) -> Processed:
|
|||
if type(p) == StableDiffusionProcessingTxt2Img:
|
||||
if p.enable_hr and p.hr_prompt != '':
|
||||
_, hr_extra_network_data = extra_networks.parse_prompts(p.all_hr_prompts[0:1])
|
||||
extra_network_data.update(hr_extra_network_data)
|
||||
if p.all_hr_prompts != p.all_prompts:
|
||||
extra_network_data.update(hr_extra_network_data)
|
||||
|
||||
|
||||
if p.scripts is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue