chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:05:14 +08:00
commit 2a547be7fe
7904 changed files with 1000926 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
[project]
name = "controlnet"
version = "0.1.0"
requires-python = ">=3.10"
readme = "README.md"
dependencies = [
"accelerate",
"opencv-python",
"pillow",
"diffusers<0.39",
"numpy",
"torch", # this will use the version defined in the uv workspace
"transformers",
"rerun-sdk",
]
[project.scripts]
controlnet = "controlnet:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"