summaryrefslogtreecommitdiffstats
path: root/infer.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 /infer.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 'infer.py')
-rw-r--r--infer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infer.py b/infer.py
index 75c8621..30e11cf 100644
--- a/infer.py
+++ b/infer.py
@@ -38,7 +38,7 @@ default_cmds = {
38 "height": 512, 38 "height": 512,
39 "batch_size": 1, 39 "batch_size": 1,
40 "batch_num": 1, 40 "batch_num": 1,
41 "steps": 30, 41 "steps": 50,
42 "guidance_scale": 7.0, 42 "guidance_scale": 7.0,
43 "seed": None, 43 "seed": None,
44 "config": None, 44 "config": None,