File size: 429 Bytes
74a242e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[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