Skip to content

Commit 602f6bd

Browse files
Make --disable-smart-memory disable dynamic vram. (Comfy-Org#12722)
1 parent c0d472e commit 602f6bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

comfy/cli_args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,4 +260,4 @@ def is_valid_directory(path: str) -> str:
260260
args.fast = set(args.fast)
261261

262262
def enables_dynamic_vram():
263-
return not args.disable_dynamic_vram and not args.highvram and not args.gpu_only and not args.novram and not args.cpu
263+
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

0 commit comments

Comments
 (0)