einstein_type_sheet / pyproject.toml
manbeast3b's picture
Update pyproject.toml
774b028 verified
[build-system]
requires = ["setuptools >= 75.0"]
build-backend = "setuptools.build_meta"
[project]
name = "flux-schnell-edge-inference"
description = "An edge-maxxing model submission for the 4090 Flux contest"
requires-python = ">=3.10,<3.13"
version = "8"
dependencies = [
"diffusers==0.31.0",
"transformers==4.46.2",
"accelerate==1.1.0",
"omegaconf==2.3.0",
"torch==2.5.1",
"protobuf==5.28.3",
"sentencepiece==0.2.0",
"torchao==0.6.1",
"hf_transfer==0.1.8",
"setuptools==75.2.0",
"edge-maxxing-pipelines @ git+https://github.com/womboai/edge-maxxing@7c760ac54f6052803dadb3ade8ebfc9679a94589#subdirectory=pipelines",
]
[[tool.edge-maxxing.models]]
repository = "manbeast3b/flux.1-schnell-full1"
revision = "cb1b599b0d712b9aab2c4df3ad27b050a27ec146"
[[tool.edge-maxxing.models]]
repository = "manbeast3b/Flux.1.schnell_eagle5_1_0.1_unst_7_2k"
revision = "b7a5ce1313327009093d3178220267d0cf669b76"
[[tool.edge-maxxing.models]]
repository = "manbeast3b/Flux.1.schnell_eagle5_1_0.1_unst_8"
revision = "3666a458a53e7dc83adfecb0bf955a0b4d575843"
[[tool.edge-maxxing.models]]
repository = "manbeast3b/Flux.1.schnell_eagle5_1_0.1_unst_13"
revision = "b3bdda899cd1961ec9b97bffde3ded31afa73ce3"
[[tool.edge-maxxing.models]]
repository = "manbeast3b/Flux.1.schnell_eagle5_1_0.1_unst_10"
revision = "20e4cf6ce3cc658237dfd6aae1d5f14bc6b3d1a4"
[project.scripts]
start_inference = "main:main"