From 616c3a42cb23161ce2f3c78ed1920f40465c367b Mon Sep 17 00:00:00 2001 From: Sugato Ray Date: Wed, 3 Aug 2022 09:46:23 -0500 Subject: [PATCH] Added `diffusers` to conda-forge and updated README for installation instruction (#129) add instruction to install with conda Co-authored-by: Anton Lozhkov --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 36a501c72c..10b38d3c4c 100644 --- a/README.md +++ b/README.md @@ -120,11 +120,17 @@ The class provides functionality to compute previous image according to alpha, b ## Installation +**With `pip`** + ```bash pip install diffusers # should install diffusers 0.1.3 ``` +**With `conda`** +```sh +conda install -c conda-forge diffusers +``` ## In the works