Update pyproject.toml
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -22,7 +22,7 @@ dependencies = [
|
|
| 22 |
]
|
| 23 |
|
| 24 |
[tool.edge-maxxing]
|
| 25 |
-
models = ["black-forest-labs/FLUX.1-schnell", "
|
| 26 |
|
| 27 |
[project.scripts]
|
| 28 |
start_inference = "main:main"
|
|
|
|
| 22 |
]
|
| 23 |
|
| 24 |
[tool.edge-maxxing]
|
| 25 |
+
models = ["black-forest-labs/FLUX.1-schnell", "manbeast3b/flux.1-schnell-vae-quant1", "city96/t5-v1_1-xxl-encoder-bf16", "manbeast3b/flux-schnell-transformer2d-int8-mod"]
|
| 26 |
|
| 27 |
[project.scripts]
|
| 28 |
start_inference = "main:main"
|