Skip to content

Commit 56c7fbc

Browse files
Fix windows path again
1 parent 17335ab commit 56c7fbc

File tree

1 file changed

+2
-2
lines changed
  • invokeai/frontend/web/src/services/api

1 file changed

+2
-2
lines changed

invokeai/frontend/web/src/services/api/schema.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13021,14 +13021,14 @@ export type components = {
1302113021
* Convert Cache Dir
1302213022
* Format: path
1302313023
* @description Path to the converted models cache directory (DEPRECATED, but do not delete because it is needed for migration from previous versions).
13024-
* @default models\.convert_cache
13024+
* @default models/.convert_cache
1302513025
*/
1302613026
convert_cache_dir?: string;
1302713027
/**
1302813028
* Download Cache Dir
1302913029
* Format: path
1303013030
* @description Path to the directory that contains dynamically downloaded models.
13031-
* @default models\.download_cache
13031+
* @default models/.download_cache
1303213032
*/
1303313033
download_cache_dir?: string;
1303413034
/**

0 commit comments

Comments
 (0)