From 179a753ce8898398152f18d5c4411e507d21afc8 Mon Sep 17 00:00:00 2001 From: lllyasviel Date: Mon, 29 Jan 2024 19:29:45 -0800 Subject: [PATCH] ops --- modules_forge/patch_basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules_forge/patch_basic.py b/modules_forge/patch_basic.py index 21ef134e..f215bb46 100644 --- a/modules_forge/patch_basic.py +++ b/modules_forge/patch_basic.py @@ -221,7 +221,7 @@ def build_loaded(module, loader_name): if os.path.exists(path): os.remove(path) exp += f'Forge has tried to move the corrupted file to {corrupted_backup_file} \n' - exp += f'You may try again now and Fooocus will download models again. \n' + exp += f'You may try again now and Forge will download models again. \n' raise ValueError(exp) return result