mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 10:31:17 -08:00
add messages about Loras that failed to load to UI
This commit is contained in:
parent
cd8a510ca9
commit
44c37f94e1
2 changed files with 8 additions and 2 deletions
|
|
@ -808,7 +808,7 @@ def process_images_inner(p: StableDiffusionProcessing) -> Processed:
|
|||
images_list=output_images,
|
||||
seed=p.all_seeds[0],
|
||||
info=infotext(),
|
||||
comments="".join(f"\n\n{comment}" for comment in comments),
|
||||
comments="".join(f"{comment}\n" for comment in comments),
|
||||
subseed=p.all_subseeds[0],
|
||||
index_of_first_image=index_of_first_image,
|
||||
infotexts=infotexts,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue