mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-05-01 11:41:41 +00:00
chore(misc): versions
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -194,3 +194,4 @@ pyrightconfig.json
|
|||||||
|
|
||||||
# End of https://www.toptal.com/developers/gitignore/api/python,visualstudiocode
|
# End of https://www.toptal.com/developers/gitignore/api/python,visualstudiocode
|
||||||
*.ipynb
|
*.ipynb
|
||||||
|
node_modules
|
||||||
|
|||||||
@@ -2,11 +2,11 @@
|
|||||||
name = "adetailer"
|
name = "adetailer"
|
||||||
description = "An object detection and auto-mask extension for stable diffusion webui."
|
description = "An object detection and auto-mask extension for stable diffusion webui."
|
||||||
authors = [{ name = "dowon", email = "ks2515@naver.com" }]
|
authors = [{ name = "dowon", email = "ks2515@naver.com" }]
|
||||||
requires-python = ">=3.8,<3.13"
|
requires-python = ">=3.8"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = { text = "AGPL-3.0" }
|
license = { text = "AGPL-3.0" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ultralytics>=8.1",
|
"ultralytics>=8.2",
|
||||||
"mediapipe>=0.10",
|
"mediapipe>=0.10",
|
||||||
"pydantic<3",
|
"pydantic<3",
|
||||||
"rich>=13",
|
"rich>=13",
|
||||||
|
|||||||
Reference in New Issue
Block a user