summaryrefslogtreecommitdiffstats
path: root/train_lora.py
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-06-25 09:11:32 +0200
committerVolpeon <git@volpeon.ink>2023-06-25 09:11:32 +0200
commit0beac39e60fb4a79edb97a442884684d534722a4 (patch)
tree5a5f545155d64906378772d7a5fcbcc6fab2b430 /train_lora.py
parentUpdate (diff)
downloadtextual-inversion-diff-master.tar.gz
textual-inversion-diff-master.tar.bz2
textual-inversion-diff-master.zip
Diffstat (limited to 'train_lora.py')
-rw-r--r--train_lora.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/train_lora.py b/train_lora.py
index eeac81f..5ab353c 100644
--- a/train_lora.py
+++ b/train_lora.py
@@ -236,12 +236,6 @@ def parse_args():
236 help="A collection to filter the dataset.", 236 help="A collection to filter the dataset.",
237 ) 237 )
238 parser.add_argument( 238 parser.add_argument(
239 "--validation_prompts",
240 type=str,
241 nargs="*",
242 help="Prompts for additional validation images",
243 )
244 parser.add_argument(
245 "--seed", type=int, default=None, help="A seed for reproducible training." 239 "--seed", type=int, default=None, help="A seed for reproducible training."
246 ) 240 )
247 parser.add_argument( 241 parser.add_argument(