Skip to content

Commit 616c3a4

Browse files
sugatorayanton-l
andauthored
Added diffusers to conda-forge and updated README for installation instruction (#129)
add instruction to install with conda Co-authored-by: Anton Lozhkov <[email protected]>
1 parent d23cf98 commit 616c3a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,17 @@ The class provides functionality to compute previous image according to alpha, b
120120

121121
## Installation
122122

123+
**With `pip`**
124+
123125
```bash
124126
pip install diffusers # should install diffusers 0.1.3
125127
```
126128

129+
**With `conda`**
127130

131+
```sh
132+
conda install -c conda-forge diffusers
133+
```
128134

129135
## In the works
130136

0 commit comments

Comments
 (0)