diff --git a/common/sdApi.ts b/common/sdApi.ts index 56d10a6..6b5120d 100644 --- a/common/sdApi.ts +++ b/common/sdApi.ts @@ -110,7 +110,7 @@ export async function sdTxt2Img( } } finally { if (await AsyncX.promiseState(request) === "pending") { - await fetchSdApi(api, "sdapi/v1/interrupt", { timeoutMs: 10_000 }); + await fetchSdApi(api, "sdapi/v1/interrupt", { body: {}, timeoutMs: 10_000 }); } } }