Skip to content

Commit

Permalink
XXX: fix: add sdxl img2img 0.95 test
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Aug 28, 2023
1 parent a922d8f commit 84fb5c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions tests/test_horde_inference_img2img.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,13 +331,13 @@ def test_sdxl_img2img_masked_denoise_95(
assert isinstance(pil_image, Image.Image)
assert pil_image.size == (1024, 1024)

img_filename = "img2img_to_masked_denoise_0.95.png"
img_filename = "sdxl_img2img_to_masked_denoise_0.95.png"
pil_image.save(f"images/{img_filename}", quality=100)

# assert check_single_inference_image_similarity(
# f"images_expected/{img_filename}",
# pil_image,
# )
assert check_single_inference_image_similarity(
f"images_expected/{img_filename}",
pil_image,
)

def test_image_to_faulty_source_image(
self,
Expand Down

0 comments on commit 84fb5c3

Please sign in to comment.