|
[build-system] |
|
requires = ["setuptools >= 75.0"] |
|
build-backend = "setuptools.build_meta" |
|
|
|
[project] |
|
name = "flux-schnell-edge-inference" |
|
description = "An Optimization Pipeline" |
|
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", |
|
"optimum-quanto", |
|
"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 = "MyApricity/FLUX_OPT_SCHNELL_1.2" |
|
revision = "488528b6f815bff1bbc747cf1e0947c77c544665" |
|
|
|
[[tool.edge-maxxing.models]] |
|
repository = "city96/t5-v1_1-xxl-encoder-bf16" |
|
revision = "1b9c856aadb864af93c1dcdc226c2774fa67bc86" |
|
|
|
|
|
|
|
[project.scripts] |
|
start_inference = "main:main" |