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 @@ -13126,14 +13126,14 @@ export type components = {
1312613126 * Convert Cache Dir
1312713127 * Format: path
1312813128 * @description Path to the converted models cache directory (DEPRECATED, but do not delete because it is needed for migration from previous versions).
13129- * @default models\ .convert_cache
13129+ * @default models/ .convert_cache
1313013130 */
1313113131 convert_cache_dir?: string;
1313213132 /**
1313313133 * Download Cache Dir
1313413134 * Format: path
1313513135 * @description Path to the directory that contains dynamically downloaded models.
13136- * @default models\ .download_cache
13136+ * @default models/ .download_cache
1313713137 */
1313813138 download_cache_dir?: string;
1313913139 /**
You can’t perform that action at this time.
0 commit comments