diff --git a/invokeai/backend/install/model_install_backend.py b/invokeai/backend/install/model_install_backend.py index 82b5da6ebb..a26ec0ef72 100644 --- a/invokeai/backend/install/model_install_backend.py +++ b/invokeai/backend/install/model_install_backend.py @@ -132,7 +132,7 @@ class ModelInstall(object): name = name, base_type = base, model_type = model_type, - description = value.get('description'), +# description = value.get('description'), path = value.get('path'), installed = True, )