-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcog.yaml
executable file
·45 lines (40 loc) · 1.13 KB
/
cog.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
build:
gpu: true
cuda: "11.7.1"
python_version: "3.10"
system_packages:
- "libgl1-mesa-glx"
- "libglib2.0-0"
python_packages:
- "git+https://www.github.com/abraham-ai/diffusers"
- "torch==2.0.1"
- "ftfy==6.1.1"
- "scipy==1.9.2"
- "transformers==4.26.1"
- "lpips==0.1.4"
- "moviepy==1.0.3"
- "opencv-python==4.7.0.68"
- "einops==0.6.0"
- "fire==0.5.0"
- "safetensors==0.2.8"
- "mediapipe==0.9.1.0"
- "scikit-image==0.19.3"
- "open_clip_torch==2.7.0"
- "xformers==0.0.20"
- "tokenizers==0.13.2"
- "triton==2.0.0"
- "apache-beam==2.45.0"
- "natsort==8.2.0"
- "mediapy==1.1.4"
- "wandb==0.13.10"
- "pandas==1.5.3"
pre_install:
- git clone https://github.com/pharmapsychotic/BLIP
- pip install -e ./BLIP
- git clone https://github.com/pharmapsychotic/clip-interrogator
- pip install -e ./clip-interrogator --no-deps
- pip install tensorflow==2.11.0
- git clone https://github.com/abraham-ai/frame-interpolation
- pip install --upgrade transformers
predict: "predict.py:Predictor"
image: "r8.im/abraham-ai/eden-sd-pipelines"