1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

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

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