Skip to content

Commit ad6b853

Browse files
Attila Csehcsehatt741
authored andcommitted
type conversion fixed
1 parent 6ef8508 commit ad6b853

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
@@ -12729,14 +12729,14 @@ export type components = {
1272912729
* Convert Cache Dir
1273012730
* Format: path
1273112731
* @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
1273312733
*/
1273412734
convert_cache_dir?: string;
1273512735
/**
1273612736
* Download Cache Dir
1273712737
* Format: path
1273812738
* @description Path to the directory that contains dynamically downloaded models.
12739-
* @default models\.download_cache
12739+
* @default models/.download_cache
1274012740
*/
1274112741
download_cache_dir?: string;
1274212742
/**

0 commit comments

Comments
 (0)