Update pyproject.toml
Browse files- pyproject.toml +17 -0
pyproject.toml
CHANGED
|
@@ -25,5 +25,22 @@ dependencies = [
|
|
| 25 |
repository = "slobers/Flux.1.Schnella"
|
| 26 |
revision = "e34d670e44cecbbc90e4962e7aada2ac5ce8b55b"
|
| 27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
[project.scripts]
|
| 29 |
start_inference = "main:main"
|
|
|
|
| 25 |
repository = "slobers/Flux.1.Schnella"
|
| 26 |
revision = "e34d670e44cecbbc90e4962e7aada2ac5ce8b55b"
|
| 27 |
|
| 28 |
+
[[tool.edge-maxxing.models]]
|
| 29 |
+
repository = "manbeast3b/Flux.1.schnell_eagle5_1_0.1_unst_7_2k"
|
| 30 |
+
revision = "b7a5ce1313327009093d3178220267d0cf669b76"
|
| 31 |
+
|
| 32 |
+
[[tool.edge-maxxing.models]]
|
| 33 |
+
repository = "manbeast3b/Flux.1.schnell_eagle5_1_0.1_unst_8"
|
| 34 |
+
revision = "3666a458a53e7dc83adfecb0bf955a0b4d575843"
|
| 35 |
+
|
| 36 |
+
[[tool.edge-maxxing.models]]
|
| 37 |
+
repository = "manbeast3b/Flux.1.schnell_eagle5_1_0.1_unst_13"
|
| 38 |
+
revision = "b3bdda899cd1961ec9b97bffde3ded31afa73ce3"
|
| 39 |
+
|
| 40 |
+
[[tool.edge-maxxing.models]]
|
| 41 |
+
repository = "manbeast3b/Flux.1.schnell_eagle5_1_0.1_unst_10"
|
| 42 |
+
revision = "20e4cf6ce3cc658237dfd6aae1d5f14bc6b3d1a4"
|
| 43 |
+
|
| 44 |
+
|
| 45 |
[project.scripts]
|
| 46 |
start_inference = "main:main"
|