48gb 4090

This commit is contained in:
layerdiffusion 2025-04-17 00:36:12 -07:00
parent 91f1528077
commit 7e6fbbc372

View File

@ -37,7 +37,7 @@ args = parser.parse_args()
print(args)
free_mem_gb = get_cuda_free_memory_gb(gpu)
high_vram = free_mem_gb > 40
high_vram = free_mem_gb > 60
print(f'Free VRAM {free_mem_gb} GB')
print(f'High-VRAM Mode: {high_vram}')