mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-01-26 19:29:54 +00:00
fix: version
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
from .__version__ import __version__
|
||||
from .common import PredictOutput, get_models
|
||||
from .mediapipe import mediapipe_predict
|
||||
from .ultralytics import ultralytics_predict
|
||||
|
||||
__all__ = ["PredictOutput", "get_models", "mediapipe_predict", "ultralytics_predict"]
|
||||
__all__ = [
|
||||
"__version__",
|
||||
"PredictOutput",
|
||||
"get_models",
|
||||
"mediapipe_predict",
|
||||
"ultralytics_predict",
|
||||
]
|
||||
|
||||
1
adetailer/__version__.py
Normal file
1
adetailer/__version__.py
Normal file
@@ -0,0 +1 @@
|
||||
__version__ = "23.4.0.dev0"
|
||||
@@ -1,6 +1,5 @@
|
||||
[project]
|
||||
name = "adetailer"
|
||||
version = "23.4.0.dev0"
|
||||
description = "An object detection and auto-mask extension for stable diffusion webui."
|
||||
authors = [
|
||||
{name = "dowon", email = "ks2515@naver.com"},
|
||||
|
||||
Reference in New Issue
Block a user