Skip to content

Commit 8dcddc4

Browse files
committed
Add env.
1 parent c92eb96 commit 8dcddc4

File tree

3 files changed

+53
-0
lines changed

3 files changed

+53
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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

.github/workflows/test-workflows.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
gcs_bucket_name: 'comfy-ci-results'
2020
google_credentials: ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }}
2121
output_prefix: 'ComfyUI'
22+
conda_env_file: 'conda-environments/linux-environment.yml'
2223
timeout: 50

0 commit comments

Comments
 (0)