mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
remove dangling comment
This commit is contained in:
parent
ad976e5198
commit
73f3b7f84b
@ -103,7 +103,6 @@ class ModelInstall(object):
|
|||||||
access_token: str = None,
|
access_token: str = None,
|
||||||
):
|
):
|
||||||
self.config = config
|
self.config = config
|
||||||
# force model manager to be a singleton
|
|
||||||
self.mgr = model_manager or ModelManager(config.model_conf_path)
|
self.mgr = model_manager or ModelManager(config.model_conf_path)
|
||||||
self.datasets = OmegaConf.load(Dataset_path)
|
self.datasets = OmegaConf.load(Dataset_path)
|
||||||
self.prediction_helper = prediction_type_helper
|
self.prediction_helper = prediction_type_helper
|
||||||
|
Loading…
Reference in New Issue
Block a user