[Readme] Clarify package owners (#1707)
Specify that we don't actively monitor the conda scripts
This commit is contained in:
parent
013edb641a
commit
35b66c8e32
|
@ -29,13 +29,13 @@ More precisely, 🤗 Diffusers offers:
|
|||
|
||||
### For PyTorch
|
||||
|
||||
**With `pip`**
|
||||
**With `pip`** (official package)
|
||||
|
||||
```bash
|
||||
pip install --upgrade diffusers[torch]
|
||||
```
|
||||
|
||||
**With `conda`**
|
||||
**With `conda`** (maintained by the community)
|
||||
|
||||
```sh
|
||||
conda install -c conda-forge diffusers
|
||||
|
|
Loading…
Reference in New Issue