From 5a1c711e80daaedb78e9f135b0a37dbfd7a0fd6c Mon Sep 17 00:00:00 2001 From: layerdiffusion <19834515+lllyasviel@users.noreply.github.com> Date: Fri, 30 Aug 2024 10:04:04 -0700 Subject: [PATCH] add info --- modules_forge/main_entry.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules_forge/main_entry.py b/modules_forge/main_entry.py index 58da0093..e84b766d 100644 --- a/modules_forge/main_entry.py +++ b/modules_forge/main_entry.py @@ -189,6 +189,8 @@ def refresh_memory_management_settings(model_memory, async_loading, pin_shared_m print(f'[Low VRAM Warning] You just set Forge to use 100% GPU memory ({model_memory:.2f} MB) to load model weights.') print('[Low VRAM Warning] This means you will have 0% GPU memory (0.00 MB) to do matrix computation. Computations may fallback to CPU or go Out of Memory.') print('[Low VRAM Warning] In many cases, image generation will be 10x slower.') + print("[Low VRAM Warning] To solve the problem, you can set the 'GPU Weights' (on the top of page) to a lower value.") + print("[Low VRAM Warning] If you cannot find 'GPU Weights', you can click the 'all' option in the 'UI' area on the left-top corner of the webpage.") print('[Low VRAM Warning] Make sure that you know what you are testing.') print('------------------') else: