Skip to content

Commit

Permalink
ci: removed obsolete images
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Aug 10, 2024
1 parent c778b07 commit a09d542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_image_extra_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ def test_simple_image_gen(api_key: str, HORDE_URL: str, CIVERSION: str) -> None:
"source_processing": "remix",
"extra_source_images": [
{
"image": load_image_as_b64("img_stable/1.jpg"),
"image": load_image_as_b64("img_stable/0.jpg"),
"strength": 0.5,
},
{
"image": load_image_as_b64("img_stable/2.jpg"),
"image": load_image_as_b64("img_stable/0.jpg"),
},
],
}
Expand Down

0 comments on commit a09d542

Please sign in to comment.