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:
@ -532,7 +532,8 @@ class ModelManager(object):
|
|||||||
**fp_args,
|
**fp_args,
|
||||||
)
|
)
|
||||||
except OSError as e:
|
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
|
pass
|
||||||
else:
|
else:
|
||||||
self.logger.error(
|
self.logger.error(
|
||||||
|
Reference in New Issue
Block a user