1
0
Fork 0

fix(tests): use correct endpoint in release tests for blend mode

This commit is contained in:
Sean Sube 2023-03-08 22:56:53 -06:00
parent 21c60709bc
commit d794835d20
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 2 additions and 2 deletions

View File

@ -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",