Skip to content

Commit

Permalink
Update tests/openvino/test_diffusion.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ilyas Moutawwakil <[email protected]>
  • Loading branch information
eaidova and IlyasMoutawwakil authored Oct 23, 2024
1 parent 163a466 commit e52d9f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/openvino/test_diffusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,6 @@ def test_compare_to_diffusers_pipeline(self, model_arch: str):
inputs = self.generate_inputs(height=height, width=width, batch_size=batch_size)

for output_type in ["latent", "np", "pt"]:
print(output_type)
inputs["output_type"] = output_type

ov_output = ov_pipeline(**inputs, generator=get_generator("pt", SEED)).images
Expand Down

0 comments on commit e52d9f2

Please sign in to comment.