Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -228,7 +228,7 @@ def infer(
|
|
228 |
width=width,
|
229 |
height=height,
|
230 |
# latents=None,
|
231 |
-
|
232 |
generator=generator,
|
233 |
max_sequence_length=512
|
234 |
).images
|
|
|
228 |
width=width,
|
229 |
height=height,
|
230 |
# latents=None,
|
231 |
+
output_type='latent',
|
232 |
generator=generator,
|
233 |
max_sequence_length=512
|
234 |
).images
|