InPaiting_with_mask / pyproject.toml
swoyam-sarvam
initial commit
2a0517c
raw
history blame contribute delete
407 Bytes
[tool.poetry]
name = "arvo-inpainting"
version = "0.0.1"
description = "The inpaiting module for ARvo product photography pipeline"
authors = ["Swoyam-ARvo <me@swoyam.in>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
diffusers = "0.30.2"
torch = "^2.6.0"
gradio = "^5.17.1"
transformers = "^4.49.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"