From caaadfe81091b539e2d91aded601481f1c89e840 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 4 Oct 2022 09:58:21 +0200 Subject: Default sample steps 30 -> 40 --- dreambooth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dreambooth.py') 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(): parser.add_argument( "--sample_steps", type=int, - default=30, + default=40, help="Number of steps for sample generation. Higher values will result in more detailed samples, but longer runtimes.", ) parser.add_argument( -- cgit v1.2.3-54-g00ecf