rename environment.yaml to take advantage of Anaconda default behavior #827

-Rename environment files to use default .yml extension
-Change to InvokeAI git repo and folder names

Author: @Christopher-Hayes
This commit is contained in:
Lincoln Stein
2022-09-27 03:16:27 -04:00
10 changed files with 205 additions and 83 deletions

View File

@ -39,11 +39,14 @@ lightweight and runs on a GPU with at least 10GB VRAM. See
A suitable [conda](https://conda.io/) environment named `ldm` can be created and
activated with:
```bash
conda env create -f environment.yaml
```
conda env create -f environment.yml
conda activate ldm
```
Note that the first line may be abbreviated `conda env create`, since conda will
look for `environment.yml` by default.
You can also update an existing
[latent diffusion](https://github.com/CompVis/latent-diffusion) environment by
running