Update pyproject.toml
Browse files- pyproject.toml +2 -7
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",
|
@@ -33,15 +33,10 @@ exclude = ["transformer"]
|
|
33 |
repository = "manbeast3b/flux.1-schnell-full1"
|
34 |
revision = "cb1b599b0d712b9aab2c4df3ad27b050a27ec146"
|
35 |
|
36 |
-
|
37 |
[[tool.edge-maxxing.models]]
|
38 |
repository = "city96/t5-v1_1-xxl-encoder-bf16"
|
39 |
revision = "1b9c856aadb864af93c1dcdc226c2774fa67bc86"
|
40 |
|
41 |
-
[[tool.edge-maxxing.models]]
|
42 |
-
repository = "RobertML/FLUX.1-schnell-vae_e3m2"
|
43 |
-
revision = "da0d2cd7815792fb40d084dbd8ed32b63f153d8d"
|
44 |
-
|
45 |
[[tool.edge-maxxing.models]]
|
46 |
repository = "manbeast3b/FLUX.1-schnell-taef1-float8"
|
47 |
revision = "7c538d53ec698509788ed88b1305c6bb019bdb4d"
|
|
|
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",
|
|
|
33 |
repository = "manbeast3b/flux.1-schnell-full1"
|
34 |
revision = "cb1b599b0d712b9aab2c4df3ad27b050a27ec146"
|
35 |
|
|
|
36 |
[[tool.edge-maxxing.models]]
|
37 |
repository = "city96/t5-v1_1-xxl-encoder-bf16"
|
38 |
revision = "1b9c856aadb864af93c1dcdc226c2774fa67bc86"
|
39 |
|
|
|
|
|
|
|
|
|
40 |
[[tool.edge-maxxing.models]]
|
41 |
repository = "manbeast3b/FLUX.1-schnell-taef1-float8"
|
42 |
revision = "7c538d53ec698509788ed88b1305c6bb019bdb4d"
|