diff --git a/README.md b/README.md index c9e6c3bb1..2e93a88af 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ A suitable [conda](https://conda.io/) environment named `ldm` can be created and activated with: ``` +curl -sO https://raw.githubusercontent.com/CompVis/stable-diffusion/main/environment.yaml conda env create -f environment.yaml conda activate ldm ```