From 7e6fbbc372aa3a97c9a098bcc79ed64b8adb8afd Mon Sep 17 00:00:00 2001 From: layerdiffusion <19834515+lllyasviel@users.noreply.github.com> Date: Thu, 17 Apr 2025 00:36:12 -0700 Subject: [PATCH] 48gb 4090 --- demo_gradio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo_gradio.py b/demo_gradio.py index b150c59..632cb87 100644 --- a/demo_gradio.py +++ b/demo_gradio.py @@ -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}')