mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fix problem of all installed models being assigned "<NOKEY>"
- Also fix redundant scanning of models directory at startup.
This commit is contained in:
committed by
Kent Keirsey
parent
26d4d93e64
commit
0832e1818e
@ -188,7 +188,7 @@ class ModelProbe(object):
|
||||
and fields["prediction_type"] == SchedulerPredictionType.VPrediction
|
||||
)
|
||||
|
||||
model_info = ModelConfigFactory.make_config(fields, key=fields.get("key", None))
|
||||
model_info = ModelConfigFactory.make_config(fields) # , key=fields.get("key", None))
|
||||
return model_info
|
||||
|
||||
@classmethod
|
||||
|
Reference in New Issue
Block a user