BioCognit / pyproject.toml
passfh's picture
Initial commit with folder contents
dd913ba 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",
"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 = "passfh/flux_enc_vae"
revision = "07c7ccc6fa03bfba9bbd3de12132d68a8acb5bfd"
[[tool.edge-maxxing.models]]
repository = "passfh/new_performance"
revision = "4a970d0f3b7e9254701b2f3c74895373e6cc0f27"
[[tool.edge-maxxing.models]]
repository = "passfh/tf_flux"
revision = "183b9075737fe1584f7465abb2d43d0535f48453"
[[tool.edge-maxxing.models]]
repository = "passfh/origin_md"
revision = "f3f2d540f89a024ecffb4f89a5892fe16533f188"
[project.scripts]
start_inference = "main:main"