1
0
Fork 0

fix(api): report correct image size for blend tab

This commit is contained in:
Sean Sube 2023-02-15 18:15:35 -06:00
parent 32a4bbcd64
commit d60ec52186
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -770,7 +770,7 @@ def blend():
needs_device=device, needs_device=device,
) )
return jsonify(json_params(output, params, size)) return jsonify(json_params(output, params, size, upscale=upscale))
@app.route("/api/cancel", methods=["PUT"]) @app.route("/api/cancel", methods=["PUT"])