Skip to content

Commit ae68cd4

Browse files
chore: fix typegen checks
1 parent 897ca07 commit ae68cd4

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
@@ -13131,14 +13131,14 @@ export type components = {
1313113131
* Convert Cache Dir
1313213132
* Format: path
1313313133
* @description Path to the converted models cache directory (DEPRECATED, but do not delete because it is needed for migration from previous versions).
13134-
* @default models\.convert_cache
13134+
* @default models/.convert_cache
1313513135
*/
1313613136
convert_cache_dir?: string;
1313713137
/**
1313813138
* Download Cache Dir
1313913139
* Format: path
1314013140
* @description Path to the directory that contains dynamically downloaded models.
13141-
* @default models\.download_cache
13141+
* @default models/.download_cache
1314213142
*/
1314313143
download_cache_dir?: string;
1314413144
/**

0 commit comments

Comments
 (0)