generated from fofr/cog-comfyui
-
Notifications
You must be signed in to change notification settings - Fork 65
/
cog.yaml
50 lines (48 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
46
47
48
49
50
build:
gpu: true
cuda: "12.1"
system_packages:
- ffmpeg
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
- websocket-client==1.6.3
# comfyui-reactor-node
- insightface
- onnx
# comfyui_controlnet_aux
# https://github.com/Fannovel16/comfyui_controlnet_aux/blob/main/requirements.txt
- importlib_metadata
- opencv-python-headless>=4.0.1.24
- filelock
- numpy
- einops
- pyyaml
- scikit-image
- python-dateutil
- mediapipe
- svglib
- fvcore
- yapf
- omegaconf
- ftfy
- addict
- yacs
- trimesh[easy]
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
- pip install onnxruntime-gpu --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/
predict: "predict.py:Predictor"