mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(config): use new config.patchmatch
This commit is contained in:
parent
22ac204678
commit
b4182b190f
@ -28,7 +28,7 @@ class PatchMatch:
|
|||||||
def _load_patch_match(self):
|
def _load_patch_match(self):
|
||||||
if self.tried_load:
|
if self.tried_load:
|
||||||
return
|
return
|
||||||
if config.try_patchmatch:
|
if config.patchmatch:
|
||||||
from patchmatch import patch_match as pm
|
from patchmatch import patch_match as pm
|
||||||
|
|
||||||
if pm.patchmatch_available:
|
if pm.patchmatch_available:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user