Add check for medvram-sdxl memory optimization

pull/39/head
Lennart Daldrup 2023-10-01 17:18:07 +02:00
parent 2647efca74
commit 2e83b29855
1 changed files with 2 additions and 0 deletions

View File

@ -206,6 +206,8 @@ def get_optimizations():
ram = []
if shared.cmd_opts.medvram:
ram.append('medvram')
if shared.cmd_opts.medvram_sdxl:
ram.append('medvram-sdxl')
if shared.cmd_opts.lowvram:
ram.append('lowvram')
if shared.cmd_opts.lowram: