This commit is contained in:
lllyasviel 2023-08-16 13:39:29 -07:00 committed by GitHub
parent 74f8c67377
commit 3267d56698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ def worker():
]
for n, w in loras:
if n != 'None':
d.append((f'Lora [{n}] weight', w))
d.append((f'LoRA [{n}] weight', w))
log(x, d)
seed += 1

View File

@ -29,7 +29,7 @@ def log(img, dic):
else:
f.write(f"{k}: <b>{v}</b></p>\n")
i += 1
f.write(f"<p><img src=\"{local_temp_filename}\" width=512></img></p>\n")
f.write(f"<p><img src=\"{only_name}\" width=512></img></p>\n")
print(f'Image generated with private log at: {html_name}')