Skip to content

Commit

Permalink
fix(scripts): do not use source filter for img2img tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Apr 22, 2023
1 parent 5f54181 commit e283b27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/scripts/test-release.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ def __init__(
),
TestCase(
"img2img-sd-v1-5-512-pumpkin",
"img2img?prompt=a+giant+pumpkin&seed=0&scheduler=ddim",
"img2img?prompt=a+giant+pumpkin&seed=0&scheduler=ddim&sourceFilter=none",
source="txt2img-sd-v1-5-512-muffin-0",
),
TestCase(
"img2img-sd-v1-5-256-pumpkin",
"img2img?prompt=a+giant+pumpkin&seed=0&scheduler=ddim",
"img2img?prompt=a+giant+pumpkin&seed=0&scheduler=ddim&sourceFilter=none",
source="txt2img-sd-v1-5-256-muffin-0",
),
TestCase(
Expand Down

0 comments on commit e283b27

Please sign in to comment.