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.
27 lines
449 B
YAML
27 lines
449 B
YAML
8 months ago
|
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
|