mirror of
https://github.com/thesofakillers/gigachadify.git
synced 2026-03-17 06:22:48 +01:00
20 lines
400 B
TOML
20 lines
400 B
TOML
[tool.poetry]
|
|
name = "gigachadify"
|
|
version = "0.1.0"
|
|
description = "🗿 gigachadify any face"
|
|
authors = ["Giulio Starace <giulio.starace@gmail.com>"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
onnx = "^1.15.0"
|
|
torch = "^2.2.0"
|
|
insightface = "^0.7.3"
|
|
onnxruntime = "^1.17.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|