summaryrefslogtreecommitdiffstats
path: root/infer.py
diff options
context:
space:
mode:
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,