Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-06-26 06:50:50 -04:00
parent 0f6eb624c9
commit 7380c08f8e
-1
View File
@@ -150,7 +150,6 @@ def load_safetensors(name, network_on_disk) -> Union[network.Network, None]:
break
if net_module is None:
module_errors += 1
if l.debug:
shared.log.error(f'LoRA unhandled: name={name} key={key} weights={weights.w.keys()}')
else: