Update pyproject.toml
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
@@ -23,7 +23,7 @@ dependencies = [
|
|
23 |
]
|
24 |
|
25 |
[tool.edge-maxxing]
|
26 |
-
models = ["black-forest-labs/FLUX.1-schnell", "
|
27 |
|
28 |
[project.scripts]
|
29 |
start_inference = "main:main"
|
|
|
23 |
]
|
24 |
|
25 |
[tool.edge-maxxing]
|
26 |
+
models = ["black-forest-labs/FLUX.1-schnell", "manbeast3b/flux-schnell-int8"]
|
27 |
|
28 |
[project.scripts]
|
29 |
start_inference = "main:main"
|