Increase medvram mode to 12 GB and update wiki

This commit is contained in:
Disty0
2025-06-06 15:27:30 +03:00
parent b5d6b57500
commit 2ccc76ab91
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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