michaelj commited on
Commit
a6f13a7
·
1 Parent(s): a75fbfc

change width and height

Browse files
Files changed (1) hide show
  1. backend/lcm_text_to_image.py +2 -2
backend/lcm_text_to_image.py CHANGED
@@ -272,8 +272,8 @@ class LCMTextToImage:
272
 
273
  self.pipeline.reshape(
274
  batch_size=-1,
275
- height=newW,
276
- width=newH,
277
  num_images_per_prompt=lcm_diffusion_setting.number_of_images,
278
  )
279
  self.pipeline.compile()
 
272
 
273
  self.pipeline.reshape(
274
  batch_size=-1,
275
+ height=newH,
276
+ width=newW,
277
  num_images_per_prompt=lcm_diffusion_setting.number_of_images,
278
  )
279
  self.pipeline.compile()