Update pyproject.toml
Browse files- pyproject.toml +6 -2
pyproject.toml
CHANGED
|
@@ -8,11 +8,11 @@ description = "An edge-maxxing model submission by RobertML for the 4090 Flux co
|
|
| 8 |
requires-python = ">=3.10,<3.13"
|
| 9 |
version = "8"
|
| 10 |
dependencies = [
|
| 11 |
-
"diffusers==0.
|
| 12 |
"transformers==4.46.2",
|
| 13 |
"accelerate==1.1.0",
|
| 14 |
"omegaconf==2.3.0",
|
| 15 |
-
"torch==2.
|
| 16 |
"protobuf==5.28.3",
|
| 17 |
"sentencepiece==0.2.0",
|
| 18 |
"edge-maxxing-pipelines @ git+https://github.com/womboai/edge-maxxing@7c760ac54f6052803dadb3ade8ebfc9679a94589#subdirectory=pipelines",
|
|
@@ -29,6 +29,10 @@ revision = "e7ddf488a4ea8a3cba05db5b8d06e7e0feb826a2"
|
|
| 29 |
repository = "manbeast3b/flux.1-schnell-full1"
|
| 30 |
revision = "cb1b599b0d712b9aab2c4df3ad27b050a27ec146"
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
[project.scripts]
|
| 33 |
start_inference = "main:main"
|
| 34 |
|
|
|
|
| 8 |
requires-python = ">=3.10,<3.13"
|
| 9 |
version = "8"
|
| 10 |
dependencies = [
|
| 11 |
+
"diffusers==0.32.2",
|
| 12 |
"transformers==4.46.2",
|
| 13 |
"accelerate==1.1.0",
|
| 14 |
"omegaconf==2.3.0",
|
| 15 |
+
"torch==2.6",
|
| 16 |
"protobuf==5.28.3",
|
| 17 |
"sentencepiece==0.2.0",
|
| 18 |
"edge-maxxing-pipelines @ git+https://github.com/womboai/edge-maxxing@7c760ac54f6052803dadb3ade8ebfc9679a94589#subdirectory=pipelines",
|
|
|
|
| 29 |
repository = "manbeast3b/flux.1-schnell-full1"
|
| 30 |
revision = "cb1b599b0d712b9aab2c4df3ad27b050a27ec146"
|
| 31 |
|
| 32 |
+
[[tool.edge-maxxing.models]]
|
| 33 |
+
repository = "manbeast3b/Flux.1.la_schnella_transformer"
|
| 34 |
+
revision = "3c6d9be7c9a6bf3e0bca3855cd395558ccc92fca"
|
| 35 |
+
|
| 36 |
[project.scripts]
|
| 37 |
start_inference = "main:main"
|
| 38 |
|