From 55d0fca9fa7f7c5a82a3c5fa8993d52f3d1902e5 Mon Sep 17 00:00:00 2001 From: comfyanonymous Date: Mon, 17 Jul 2023 14:10:36 -0400 Subject: [PATCH] --windows-standalone-build now enables --cuda-malloc --- comfy/cli_args.py | 1 + 1 file changed, 1 insertion(+) diff --git a/comfy/cli_args.py b/comfy/cli_args.py index 9a388b03..e7ce256b 100644 --- a/comfy/cli_args.py +++ b/comfy/cli_args.py @@ -85,3 +85,4 @@ args = parser.parse_args() if args.windows_standalone_build: args.auto_launch = True + args.cuda_malloc = True #work around memory issue in nvidia drivers > 531