Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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!')
|