Skip to content

Commit e52d9f2

Browse files
Update tests/openvino/test_diffusion.py
Co-authored-by: Ilyas Moutawwakil <57442720+IlyasMoutawwakil@users.noreply.github.com>
1 parent 163a466 commit e52d9f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/openvino/test_diffusion.py

-1
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,6 @@ def test_compare_to_diffusers_pipeline(self, model_arch: str):
719719
inputs = self.generate_inputs(height=height, width=width, batch_size=batch_size)
720720

721721
for output_type in ["latent", "np", "pt"]:
722-
print(output_type)
723722
inputs["output_type"] = output_type
724723

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

0 commit comments

Comments
 (0)