add messages about Loras that failed to load to UI

This commit is contained in:
AUTOMATIC
2023-05-18 16:36:30 +03:00
parent cd8a510ca9
commit 44c37f94e1
2 changed files with 8 additions and 2 deletions

View File

@@ -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,