From fed90189c3cef9f732ef7f2b4d80baa6f4c8121d Mon Sep 17 00:00:00 2001 From: Bernard Maltais Date: Fri, 9 Sep 2022 16:49:25 -0400 Subject: Update readme.md to use environment-wsl2.yaml --- README.md | 2 +- environment-wsl2.yaml | 11 +++++++++++ environment.yaml | 11 ----------- 3 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 environment-wsl2.yaml delete mode 100644 environment.yaml diff --git a/README.md b/README.md index 7869e3d7..db9aba5c 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ cd automatic1111 git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git cd stable-diffusion-webui -conda env create -f environment.yaml +conda env create -f environment-wsl2.yaml conda activate automatic # clone repositories for Stable Diffusion and (optionally) CodeFormer diff --git a/environment-wsl2.yaml b/environment-wsl2.yaml new file mode 100644 index 00000000..c9ce11df --- /dev/null +++ b/environment-wsl2.yaml @@ -0,0 +1,11 @@ +name: automatic +channels: + - pytorch + - defaults +dependencies: + - python=3.8.5 + - pip=20.3 + - cudatoolkit=11.3 + - pytorch=1.11.0 + - torchvision=0.12.0 + - numpy=1.19.2 diff --git a/environment.yaml b/environment.yaml deleted file mode 100644 index c9ce11df..00000000 --- a/environment.yaml +++ /dev/null @@ -1,11 +0,0 @@ -name: automatic -channels: - - pytorch - - defaults -dependencies: - - python=3.8.5 - - pip=20.3 - - cudatoolkit=11.3 - - pytorch=1.11.0 - - torchvision=0.12.0 - - numpy=1.19.2 -- cgit v1.2.3