diff --git a/common/sdApi.ts b/common/sdApi.ts index 6b5120d..175168b 100644 --- a/common/sdApi.ts +++ b/common/sdApi.ts @@ -155,7 +155,7 @@ export async function sdImg2Img( } } 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 }); } } }