1
0
Fork 0

move more SDXL LoRA logs to trace level

This commit is contained in:
Sean Sube 2023-11-05 16:35:32 -06:00
parent baecb38343
commit b365660adc
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ def fix_xl_names(keys: Dict[str, Any], nodes: List[NodeProto]):
for key, value in keys.items():
root, *rest = key.split(".")
logger.debug("fixing XL node name: %s -> %s", key, root) # TODO: move to trace
logger.trace("fixing XL node name: %s -> %s", key, root)
if root.startswith("input"):
block = "down_blocks"