This commit is contained in:
lllyasviel
2023-08-16 13:39:29 -07:00
committed by GitHub
parent 74f8c67377
commit 3267d56698
2 changed files with 2 additions and 2 deletions
+1 -1
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