Update pyproject.toml
Browse files- pyproject.toml +6 -2
pyproject.toml
CHANGED
@@ -17,13 +17,14 @@ dependencies = [
|
|
17 |
"sentencepiece==0.2.0",
|
18 |
"torchao==0.6.1",
|
19 |
"hf_transfer==0.1.8",
|
|
|
20 |
"edge-maxxing-pipelines @ git+https://github.com/womboai/edge-maxxing@7c760ac54f6052803dadb3ade8ebfc9679a94589#subdirectory=pipelines",
|
21 |
]
|
22 |
|
23 |
[[tool.edge-maxxing.models]]
|
24 |
repository = "black-forest-labs/FLUX.1-schnell"
|
25 |
revision = "741f7c3ce8b383c54771c7003378a50191e9efe9"
|
26 |
-
exclude = ["transformer", "text_encoder_2"]
|
27 |
|
28 |
[[tool.edge-maxxing.models]]
|
29 |
repository = "RobertML/FLUX.1-schnell-int8wo"
|
@@ -33,6 +34,9 @@ revision = "307e0777d92df966a3c0f99f31a6ee8957a9857a"
|
|
33 |
repository = "city96/t5-v1_1-xxl-encoder-bf16"
|
34 |
revision = "1b9c856aadb864af93c1dcdc226c2774fa67bc86"
|
35 |
|
|
|
|
|
|
|
36 |
|
37 |
[project.scripts]
|
38 |
-
start_inference = "main:main"
|
|
|
17 |
"sentencepiece==0.2.0",
|
18 |
"torchao==0.6.1",
|
19 |
"hf_transfer==0.1.8",
|
20 |
+
"setuptools==75.2.0",
|
21 |
"edge-maxxing-pipelines @ git+https://github.com/womboai/edge-maxxing@7c760ac54f6052803dadb3ade8ebfc9679a94589#subdirectory=pipelines",
|
22 |
]
|
23 |
|
24 |
[[tool.edge-maxxing.models]]
|
25 |
repository = "black-forest-labs/FLUX.1-schnell"
|
26 |
revision = "741f7c3ce8b383c54771c7003378a50191e9efe9"
|
27 |
+
exclude = ["transformer", "vae", "text_encoder_2"]
|
28 |
|
29 |
[[tool.edge-maxxing.models]]
|
30 |
repository = "RobertML/FLUX.1-schnell-int8wo"
|
|
|
34 |
repository = "city96/t5-v1_1-xxl-encoder-bf16"
|
35 |
revision = "1b9c856aadb864af93c1dcdc226c2774fa67bc86"
|
36 |
|
37 |
+
[[tool.edge-maxxing.models]]
|
38 |
+
repository = "slobers/tt1"
|
39 |
+
revision = "ec746bf42d91e3335760895281f070df54f2196a"
|
40 |
|
41 |
[project.scripts]
|
42 |
+
start_inference = "main:main"
|