Remove log

This commit is contained in:
rockerBOO
2025-03-04 02:30:08 -05:00
parent 9fe8a47080
commit e8c15c7167

View File

@@ -614,7 +614,6 @@ class LoRANetwork(torch.nn.Module):
rank_dropout=rank_dropout,
module_dropout=module_dropout,
)
logger.info(f"Add LoRA module: {lora_name}")
loras.append(lora)
if target_replace_modules is None: