fix v1-finetune.yaml is not in the subpath of ""

This commit is contained in:
Lincoln Stein 2023-07-19 22:03:03 -04:00
parent 77d9657980
commit 4d8f17c69d

View File

@ -446,7 +446,7 @@ setting environment variables INVOKEAI_<setting>.
Path to the runtime root directory
'''
if self.root:
return Path(self.root).expanduser()
return Path(self.root).expanduser().absolute()
else:
return self.find_root()