mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
(config) fix permissions on configure_invokeai.py, improve documentation in globals.py comment
This commit is contained in:
parent
485fcc7fcb
commit
6d6076d3c7
@ -5,7 +5,9 @@ otherwise have to be passed through long and complex call chains.
|
|||||||
It defines a Namespace object named "Globals" that contains
|
It defines a Namespace object named "Globals" that contains
|
||||||
the attributes:
|
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
|
import os
|
||||||
|
Loading…
Reference in New Issue
Block a user