Spaces:
Paused
Paused
[tool.poetry] | |
name = "sirm2024-stablediff" | |
version = "0.1.0" | |
description = "" | |
authors = ["EliaSchiavon <e.schiavon1@campus.unimib.it>"] | |
readme = "README.md" | |
[tool.poetry.dependencies] | |
python = "^3.11" | |
streamlit = "^1.35.0" | |
transformers = "^4.41.2" | |
accelerate = "^0.31.0" | |
invisible-watermark = ">=0.2.0" | |
diffusers = ">=0.19.0" | |
matplotlib = "^3.9.0" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |