mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-30 18:22:56 +08:00
undo unwanted change for extra networks
This commit is contained in:
parent
530fea2bc4
commit
758e8d7b41
@ -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 = {}
|
||||
|
Loading…
Reference in New Issue
Block a user