mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-03 10:50:23 +00:00
remove mistaken error message
This commit is contained in:
@@ -160,8 +160,8 @@ class InterrogateModels:
|
||||
except Exception:
|
||||
print(f"Error interrogating", file=sys.stderr)
|
||||
print(traceback.format_exc(), file=sys.stderr)
|
||||
res += "<error>"
|
||||
|
||||
self.unload()
|
||||
|
||||
res += "<error>"
|
||||
return res
|
||||
|
Reference in New Issue
Block a user