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