ucaslx commited on
Commit
fbec80d
1 Parent(s): cbcd3a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def infer(prompt,
59
  ip_adapter_scale = 0.5,
60
  negative_prompt = "",
61
  seed = 0,
62
- randomize_seed = True,
63
  width = 1024,
64
  height = 1024,
65
  guidance_scale = 5.0,
 
59
  ip_adapter_scale = 0.5,
60
  negative_prompt = "",
61
  seed = 0,
62
+ randomize_seed = False,
63
  width = 1024,
64
  height = 1024,
65
  guidance_scale = 5.0,