File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
invokeai/frontend/web/src/services/api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12729,14 +12729,14 @@ export type components = {
12729
12729
* Convert Cache Dir
12730
12730
* Format: path
12731
12731
* @description Path to the converted models cache directory (DEPRECATED, but do not delete because it is needed for migration from previous versions).
12732
- * @default models\ .convert_cache
12732
+ * @default models/ .convert_cache
12733
12733
*/
12734
12734
convert_cache_dir?: string;
12735
12735
/**
12736
12736
* Download Cache Dir
12737
12737
* Format: path
12738
12738
* @description Path to the directory that contains dynamically downloaded models.
12739
- * @default models\ .download_cache
12739
+ * @default models/ .download_cache
12740
12740
*/
12741
12741
download_cache_dir?: string;
12742
12742
/**
You can’t perform that action at this time.
0 commit comments