From 21fa88461f3a2f5a2218d893b3732795aeaa28b5 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Fri, 22 Nov 2024 18:59:46 -0800 Subject: [PATCH] [Electron][skip ci] Update install disk space requirement to 15GB (#1651) --- src/i18n.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n.ts b/src/i18n.ts index 27af74c23..b46764927 100644 --- a/src/i18n.ts +++ b/src/i18n.ts @@ -15,7 +15,7 @@ const messages = { failedToSelectDirectory: 'Failed to select directory', pathValidationFailed: 'Failed to validate path', installLocationDescription: - "Select the directory for ComfyUI's user data. A python environment will be installed to the selected location. Please make sure the selected disk has enough space (~5GB) left.", + "Select the directory for ComfyUI's user data. A python environment will be installed to the selected location. Please make sure the selected disk has enough space (~15GB) left.", installLocationTooltip: "ComfyUI's user data directory. Stores:\n- Python Environment\n- Models\n- Custom nodes\n", appDataLocationTooltip: