remove junk arg

This commit is contained in:
Rattus 2026-01-16 01:34:12 +10:00
parent 5f10ac41cf
commit 1ce94c7260

View File

@ -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'] = ""