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