Skip to content

Commit 469c85b

Browse files
fix the wrong path seperater from my windows system
1 parent 6d18aa8 commit 469c85b

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
@@ -13009,14 +13009,14 @@ export type components = {
1300913009
* Convert Cache Dir
1301013010
* Format: path
1301113011
* @description Path to the converted models cache directory (DEPRECATED, but do not delete because it is needed for migration from previous versions).
13012-
* @default models\.convert_cache
13012+
* @default models/.convert_cache
1301313013
*/
1301413014
convert_cache_dir?: string;
1301513015
/**
1301613016
* Download Cache Dir
1301713017
* Format: path
1301813018
* @description Path to the directory that contains dynamically downloaded models.
13019-
* @default models\.download_cache
13019+
* @default models/.download_cache
1302013020
*/
1302113021
download_cache_dir?: string;
1302213022
/**

0 commit comments

Comments
 (0)