Make --disable-smart-memory disable dynamic vram. (#12722)

This commit is contained in:
comfyanonymous
2026-03-01 12:28:39 -08:00
committed by GitHub
parent c0d472e5b9
commit 602f6bd82c

View File

@@ -260,4 +260,4 @@ else:
args.fast = set(args.fast)
def enables_dynamic_vram():
return not args.disable_dynamic_vram and not args.highvram and not args.gpu_only and not args.novram and not args.cpu
return not args.disable_dynamic_vram and not args.highvram and not args.gpu_only and not args.novram and not args.cpu and not args.disable_smart_memory