summaryrefslogtreecommitdiffstats
path: root/dreambooth.py
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-09-27 22:25:43 +0200
committerVolpeon <git@volpeon.ink>2022-09-27 22:25:43 +0200
commitf24db8802bd56948727a8c06b00ada367249766e (patch)
treeb4710f9ccb4a981d00ebad95c1a63be93fa32de4 /dreambooth.py
parentVarious improvements, added inference script (diff)
downloadtextual-inversion-diff-f24db8802bd56948727a8c06b00ada367249766e.tar.gz
textual-inversion-diff-f24db8802bd56948727a8c06b00ada367249766e.tar.bz2
textual-inversion-diff-f24db8802bd56948727a8c06b00ada367249766e.zip
Better output dir structure
Diffstat (limited to 'dreambooth.py')
-rw-r--r--dreambooth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dreambooth.py b/dreambooth.py
index bc7a472..7c0d32c 100644
--- a/dreambooth.py
+++ b/dreambooth.py
@@ -65,7 +65,7 @@ def parse_args():
65 parser.add_argument( 65 parser.add_argument(
66 "--output_dir", 66 "--output_dir",
67 type=str, 67 type=str,
68 default="dreambooth-model", 68 default="output/dreambooth",
69 help="The output directory where the model predictions and checkpoints will be written.", 69 help="The output directory where the model predictions and checkpoints will be written.",
70 ) 70 )
71 parser.add_argument( 71 parser.add_argument(