summaryrefslogtreecommitdiffstats
path: root/train_dreambooth.py
diff options
context:
space:
mode:
Diffstat (limited to 'train_dreambooth.py')
-rw-r--r--train_dreambooth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/train_dreambooth.py b/train_dreambooth.py
index be4da1a..84197c8 100644
--- a/train_dreambooth.py
+++ b/train_dreambooth.py
@@ -462,7 +462,7 @@ def parse_args():
462 parser.add_argument( 462 parser.add_argument(
463 "--sample_steps", 463 "--sample_steps",
464 type=int, 464 type=int,
465 default=15, 465 default=10,
466 help="Number of steps for sample generation. Higher values will result in more detailed samples, but longer runtimes.", 466 help="Number of steps for sample generation. Higher values will result in more detailed samples, but longer runtimes.",
467 ) 467 )
468 parser.add_argument( 468 parser.add_argument(