-
Notifications
You must be signed in to change notification settings - Fork 131
/
cog.yaml
103 lines (89 loc) · 2.04 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
build:
gpu: true
cuda: "12.1"
system_packages:
- ffmpeg
python_version: "3.10.6"
python_packages:
- torch
- torchvision
- torchaudio
- torchsde
- einops
- transformers>=4.28.1
- tokenizers>=0.13.3
- sentencepiece
- safetensors>=0.3.0
- aiohttp
- accelerate
- pyyaml
- Pillow
- scipy
- tqdm
- psutil
- spandrel
- soundfile
- kornia>=0.7.1
- websocket-client==1.6.3
- diffusers>=0.30.0
# Inspire
- webcolors
# fix for pydantic issues in cog
# https://github.com/replicate/cog/issues/1623
- albumentations==1.4.3
# was-node-suite-comfyui
# https://github.com/WASasquatch/was-node-suite-comfyui/blob/main/requirements.txt
- cmake
- imageio
- joblib
- matplotlib
- pilgram
- scikit-learn
- rembg
# ComfyUI_essentials
- numba
# ComfyUI_FizzNodes
- pandas
- numexpr
# comfyui-reactor-node
- insightface
- onnx
# ComfyUI-Impact-Pack
- segment-anything
- piexif
# ComfyUI-Impact-Subpack
- ultralytics!=8.0.177
# comfyui_segment_anything
- timm
# 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
- scikit-image
- python-dateutil
- mediapipe
- svglib
- fvcore
- yapf
- omegaconf
- ftfy
- addict
- yacs
- trimesh[easy]
# ComfyUI-KJNodes
- librosa
- color-matcher
# PuLID
- facexlib
# SUPIR
- open-clip-torch>=2.24.0
- pytorch-lightning>=2.2.1
# For train.py
- huggingface_hub
run:
- curl -o /usr/local/bin/pget -L "https://github.com/replicate/pget/releases/download/v0.8.1/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"
train: "train.py:train"