update docs etc.

This commit is contained in:
Kohya S
2024-05-12 17:01:20 +09:00
parent 3c8193f642
commit 44190416c6
3 changed files with 32 additions and 7 deletions

View File

@@ -985,7 +985,7 @@ class LoRANetwork(torch.nn.Module):
skipped = skipped_te + skipped_un
if varbose and len(skipped) > 0:
logger.warn(
logger.warning(
f"because block_lr_weight is 0 or dim (rank) is 0, {len(skipped)} LoRA modules are skipped / block_lr_weightまたはdim (rank)が0の為、次の{len(skipped)}個のLoRAモジュールはスキップされます:"
)
for name in skipped: