From 2030592eba756f1246bb1640a3296c7fc1080c91 Mon Sep 17 00:00:00 2001 From: Mike Slinn Date: Fri, 19 Jan 2024 14:59:29 -0500 Subject: [PATCH] Download environment.yaml that is referenced but undefined --- README.md | 1 + 1 file changed, 1 insertion(+) 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 ```