mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Rename environment files to use default .yml extension
This commit is contained in:
committed by
Lincoln Stein
parent
8366eee9c2
commit
fb0341fdbf
@ -39,8 +39,8 @@ 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
|
||||
conda activate ldm
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user