fixed mistake in comment

This commit is contained in:
yun saki 2022-08-26 13:25:12 +02:00
parent e00397f9ca
commit 89805a5239

View File

@ -309,7 +309,7 @@ def load_gfpgan_bg_upsampler(bg_upsampler, bg_tile=400):
# return variants
### the results variable doesn't seem to be necessary. maybe remove it?
### the t2i variable doesn't seem to be necessary here. maybe remove it?
def write_log_message(t2i, prompt, results, log_path):
"""logs the name of the output image, its prompt and seed to the terminal, log file, and a Dream text chunk in the PNG metadata"""
log_lines = [f"{r[0]}: {prompt} -S{seed}\n" for r in results]