mirror of
https://github.com/vladmandic/automatic
synced 2026-09-12 16:08:43 +02:00
Increase medvram mode to 12 GB and update wiki
This commit is contained in:
+1
-1
@@ -353,7 +353,7 @@ def get_default_modes():
|
||||
default_offload_mode = "sequential"
|
||||
default_diffusers_offload_min_gpu_memory = 0
|
||||
log.info(f"Device detect: memory={gpu_memory:.1f} default=sequential optimization=lowvram")
|
||||
elif gpu_memory <= 8:
|
||||
elif gpu_memory <= 12:
|
||||
cmd_opts.medvram = True # VAE Tiling and other stuff
|
||||
default_offload_mode = "balanced"
|
||||
default_diffusers_offload_min_gpu_memory = 0
|
||||
|
||||
+1
-1
Submodule wiki updated: 336343b023...048798a26a
Reference in New Issue
Block a user