-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b9aea98
commit 71b96a4
Showing
3 changed files
with
41 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
name: comfyui | ||
channels: | ||
- pytorch | ||
- nvidia | ||
- defaults | ||
dependencies: | ||
- python>=3.9 # Specify the version of Python you need | ||
- pytorch | ||
- torchvision | ||
- torchaudio | ||
- cudatoolkit=12.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: comfyui | ||
channels: | ||
- pytorch-nightly | ||
- defaults | ||
dependencies: | ||
- python>=3.9 | ||
- pytorch-nightly::pytorch | ||
- torchvision | ||
- torchaudio | ||
- 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 |