mirror of
https://github.com/huchenlei/HandRefinerPortable.git
synced 2026-01-26 15:49:45 +00:00
Add pyproject.toml to make package installable
This commit is contained in:
5
README.md
Normal file
5
README.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# HandRefinerPortable
|
||||||
|
|
||||||
|
This is a convenience package used by
|
||||||
|
[sd-webui-controlnet](https://github.com/Mikubill/sd-webui-controlnet)
|
||||||
|
to package the dependencies and model used by the hand refiner preprocessor.
|
||||||
25
pyproject.toml
Normal file
25
pyproject.toml
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
[build-system]
|
||||||
|
requires = ["hatchling"]
|
||||||
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
|
[project]
|
||||||
|
name = "handrefinerportable"
|
||||||
|
readme = "README.md"
|
||||||
|
version = "2024.01.18.0"
|
||||||
|
dependencies = [
|
||||||
|
"rtree",
|
||||||
|
"mediapipe",
|
||||||
|
"trimesh[easy]",
|
||||||
|
]
|
||||||
|
|
||||||
|
[project.urls]
|
||||||
|
Documentation = "https://github.com/huchenlei/HandRefinerPortable"
|
||||||
|
Issues = "https://github.com/huchenlei/HandRefinerPortable/issues"
|
||||||
|
Source = "https://github.com/huchenlei/HandRefinerPortable"
|
||||||
|
|
||||||
|
[tool.hatch.build.targets.wheel]
|
||||||
|
packages = [
|
||||||
|
"hand_refiner",
|
||||||
|
"manopth",
|
||||||
|
"mesh_graphormer",
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user