diffusion-model / pyproject.toml
dinhdat1110's picture
Upload folder using huggingface_hub
9457143 verified
raw
history blame contribute delete
426 Bytes
[tool.poetry]
name = "diffusion"
version = "0.1.0"
description = ""
authors = ["Võ Đình Đạt <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
torch = "*"
lightning = "*"
einops = "^0.7.0"
torchvision = "*"
wandb = "^0.16.3"
torchaudio = "*"
tqdm = "^4.66.2"
timm = "^0.9.12"
gradio = "^4.18.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"