48gb 4090
This commit is contained in:
parent
91f1528077
commit
7e6fbbc372
@ -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}')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user