Update pyproject.toml
Browse files- pyproject.toml +5 -3
pyproject.toml
CHANGED
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
|
|
4 |
|
5 |
[project]
|
6 |
name = "flux-schnell-edge-inference"
|
7 |
-
description = "An edge-maxxing model submission
|
8 |
-
requires-python = ">=3.
|
9 |
version = "8"
|
10 |
dependencies = [
|
11 |
"diffusers==0.31.0",
|
@@ -20,7 +20,9 @@ dependencies = [
|
|
20 |
"hf_transfer==0.1.8",
|
21 |
"torchao==0.6.1",
|
22 |
"setuptools>=75.3.0",
|
23 |
-
"para-attn==0.3.15"
|
|
|
|
|
24 |
]
|
25 |
[[tool.edge-maxxing.models]]
|
26 |
repository = "manbeast3b/Flux.1.Schnell-full-quant1"
|
|
|
4 |
|
5 |
[project]
|
6 |
name = "flux-schnell-edge-inference"
|
7 |
+
description = "An edge-maxxing model submission for the 4090 Flux contest"
|
8 |
+
requires-python = ">=3.11,<3.12"
|
9 |
version = "8"
|
10 |
dependencies = [
|
11 |
"diffusers==0.31.0",
|
|
|
20 |
"hf_transfer==0.1.8",
|
21 |
"torchao==0.6.1",
|
22 |
"setuptools>=75.3.0",
|
23 |
+
"para-attn==0.3.15",
|
24 |
+
"gitpython>=3.1.43",
|
25 |
+
"git-lfs<=1.6"
|
26 |
]
|
27 |
[[tool.edge-maxxing.models]]
|
28 |
repository = "manbeast3b/Flux.1.Schnell-full-quant1"
|