Alpha-ff50ca / pyproject.toml
soft987's picture
Upload folder using huggingface_hub
a36fb70 verified
raw
history blame contribute delete
983 Bytes
[build-system]
requires = ["setuptools >= 75.0"]
build-backend = "setuptools.build_meta"
[project]
name = "flux-schnell-edge-inference"
description = "An edge-maxxing model submission by RobertML 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",
"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",
]
[[tool.edge-maxxing.models]]
repository = "soft987/FLUX.1.schnell-quant2"
revision = "6d93094cc0c92f72236c6de41bddf789b8b0b38e"
[[tool.edge-maxxing.models]]
repository = "soft987/FLUX1.schnell-full"
revision = "a05d320df4f5795fb4eff2f85ec117e870c078cb"
[project.scripts]
start_inference = "main:main"