From b4182b190ff5e4b1f13f1217464628745ad8fb72 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Mon, 11 Mar 2024 22:55:36 +1100 Subject: [PATCH] fix(config): use new `config.patchmatch` --- invokeai/backend/image_util/patchmatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/backend/image_util/patchmatch.py b/invokeai/backend/image_util/patchmatch.py index 08f3f4ffff..600d350267 100644 --- a/invokeai/backend/image_util/patchmatch.py +++ b/invokeai/backend/image_util/patchmatch.py @@ -28,7 +28,7 @@ class PatchMatch: def _load_patch_match(self): if self.tried_load: return - if config.try_patchmatch: + if config.patchmatch: from patchmatch import patch_match as pm if pm.patchmatch_available: