diff --git a/bot/img2imgCommand.ts b/bot/img2imgCommand.ts index edca6d1..48569c2 100644 --- a/bot/img2imgCommand.ts +++ b/bot/img2imgCommand.ts @@ -129,7 +129,7 @@ async function img2img( chat: ctx.message.chat, requestMessage: ctx.message, replyMessage: replyMessage, - }, { retryCount: 3, repeatDelayMs: 10_000 }); + }, { priority: 0, retryCount: 3, repeatDelayMs: 10_000 }); debug(`Generation (img2img) enqueued for ${formatUserChat(ctx.message)}`); }