Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ model = StreamMultiDiffusion(
|
|
111 |
height=opt.height,
|
112 |
width=opt.width,
|
113 |
cfg_type="full",
|
114 |
-
autoflush=
|
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,
|