Unverified Commit 616c3a42 authored by Sugato Ray's avatar Sugato Ray Committed by GitHub
Browse files

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



add instruction to install with conda
Co-authored-by: default avatarAnton Lozhkov <anton@huggingface.co>
parent d23cf987
...@@ -120,11 +120,17 @@ The class provides functionality to compute previous image according to alpha, b ...@@ -120,11 +120,17 @@ The class provides functionality to compute previous image according to alpha, b
## Installation ## Installation
**With `pip`**
```bash ```bash
pip install diffusers # should install diffusers 0.1.3 pip install diffusers # should install diffusers 0.1.3
``` ```
**With `conda`**
```sh
conda install -c conda-forge diffusers
```
## In the works ## In the works
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment