mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user