Add conda environment support

This commit is contained in:
David McCloskey 2025-01-17 12:11:06 -06:00
parent 7fc3ccdcc2
commit 374ac0ef7b
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@ venv/
*.log
web_custom_versions/
.DS_Store
.env/

4
environment.yml Normal file
View File

@ -0,0 +1,4 @@
name: comfyui
dependencies:
- python=3.12
- pip