Make --disable-smart-memory disable dynamic vram. (#12722)
This commit is contained in:
parent
c0d472e5b9
commit
602f6bd82c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue