File tree Expand file tree Collapse file tree 3 files changed +53
-0
lines changed Expand file tree Collapse file tree 3 files changed +53
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : comfyui
2
+ channels :
3
+ - pytorch
4
+ - nvidia
5
+ - defaults
6
+ dependencies :
7
+ - python>=3.9 # Specify the version of Python you need
8
+ - pytorch
9
+ - torchvision
10
+ - torchaudio
11
+ - cudatoolkit=12.1
12
+ - pip :
13
+ # comfyui requirements
14
+ - einops
15
+ - transformers>=4.25.1
16
+ - safetensors>=0.4.2
17
+ - aiohttp
18
+ - pyyaml
19
+ - Pillow
20
+ - scipy
21
+ - tqdm
22
+ - psutil
23
+ # comfy-action requirements
24
+ - requests
25
+ - google-cloud-storage
26
+ - comfy-cli
27
+ - charset-normalizer
Original file line number Diff line number Diff line change
1
+ name : comfyui
2
+ channels :
3
+ - pytorch-nightly
4
+ - defaults
5
+ dependencies :
6
+ - python>=3.9
7
+ - pytorch-nightly::pytorch
8
+ - torchvision
9
+ - torchaudio
10
+ - pip :
11
+ # comfyui requirements
12
+ - einops
13
+ - transformers>=4.25.1
14
+ - safetensors>=0.4.2
15
+ - aiohttp
16
+ - pyyaml
17
+ - Pillow
18
+ - scipy
19
+ - tqdm
20
+ - psutil
21
+ # comfy-action requirements
22
+ - requests
23
+ - google-cloud-storage
24
+ - comfy-cli
25
+ - charset-normalizer
Original file line number Diff line number Diff line change 19
19
gcs_bucket_name : ' comfy-ci-results'
20
20
google_credentials : ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }}
21
21
output_prefix : ' ComfyUI'
22
+ conda_env_file : ' conda-environments/linux-environment.yml'
22
23
timeout : 50
You can’t perform that action at this time.
0 commit comments