generated from fofr/cog-comfyui
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathcog.yaml
31 lines (29 loc) · 698 Bytes
/
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
build:
gpu: true
cuda: "12.1"
python_version: "3.10.6"
python_packages:
- torch
- torchvision
- torchaudio
- torchsde
- einops
- transformers>=4.25.1
- safetensors>=0.3.0
- aiohttp
- accelerate
- pyyaml
- Pillow
- scipy
- tqdm
- psutil
- kornia>=0.7.1
- websocket-client==1.6.3
# layerdiffuse
- diffusers>=0.25.0
# fix for pydantic issues in cog
# https://github.com/replicate/cog/issues/1623
- albumentations==1.4.3
run:
- curl -o /usr/local/bin/pget -L "https://github.com/replicate/pget/releases/download/v0.6.0/pget_linux_x86_64" && chmod +x /usr/local/bin/pget
predict: "predict.py:Predictor"