summaryrefslogtreecommitdiffstats
path: root/dreambooth.py
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-12-06 08:54:12 +0100
committerVolpeon <git@volpeon.ink>2022-12-06 08:54:12 +0100
commit634a53304333d66c94bb207b9f003e8df6dceb41 (patch)
tree6c177d0066aa4a5a7395e7f8a21d53558f6c969b /dreambooth.py
parentUpdate (diff)
downloadtextual-inversion-diff-634a53304333d66c94bb207b9f003e8df6dceb41.tar.gz
textual-inversion-diff-634a53304333d66c94bb207b9f003e8df6dceb41.tar.bz2
textual-inversion-diff-634a53304333d66c94bb207b9f003e8df6dceb41.zip
Fix sample steps
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 b87763e..ec9531e 100644
--- a/dreambooth.py
+++ b/dreambooth.py
@@ -299,7 +299,7 @@ def parse_args():
299 parser.add_argument( 299 parser.add_argument(
300 "--sample_steps", 300 "--sample_steps",
301 type=int, 301 type=int,
302 default=15, 302 default=20,
303 help="Number of steps for sample generation. Higher values will result in more detailed samples, but longer runtimes.", 303 help="Number of steps for sample generation. Higher values will result in more detailed samples, but longer runtimes.",
304 ) 304 )
305 parser.add_argument( 305 parser.add_argument(