chien-shiung-Wu-cyclotron2 / pyproject.toml
manbeast3b's picture
Update pyproject.toml
c19c9a6 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.11,<3.12"
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",
"edge-maxxing-pipelines @ git+https://github.com/womboai/edge-maxxing@7c760ac54f6052803dadb3ade8ebfc9679a94589#subdirectory=pipelines",
"gitpython>=3.1.43",
"hf_transfer==0.1.8",
"torchao==0.6.1",
"setuptools>=75.3.0",
"para-attn==0.3.15",
"gitpython>=3.1.43",
"git-lfs<=1.6"
]
[[tool.edge-maxxing.models]]
repository = "black-forest-labs/FLUX.1-schnell"
revision = "741f7c3ce8b383c54771c7003378a50191e9efe9"
exclude = ["transformer"]
[[tool.edge-maxxing.models]]
repository = "madebyollin/taef1"
revision = "2d552378e58c9c94201075708d7de4e1163b2689"
[[tool.edge-maxxing.models]]
repository = "manbeast3b/flux.1-schnell-full1"
revision = "cb1b599b0d712b9aab2c4df3ad27b050a27ec146"
[[tool.edge-maxxing.models]]
repository = "manbeast3b/Flux.1.schnell-vae-kl-unst0_1_iter2"
revision = "f5ff45c0fd4c66f069138067fced6fef497531ab"
[[tool.edge-maxxing.models]]
repository = "manbeast3b/Flux.1.schnell-vae-kl-unst0_1_iter1"
revision = "2b2a42ae33bc7b23c0af1b8b7e9d6c191e714ba4"
[[tool.edge-maxxing.models]]
repository = "manbeast3b/Flux.1.schnell-vae-kl-unst0_1_iter0"
revision = "b586f7e1125722a242c38fe963904f453095903f"
[project.scripts]
start_inference = "main:main"