mirror of
https://github.com/Stability-AI/stablediffusion.git
synced 2024-12-22 23:55:00 +00:00
17 lines
259 B
TOML
17 lines
259 B
TOML
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "stable-diffusion"
|
|
version = "0.0.1"
|
|
readme = "README.md"
|
|
license = "MIT"
|
|
dependencies = [
|
|
"numpy",
|
|
"torch",
|
|
"tqdm",
|
|
]
|
|
|
|
[tool.hatch.build]
|
|
dev-mode-dirs = ["."]
|