poipiii commited on
Commit
6733994
1 Parent(s): 10ada40

test latent fix

Browse files
Files changed (1) hide show
  1. pipeline.py +3 -2
pipeline.py CHANGED
@@ -811,8 +811,9 @@ class StableDiffusionLongPromptWeightingPipeline(StableDiffusionPipeline):
811
  dtype,
812
  device,
813
  generator,
814
- latents,
815
- upscale
 
816
  )
817
 
818
  # 7. Prepare extra step kwargs. TODO: Logic should ideally just be moved out of the pipeline
 
811
  dtype,
812
  device,
813
  generator,
814
+ upscale,
815
+ latents
816
+
817
  )
818
 
819
  # 7. Prepare extra step kwargs. TODO: Logic should ideally just be moved out of the pipeline