Update environment.yaml

Add Git dependency.
Added missing "#egg" requirement name for K diffusion.
Changed K diffusion repo, previous repo removed "setup.py" and would error out. New repository added still works.
This commit is contained in:
theryex 2022-08-27 05:53:37 -04:00 committed by GitHub
parent 4d9a044ece
commit 0bad854452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ channels:
- pytorch
- defaults
dependencies:
- git
- python=3.8.5
- pip=20.3
- cudatoolkit=11.3
@ -27,5 +28,5 @@ dependencies:
- gradio==3.1.6
- -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
- -e git+https://github.com/openai/CLIP.git@main#egg=clip
- -e git+https://github.com/crowsonkb/k-diffusion
- -e git+https://github.com/hlky/k-diffusion-sd#egg=k_diffusion
- -e .