Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -69,6 +69,7 @@ def generate_image(prompt, steps, seed, cfg_scale, width, height, progress):
|
|
69 |
guidance_scale=cfg_scale,
|
70 |
width=width,
|
71 |
height=height,
|
|
|
72 |
generator=generator,
|
73 |
).images[0]
|
74 |
|
|
|
69 |
guidance_scale=cfg_scale,
|
70 |
width=width,
|
71 |
height=height,
|
72 |
+
max_sequence_length=512,
|
73 |
generator=generator,
|
74 |
).images[0]
|
75 |
|