silencer107 commited on
Commit
1164826
·
verified ·
1 Parent(s): d98e83c

Update pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +15 -7
pyproject.toml CHANGED
@@ -6,27 +6,35 @@ build-backend = "setuptools.build_meta"
6
  name = "edge-maxxing-4090-newdream"
7
  description = "An edge-maxxing model submission for the 4090 newdream contest"
8
  requires-python = ">=3.10,<3.11"
9
- version = "6"
10
  dependencies = [
11
  "diffusers==0.28.2",
12
  "onediff==1.2.0",
13
  "onediffx==1.2.0",
14
- "oneflow",
15
  "numpy==1.26.4",
16
  "xformers==0.0.25.post1",
17
  "triton==2.2.0",
18
  "transformers==4.41.2",
19
- "accelerate==0.31.0",
20
  "omegaconf==2.3.0",
21
  "torch==2.2.2",
22
- "torchvision==0.17.2",
23
- "huggingface_hub==0.24.7",
24
- "setuptools==75.2.0",
25
- "edge-maxxing-pipelines @ git+https://github.com/womboai/edge-maxxing#subdirectory=pipelines",
 
 
 
 
 
 
 
 
26
  ]
27
 
28
  [tool.uv.sources]
29
  oneflow = { url = "https://github.com/siliconflow/oneflow_releases/releases/download/community_cu118/oneflow-0.9.1.dev20240802%2Bcu118-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }
 
30
 
31
  [project.scripts]
32
  start_inference = "main:main"
 
6
  name = "edge-maxxing-4090-newdream"
7
  description = "An edge-maxxing model submission for the 4090 newdream contest"
8
  requires-python = ">=3.10,<3.11"
9
+ version = "7"
10
  dependencies = [
11
  "diffusers==0.28.2",
12
  "onediff==1.2.0",
13
  "onediffx==1.2.0",
14
+ "accelerate==0.31.0",
15
  "numpy==1.26.4",
16
  "xformers==0.0.25.post1",
17
  "triton==2.2.0",
18
  "transformers==4.41.2",
 
19
  "omegaconf==2.3.0",
20
  "torch==2.2.2",
21
+ "torchvision==0.17.2",
22
+ "edge-maxxing-pipelines @ git+https://github.com/womboai/edge-maxxing@8d8ff45863416484b5b4bc547782591bbdfc696a#subdirectory=pipelines",
23
+ "huggingface-hub==0.25.2",
24
+ "oneflow",
25
+ "setuptools>=75.2.0",
26
+ "bitsandbytes>=0.44.1",
27
+ "stable-fast",
28
+ ]
29
+
30
+ [tool.edge-maxxing]
31
+ models = [
32
+ "stablediffusionapi/newdream-sdxl-20",
33
  ]
34
 
35
  [tool.uv.sources]
36
  oneflow = { url = "https://github.com/siliconflow/oneflow_releases/releases/download/community_cu118/oneflow-0.9.1.dev20240802%2Bcu118-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }
37
+ stable-fast = { url = "https://github.com/chengzeyi/stable-fast/releases/download/v1.0.5/stable_fast-1.0.5+torch222cu121-cp310-cp310-manylinux2014_x86_64.whl" }
38
 
39
  [project.scripts]
40
  start_inference = "main:main"