Update pyproject.toml
Browse files- pyproject.toml +13 -4
pyproject.toml
CHANGED
|
@@ -22,19 +22,28 @@ dependencies = [
|
|
| 22 |
"setuptools>=75.3.0",
|
| 23 |
]
|
| 24 |
|
| 25 |
-
|
| 26 |
-
repository = "black-forest-labs/FLUX.1-schnell"
|
| 27 |
-
revision = "741f7c3ce8b383c54771c7003378a50191e9efe9"
|
| 28 |
-
exclude = ["transformer"]
|
| 29 |
|
| 30 |
[[tool.edge-maxxing.models]]
|
| 31 |
repository = "madebyollin/taef1"
|
| 32 |
revision = "2d552378e58c9c94201075708d7de4e1163b2689"
|
| 33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
[[tool.edge-maxxing.models]]
|
| 35 |
repository = "manbeast3b/flux.1-schnell-full1"
|
| 36 |
revision = "cb1b599b0d712b9aab2c4df3ad27b050a27ec146"
|
| 37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
|
| 39 |
[project.scripts]
|
| 40 |
start_inference = "main:main"
|
|
|
|
| 22 |
"setuptools>=75.3.0",
|
| 23 |
]
|
| 24 |
|
| 25 |
+
|
|
|
|
|
|
|
|
|
|
| 26 |
|
| 27 |
[[tool.edge-maxxing.models]]
|
| 28 |
repository = "madebyollin/taef1"
|
| 29 |
revision = "2d552378e58c9c94201075708d7de4e1163b2689"
|
| 30 |
|
| 31 |
+
[[tool.edge-maxxing.models]]
|
| 32 |
+
repository = "manbeast3b/Flux.1.schnell-quant2"
|
| 33 |
+
revision = "44eb293715147878512da10bf3bc47cd14ec8c55"
|
| 34 |
+
|
| 35 |
+
[[tool.edge-maxxing.models]]
|
| 36 |
+
repository = "manbeast3b/Flux.1.Schnell-full-quant1"
|
| 37 |
+
revision = "e7ddf488a4ea8a3cba05db5b8d06e7e0feb826a2"
|
| 38 |
+
|
| 39 |
[[tool.edge-maxxing.models]]
|
| 40 |
repository = "manbeast3b/flux.1-schnell-full1"
|
| 41 |
revision = "cb1b599b0d712b9aab2c4df3ad27b050a27ec146"
|
| 42 |
|
| 43 |
+
[[tool.edge-maxxing.models]]
|
| 44 |
+
repository = "manbeast3b/flux.1-schnell-full2"
|
| 45 |
+
revision = "434e0ebe2c7d94a02bc45ddafcd6b2b2d7ae0ce9"
|
| 46 |
+
|
| 47 |
|
| 48 |
[project.scripts]
|
| 49 |
start_inference = "main:main"
|