mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
Disable load lora gpu with medvram too
This commit is contained in:
+1
-1
@@ -910,7 +910,7 @@ options_templates.update(options_section(('extra_networks', "Networks"), {
|
||||
"lora_apply_tags": OptionInfo(0, "LoRA auto-apply tags", gr.Slider, {"minimum": -1, "maximum": 32, "step": 1}),
|
||||
"lora_in_memory_limit": OptionInfo(0, "LoRA memory cache", gr.Slider, {"minimum": 0, "maximum": 24, "step": 1}),
|
||||
"lora_quant": OptionInfo("NF4","LoRA precision in quantized models", gr.Radio, {"choices": ["NF4", "FP4"]}),
|
||||
"lora_load_gpu": OptionInfo(True if not cmd_opts.lowvram else False, "Load LoRA directly to GPU"),
|
||||
"lora_load_gpu": OptionInfo(True if not (cmd_opts.lowvram or cmd_opts.medvram) else False, "Load LoRA directly to GPU"),
|
||||
"lora_offload_backup": OptionInfo(True, "Offload LoRA Backup Weights"),
|
||||
}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user