From 37472f43ccf671b33eb628077a8a7a07ce38427f Mon Sep 17 00:00:00 2001 From: Art Gourieff <85128026+Gourieff@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:06:39 +0700 Subject: [PATCH] Minimum 'install check log' --- install.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/install.py b/install.py index 7d2ceb6..8b7f942 100644 --- a/install.py +++ b/install.py @@ -27,8 +27,6 @@ if not os.path.exists(models_dir): if not os.path.exists(model_path): download(model_url, model_path) -print("Checking nsfw-roop requirements...") - with open(req_file) as file: for package in file: try: @@ -52,5 +50,5 @@ with open(req_file) as file: print(e) print(f"Warning: Failed to install {package}, nsfw-roop will not work.") raise e - finally: - print(f'{package} - ok') + # finally: + # print(f'{package} - ok')