summaryrefslogtreecommitdiffstats
path: root/dreambooth.py
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-10-04 09:58:21 +0200
committerVolpeon <git@volpeon.ink>2022-10-04 09:58:21 +0200
commitcaaadfe81091b539e2d91aded601481f1c89e840 (patch)
tree6e19a640cc741a0e41e3967be54239c8095163fc /dreambooth.py
parentFix: Prompts (diff)
downloadtextual-inversion-diff-caaadfe81091b539e2d91aded601481f1c89e840.tar.gz
textual-inversion-diff-caaadfe81091b539e2d91aded601481f1c89e840.tar.bz2
textual-inversion-diff-caaadfe81091b539e2d91aded601481f1c89e840.zip
Default sample steps 30 -> 40
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 c8d18a8..aedf25c 100644
--- a/dreambooth.py
+++ b/dreambooth.py
@@ -219,7 +219,7 @@ def parse_args():
219 parser.add_argument( 219 parser.add_argument(
220 "--sample_steps", 220 "--sample_steps",
221 type=int, 221 type=int,
222 default=30, 222 default=40,
223 help="Number of steps for sample generation. Higher values will result in more detailed samples, but longer runtimes.", 223 help="Number of steps for sample generation. Higher values will result in more detailed samples, but longer runtimes.",
224 ) 224 )
225 parser.add_argument( 225 parser.add_argument(