mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-25 15:55:18 +00:00
449bf52923
* Add linux integration test. * Fix directory path. * Add paths ignore. * Fix conda env directory path.
28 lines
454 B
YAML
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 |