1
0
Fork 0

add upscale param, update XL ref

This commit is contained in:
Sean Sube 2023-12-31 11:19:39 -06:00
parent de8ab6f1c9
commit b7f2313489
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -333,7 +333,7 @@ TEST_DATA = [
"upscale-resrgan-x4-tall-muffin", "upscale-resrgan-x4-tall-muffin",
( (
"upscale?prompt=a+giant+pumpkin&seed=0&scheduler=ddim&upscaling=upscaling-real-esrgan-x4-plus" "upscale?prompt=a+giant+pumpkin&seed=0&scheduler=ddim&upscaling=upscaling-real-esrgan-x4-plus"
"&scale=4&outscale=4&correction=correction-gfpgan&faces=false&faceOutscale=1&faceStrength=1.0" "&scale=4&outscale=4&correction=correction-gfpgan&faces=false&faceOutscale=1&faceStrength=1.0&upscale=true"
), ),
source="txt2img-sd-v1-5-tall-muffin-0", source="txt2img-sd-v1-5-tall-muffin-0",
max_attempts=SLOW_TEST, max_attempts=SLOW_TEST,