undo unwanted change for extra networks

This commit is contained in:
AUTOMATIC1111 2024-03-08 17:11:42 +03:00
parent 530fea2bc4
commit 758e8d7b41
1 changed files with 1 additions and 2 deletions

View File

@ -37,8 +37,7 @@ class NetworkOnDisk:
try:
self.metadata = cache.cached_data_for_file('safetensors-metadata', "lora/" + self.name, filename, read_metadata)
except Exception as e:
#errors.display(e, f"reading lora {filename}")
pass
errors.display(e, f"reading lora {filename}")
if self.metadata:
m = {}