Update pyproject.toml
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -19,7 +19,7 @@ dependencies = [
|
|
| 19 |
]
|
| 20 |
|
| 21 |
[tool.edge-maxxing]
|
| 22 |
-
models = ["black-forest-labs/FLUX.1-schnell"]
|
| 23 |
|
| 24 |
[project.scripts]
|
| 25 |
start_inference = "main:main"
|
|
|
|
| 19 |
]
|
| 20 |
|
| 21 |
[tool.edge-maxxing]
|
| 22 |
+
models = ["black-forest-labs/FLUX.1-schnell", "city96/t5-v1_1-xxl-encoder-bf16"]
|
| 23 |
|
| 24 |
[project.scripts]
|
| 25 |
start_inference = "main:main"
|