Added `diffusers` to conda-forge and updated README for installation instruction (#129)

add instruction to install with conda

Co-authored-by: Anton Lozhkov <anton@huggingface.co>
This commit is contained in:
Sugato Ray 2022-08-03 09:46:23 -05:00 committed by GitHub
parent d23cf98769
commit 616c3a42cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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