From c9daf1db30e8c32cee3137871be766e29b0630d9 Mon Sep 17 00:00:00 2001 From: Eugene Brodsky Date: Mon, 14 Jul 2025 11:19:20 -0400 Subject: [PATCH] (fix) remove timeout from image prompt expansion (#8281) --- .../frontend/web/src/features/prompt/PromptExpansion/expand.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/invokeai/frontend/web/src/features/prompt/PromptExpansion/expand.ts b/invokeai/frontend/web/src/features/prompt/PromptExpansion/expand.ts index 9a7d76a209..8f949b3ebf 100644 --- a/invokeai/frontend/web/src/features/prompt/PromptExpansion/expand.ts +++ b/invokeai/frontend/web/src/features/prompt/PromptExpansion/expand.ts @@ -27,7 +27,6 @@ export const expandPrompt = async (arg: { dispatch: AppDispatch; getState: AppGe dependencies, options: { prepend: true, - timeout: 15000, }, }); assert(output.type === 'string_output');