File size: 423 Bytes
b36de4d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | [project]
name = "depth-anything-v2-estimator"
version = "0.1.0"
description = "Modular Diffusers custom block for monocular depth estimation using Depth Anything V2"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"accelerate>=1.0.0",
"av>=12.0.0",
"diffusers>=0.37.0",
"matplotlib>=3.7.0",
"pillow>=10.0.0",
"torch>=2.9.0",
"torchvision>=0.16.0",
"transformers>=5.1.0",
]
|