ironjr commited on
Commit
2d5a194
·
verified ·
1 Parent(s): 6ca8662

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -132,6 +132,7 @@ model = StreamMultiDiffusion(
132
  bootstrap_mix_steps=opt.bootstrap_mix_steps,
133
  guidance_scale=opt.guidance_scale,
134
  seed=opt.seed,
 
135
  ).cuda()
136
 
137
  print(f'[INFO] Parameters prepared!')
 
132
  bootstrap_mix_steps=opt.bootstrap_mix_steps,
133
  guidance_scale=opt.guidance_scale,
134
  seed=opt.seed,
135
+ seedfix=True,
136
  ).cuda()
137
 
138
  print(f'[INFO] Parameters prepared!')