diff --git a/api/scripts/test-release.py b/api/scripts/test-release.py index 65572083..f4454065 100644 --- a/api/scripts/test-release.py +++ b/api/scripts/test-release.py @@ -162,7 +162,7 @@ TEST_DATA = [ ), TestCase( "blend-512-muffin-black", - "upscale?prompt=a+giant+pumpkin&seed=0&scheduler=ddim&upscaling=upscaling-real-esrgan-x2-plus&scale=2&outscale=2", + "blend?prompt=a+giant+pumpkin&seed=0&scheduler=ddim&upscaling=upscaling-real-esrgan-x2-plus&scale=2&outscale=2", mask="mask-black", source=[ "txt2img-sd-v1-5-512-muffin-0", @@ -171,7 +171,7 @@ TEST_DATA = [ ), TestCase( "blend-512-muffin-white", - "upscale?prompt=a+giant+pumpkin&seed=0&scheduler=ddim&upscaling=upscaling-real-esrgan-x2-plus&scale=2&outscale=2", + "blend?prompt=a+giant+pumpkin&seed=0&scheduler=ddim&upscaling=upscaling-real-esrgan-x2-plus&scale=2&outscale=2", mask="mask-white", source=[ "txt2img-sd-v2-1-512-muffin-0",