Skip to content

Commit c9daf1d

Browse files
authored
(fix) remove timeout from image prompt expansion (#8281)
1 parent 06d3cfb commit c9daf1d

File tree

1 file changed

+0
-1
lines changed
  • invokeai/frontend/web/src/features/prompt/PromptExpansion

1 file changed

+0
-1
lines changed

invokeai/frontend/web/src/features/prompt/PromptExpansion/expand.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export const expandPrompt = async (arg: { dispatch: AppDispatch; getState: AppGe
2727
dependencies,
2828
options: {
2929
prepend: true,
30-
timeout: 15000,
3130
},
3231
});
3332
assert(output.type === 'string_output');

0 commit comments

Comments
 (0)