Update pyproject.toml
Browse files- pyproject.toml +2 -2
pyproject.toml
CHANGED
|
@@ -8,14 +8,14 @@ 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
|
| 12 |
"transformers==4.46.2",
|
| 13 |
"accelerate==1.1.0",
|
| 14 |
"omegaconf==2.3.0",
|
| 15 |
"torch==2.5.1",
|
| 16 |
"protobuf==5.28.3",
|
| 17 |
"sentencepiece==0.2.0",
|
| 18 |
-
"edge-maxxing-pipelines
|
| 19 |
"gitpython>=3.1.43",
|
| 20 |
"hf_transfer==0.1.8",
|
| 21 |
"torchao==0.6.1",
|
|
|
|
| 8 |
requires-python = ">=3.10,<3.13"
|
| 9 |
version = "8"
|
| 10 |
dependencies = [
|
| 11 |
+
"diffusers@git+https://github.com/huggingface/diffusers@e24941b2a71cc1e163ffda1731be22bcfcc70c60",
|
| 12 |
"transformers==4.46.2",
|
| 13 |
"accelerate==1.1.0",
|
| 14 |
"omegaconf==2.3.0",
|
| 15 |
"torch==2.5.1",
|
| 16 |
"protobuf==5.28.3",
|
| 17 |
"sentencepiece==0.2.0",
|
| 18 |
+
"edge-maxxing-pipelines@git+https://github.com/womboai/edge-maxxing@7c760ac54f6052803dadb3ade8ebfc9679a94589#subdirectory=pipelines",
|
| 19 |
"gitpython>=3.1.43",
|
| 20 |
"hf_transfer==0.1.8",
|
| 21 |
"torchao==0.6.1",
|