From 82f388f4055567f99bba4f2270afcb8323f14b53 Mon Sep 17 00:00:00 2001 From: Rattus Date: Fri, 16 Jan 2026 01:34:12 +1000 Subject: [PATCH] remove junk arg --- cuda_malloc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuda_malloc.py b/cuda_malloc.py index d08162cbc..b2182df37 100644 --- a/cuda_malloc.py +++ b/cuda_malloc.py @@ -87,7 +87,7 @@ if not args.cuda_malloc: except: pass -if enables_dynamic_vram() and comfy_aimdo.control.init(0): +if enables_dynamic_vram() and comfy_aimdo.control.init(): args.cuda_malloc = False os.environ['PYTORCH_CUDA_ALLOC_CONF'] = ""