Merge pull request #524 from xillkey/main

the wrong param name of "upscale"
This commit is contained in:
Qing 2024-05-19 15:04:26 +08:00 committed by GitHub
commit c738432de0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -135,7 +135,7 @@ export async function runPlugin(
body: JSON.stringify({ body: JSON.stringify({
name, name,
image: imageBase64, image: imageBase64,
upscale, scale:upscale,
clicks, clicks,
}), }),
}) })