ironjr commited on
Commit
a678128
1 Parent(s): 4c75713

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ model = StreamMultiDiffusion(
111
  height=opt.height,
112
  width=opt.width,
113
  cfg_type="full",
114
- autoflush=True,
115
  use_tiny_vae=True,
116
  mask_type='continuous',
117
  bootstrap_steps=opt.bootstrap_steps,
 
111
  height=opt.height,
112
  width=opt.width,
113
  cfg_type="full",
114
+ autoflush=False,
115
  use_tiny_vae=True,
116
  mask_type='continuous',
117
  bootstrap_steps=opt.bootstrap_steps,