Add macOs integration test for default workflow. (#3898)
This commit is contained in:
26
.github/conda-environments/mac-environment.yml
vendored
Normal file
26
.github/conda-environments/mac-environment.yml
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
name: comfyui
|
||||
channels:
|
||||
- pytorch-nightly
|
||||
- defaults
|
||||
dependencies:
|
||||
- python>=3.9
|
||||
- pytorch-nightly::pytorch
|
||||
- torchvision
|
||||
- torchaudio
|
||||
- pip:
|
||||
- pip
|
||||
# comfyui requirements
|
||||
- einops
|
||||
- transformers>=4.25.1
|
||||
- safetensors>=0.4.2
|
||||
- aiohttp
|
||||
- pyyaml
|
||||
- Pillow
|
||||
- scipy
|
||||
- tqdm
|
||||
- psutil
|
||||
# comfy-action requirements
|
||||
- requests
|
||||
- google-cloud-storage
|
||||
- comfy-cli
|
||||
- charset-normalizer
|
||||
Reference in New Issue
Block a user