We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d472e commit 602f6bdCopy full SHA for 602f6bd
1 file changed
comfy/cli_args.py
@@ -260,4 +260,4 @@ def is_valid_directory(path: str) -> str:
260
args.fast = set(args.fast)
261
262
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
+ 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