Update pyproject.toml
Browse files- pyproject.toml +2 -9
pyproject.toml
CHANGED
@@ -21,21 +21,14 @@ dependencies = [
|
|
21 |
"torchao==0.6.1",
|
22 |
"setuptools>=75.3.0",
|
23 |
]
|
24 |
-
|
25 |
-
[[tool.edge-maxxing.models]]
|
26 |
-
repository = "black-forest-labs/FLUX.1-schnell"
|
27 |
-
revision = "741f7c3ce8b383c54771c7003378a50191e9efe9"
|
28 |
-
exclude = ["transformer"]
|
29 |
-
|
30 |
[[tool.edge-maxxing.models]]
|
31 |
-
repository = "
|
32 |
-
revision = "
|
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"
|
41 |
|
|
|
21 |
"torchao==0.6.1",
|
22 |
"setuptools>=75.3.0",
|
23 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
[[tool.edge-maxxing.models]]
|
25 |
+
repository = "manbeast3b/Flux.1.schnell-quant2"
|
26 |
+
revision = "44eb293715147878512da10bf3bc47cd14ec8c55"
|
27 |
|
28 |
[[tool.edge-maxxing.models]]
|
29 |
repository = "manbeast3b/flux.1-schnell-full1"
|
30 |
revision = "cb1b599b0d712b9aab2c4df3ad27b050a27ec146"
|
31 |
|
|
|
32 |
[project.scripts]
|
33 |
start_inference = "main:main"
|
34 |
|