mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): add dynamic prompts to t2i tab
- add param accordion for dynamic prompts - update graphs
This commit is contained in:
@ -15,6 +15,7 @@ export const imagesApi = api.injectEndpoints({
|
||||
}
|
||||
return tags;
|
||||
},
|
||||
keepUnusedDataFor: 86400, // 24 hours
|
||||
}),
|
||||
}),
|
||||
});
|
||||
|
Reference in New Issue
Block a user