mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
quench fp16 rev id not found warning
This commit is contained in:
parent
13fa0d3bc0
commit
d8d11f9bbb
@ -532,7 +532,8 @@ class ModelManager(object):
|
||||
**fp_args,
|
||||
)
|
||||
except OSError as e:
|
||||
if str(e).startswith("fp16 is not a valid"):
|
||||
if str(e).startswith("fp16 is not a valid") or \
|
||||
'Invalid rev id: fp16' in str(e):
|
||||
pass
|
||||
else:
|
||||
self.logger.error(
|
||||
|
Loading…
Reference in New Issue
Block a user