diff --git a/modules/async_worker.py b/modules/async_worker.py index 32cf373..0ce8884 100644 --- a/modules/async_worker.py +++ b/modules/async_worker.py @@ -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 diff --git a/modules/private_logger.py b/modules/private_logger.py index 5a5db49..4e8e8f1 100644 --- a/modules/private_logger.py +++ b/modules/private_logger.py @@ -29,7 +29,7 @@ def log(img, dic): else: f.write(f"{k}: {v}
\n") i += 1 - f.write(f"