summaryrefslogtreecommitdiffstats
path: root/dreambooth.py
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-11-01 16:19:01 +0100
committerVolpeon <git@volpeon.ink>2022-11-01 16:19:01 +0100
commitb2c3389e9c6375d9081625e75a99de98395f8e77 (patch)
treed230b417314960e8705abd2eeaa3b55d9b70c754 /dreambooth.py
parentFix (diff)
downloadtextual-inversion-diff-b2c3389e9c6375d9081625e75a99de98395f8e77.tar.gz
textual-inversion-diff-b2c3389e9c6375d9081625e75a99de98395f8e77.tar.bz2
textual-inversion-diff-b2c3389e9c6375d9081625e75a99de98395f8e77.zip
Update
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 17107d0..c0caf03 100644
--- a/dreambooth.py
+++ b/dreambooth.py
@@ -210,7 +210,7 @@ def parse_args():
210 parser.add_argument( 210 parser.add_argument(
211 "--ema_power", 211 "--ema_power",
212 type=float, 212 type=float,
213 default=5 / 6 213 default=7 / 8
214 ) 214 )
215 parser.add_argument( 215 parser.add_argument(
216 "--ema_max_decay", 216 "--ema_max_decay",