mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-11 03:09:47 +00:00
undo unwanted change for extra networks
This commit is contained in:
@@ -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 = {}
|
||||
|
Reference in New Issue
Block a user