From 9ee64514c81d55c37be24f834f959054b466087a Mon Sep 17 00:00:00 2001 From: lvmin Date: Sun, 15 Oct 2023 17:51:42 -0700 Subject: [PATCH] file corruption checking system --- modules/patch.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/patch.py b/modules/patch.py index 5024cdc5..58f0e481 100644 --- a/modules/patch.py +++ b/modules/patch.py @@ -1,5 +1,4 @@ -import os.path - +import os import torch import time import fcbh.model_base