jiuface commited on
Commit
c5a1c7d
1 Parent(s): 627b83a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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