From 8135b554a5b67cae009b79cc0fedfbf30e7e9c4c Mon Sep 17 00:00:00 2001 From: Morpheus <127767180+6Morpheus6@users.noreply.github.com> Date: Thu, 13 Aug 2026 22:07:52 +0200 Subject: [PATCH] call vcvars launch with build: true --- start.js | 1 + 1 file changed, 1 insertion(+) diff --git a/start.js b/start.js index 1a53c85..fed58da 100644 --- a/start.js +++ b/start.js @@ -9,6 +9,7 @@ module.exports = { "id": "start_comfyui", method: "shell.run", params: { + build: true, venv: "env", env: { PYTORCH_ENABLE_MPS_FALLBACK: "1",