mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Remove passing keys in on register
This commit is contained in:
parent
de9287a3e4
commit
65b91356d0
@ -543,7 +543,7 @@ class ModelInstallService(ModelInstallServiceBase):
|
||||
self, model_path: Path, config: Optional[Dict[str, Any]] = None, info: Optional[AnyModelConfig] = None
|
||||
) -> str:
|
||||
info = info or ModelProbe.probe(model_path, config)
|
||||
key = info.key or self._create_key()
|
||||
key = self._create_key()
|
||||
|
||||
model_path = model_path.absolute()
|
||||
if model_path.is_relative_to(self.app_config.models_path):
|
||||
|
Loading…
Reference in New Issue
Block a user