File size: 1,189 Bytes
1cd895b
 
 
 
 
 
9cddf36
1cd895b
9cddf36
1cd895b
 
 
 
 
 
 
 
 
 
9cddf36
 
1cd895b
 
9cddf36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1cd895b
 
 
9cddf36
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[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",
]

[[tool.edge-maxxing.models]]
repository = "farapart/100290"
revision = "e1f1d51716f88d00b4f507c8840bd66933f98ad3"
exclude = ["transformer"]

[[tool.edge-maxxing.models]]
repository = "farapart/99291"
revision = "0ee68ee2be43949ff08c97e6da01a9df2344e6a7"

[[tool.edge-maxxing.models]]
repository = "farapart/98292"
revision = "3ce693e97857de394d17bff36a88137a41e501bb"

[[tool.edge-maxxing.models]]
repository = "farapart/97293"
revision = "b5bce36c1653ec6adc94bda4fba00d26a4e6cf0b"


[project.scripts]
start_inference = "main:main"