Update pyproject.toml
Browse files- pyproject.toml +8 -4
pyproject.toml
CHANGED
@@ -23,13 +23,17 @@ dependencies = [
|
|
23 |
]
|
24 |
|
25 |
[[tool.edge-maxxing.models]]
|
26 |
-
repository = "
|
27 |
-
revision = "
|
28 |
exclude = ["transformer"]
|
29 |
|
30 |
[[tool.edge-maxxing.models]]
|
31 |
-
repository = "
|
32 |
-
revision = "
|
|
|
|
|
|
|
|
|
33 |
|
34 |
[[tool.edge-maxxing.models]]
|
35 |
repository = "city96/t5-v1_1-xxl-encoder-bf16"
|
|
|
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 = "manbeast3b--FLUX.1-schnell-transformer-f8"
|
32 |
+
revision = "2ac0d29a2f3a00175fd638e82e8acaa4ddcbfd09"
|
33 |
+
|
34 |
+
[[tool.edge-maxxing.models]]
|
35 |
+
repository = "manbeast3b--FLUX.1-schnell-te1"
|
36 |
+
revision = "05ac3e466d6b42b7794859560d875b25f6df5daf"
|
37 |
|
38 |
[[tool.edge-maxxing.models]]
|
39 |
repository = "city96/t5-v1_1-xxl-encoder-bf16"
|