mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-13 15:04:59 -05:00
(fix) remove timeout from image prompt expansion (#8281)
This commit is contained in:
@@ -27,7 +27,6 @@ export const expandPrompt = async (arg: { dispatch: AppDispatch; getState: AppGe
|
||||
dependencies,
|
||||
options: {
|
||||
prepend: true,
|
||||
timeout: 15000,
|
||||
},
|
||||
});
|
||||
assert(output.type === 'string_output');
|
||||
|
||||
Reference in New Issue
Block a user