You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
454 B
YAML

name: comfyui
channels:
- pytorch
- nvidia
- defaults
dependencies:
- python>=3.9
- pip
- pytorch
- torchvision
- torchaudio
- pytorch-cuda=12.1
- 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