From 6d6076d3c7474bdc3f7fe9ef7558a66faf6ba3e4 Mon Sep 17 00:00:00 2001 From: Eugene Brodsky Date: Tue, 29 Nov 2022 00:37:04 -0500 Subject: [PATCH] (config) fix permissions on configure_invokeai.py, improve documentation in globals.py comment --- ldm/invoke/globals.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ldm/invoke/globals.py b/ldm/invoke/globals.py index 9989fe82f5..b29e9aa35d 100644 --- a/ldm/invoke/globals.py +++ b/ldm/invoke/globals.py @@ -5,7 +5,9 @@ otherwise have to be passed through long and complex call chains. It defines a Namespace object named "Globals" that contains the attributes: - - root - the root directory under which "models" and "outputs" can be found + - root - the root directory under which "models" and "outputs" can be found + - initfile - path to the initialization file + - try_patchmatch - option to globally disable loading of 'patchmatch' module ''' import os