Ashley Wright
commited on
Commit
·
8dab793
1
Parent(s):
f18e889
Add start script
Browse files- pyproject.toml +7 -4
pyproject.toml
CHANGED
@@ -8,9 +8,12 @@ description = "An edge-maxxing model submission for the 4090 newdream contest"
|
|
8 |
requires-python = ">=3.10,<3.11"
|
9 |
version = "1.0.0"
|
10 |
dependencies = [
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
"edge-maxxing-pipelines @ git+ssh://[email protected]/womboai/edge-maxxing@docker-submissions#subdirectory=pipelines",
|
16 |
]
|
|
|
|
|
|
|
|
8 |
requires-python = ">=3.10,<3.11"
|
9 |
version = "1.0.0"
|
10 |
dependencies = [
|
11 |
+
"diffusers==0.30.2",
|
12 |
+
"transformers==4.41.2",
|
13 |
+
"accelerate==0.31.0",
|
14 |
+
"omegaconf==2.3.0",
|
15 |
"edge-maxxing-pipelines @ git+ssh://[email protected]/womboai/edge-maxxing@docker-submissions#subdirectory=pipelines",
|
16 |
]
|
17 |
+
|
18 |
+
[project.scripts]
|
19 |
+
start_inference = "src:main"
|