mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix textual inversion output directory path
- The configure script was misnaming the directory for text-inversion-output. - Now fixed.
This commit is contained in:
parent
609bb19573
commit
168a51c5a6
@ -659,7 +659,7 @@ def initialize_rootdir(root: str, yes_to_all: bool = False):
|
||||
"models",
|
||||
"configs",
|
||||
"embeddings",
|
||||
"text-inversion-data",
|
||||
"text-inversion-output",
|
||||
"text-inversion-training-data",
|
||||
):
|
||||
os.makedirs(os.path.join(root, name), exist_ok=True)
|
||||
|
Loading…
Reference in New Issue
Block a user