From 5d32c208b25d801d7a60f0129b9f6a1074db015a Mon Sep 17 00:00:00 2001 From: lllyasviel Date: Tue, 24 Oct 2023 11:38:03 -0700 Subject: [PATCH] remove unused codes --- modules/launch_util.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/launch_util.py b/modules/launch_util.py index d4641aa..00fff8a 100644 --- a/modules/launch_util.py +++ b/modules/launch_util.py @@ -1,16 +1,12 @@ import os import importlib import importlib.util -import shutil import subprocess import sys import re import logging -import pygit2 -pygit2.option(pygit2.GIT_OPT_SET_OWNER_VALIDATION, 0) - logging.getLogger("torch.distributed.nn").setLevel(logging.ERROR) # sshh... logging.getLogger("xformers").addFilter(lambda record: 'A matching Triton is not available' not in record.getMessage())