remove check_run_python

master
Bingsu 2023-04-12 11:07:00 +09:00
parent 6029d041b1
commit 4585a3543c
2 changed files with 1 additions and 5 deletions

View File

@ -5,7 +5,6 @@ from pathlib import Path
from packaging import version
from launch import (
check_run_python,
extensions_dir,
is_installed,
python,
@ -43,9 +42,6 @@ def check_install() -> bool:
except Exception:
return False
if not check_run_python("import mmcv, mmdet"):
return False
if not hasattr(mmcv, "__version__") or not hasattr(mmdet, "__version__"):
return False

View File

@ -1,6 +1,6 @@
[project]
name = "dddetailer"
version = "23.4.2"
version = "23.4.3"
description = "An object detection and auto-mask extension for Stable Diffusion web UI."
authors = [
{name = "dowon", email = "ks2515@naver.com"},