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