mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-14 03:25:29 -05:00
chore(ui): typegen
This commit is contained in:
@@ -12124,14 +12124,14 @@ export type components = {
|
||||
* Convert Cache Dir
|
||||
* Format: path
|
||||
* @description Path to the converted models cache directory (DEPRECATED, but do not delete because it is needed for migration from previous versions).
|
||||
* @default models\.convert_cache
|
||||
* @default models/.convert_cache
|
||||
*/
|
||||
convert_cache_dir?: string;
|
||||
/**
|
||||
* Download Cache Dir
|
||||
* Format: path
|
||||
* @description Path to the directory that contains dynamically downloaded models.
|
||||
* @default models\.download_cache
|
||||
* @default models/.download_cache
|
||||
*/
|
||||
download_cache_dir?: string;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user