TryOffAnyone / pyproject.toml
1aurent's picture
init
74a242e unverified
raw
history blame contribute delete
429 Bytes
[project]
dependencies = [
"accelerate>=1.2.1",
"diffusers>=0.32.1",
"gradio>=5.9.1",
"pillow-heif>=0.21.0",
"scikit-image>=0.25.0",
"spaces>=0.31.1",
"torchvision>=0.20.1",
"transformers>=4.47.1",
]
description = "TryOffAnyone: Tiled Cloth Generation from a Dressed Person "
name = "try-off-anyone"
readme = "README.md"
requires-python = ">=3.11"
version = "0.1.0"
[tool.ruff]
line-length = 120