ford442 commited on
Commit
ad1ae32
·
verified ·
1 Parent(s): 35eabb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -148,7 +148,7 @@ def infer(
148
  outputs = model.generate(
149
  input_ids=input_ids,
150
  attention_mask=attention_mask,
151
- max_new_tokens=1024,
152
  temperature=0.2,
153
  top_p=0.9,
154
  do_sample=True,
@@ -211,7 +211,7 @@ def infer(
211
  height=height,
212
  # latents=None,
213
  generator=generator,
214
- max_sequence_length=1024
215
  ).images[0]
216
  print('-- got image --')
217
  image_path = f"sd35m_{seed}.png"
 
148
  outputs = model.generate(
149
  input_ids=input_ids,
150
  attention_mask=attention_mask,
151
+ max_new_tokens=512,
152
  temperature=0.2,
153
  top_p=0.9,
154
  do_sample=True,
 
211
  height=height,
212
  # latents=None,
213
  generator=generator,
214
+ max_sequence_length=512
215
  ).images[0]
216
  print('-- got image --')
217
  image_path = f"sd35m_{seed}.png"