[Readme] Clarify package owners (#1707)

Specify that we don't actively monitor the conda scripts
This commit is contained in:
Anton Lozhkov 2022-12-14 20:49:36 +01:00 committed by GitHub
parent 013edb641a
commit 35b66c8e32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -29,13 +29,13 @@ More precisely, 🤗 Diffusers offers:
### For PyTorch ### For PyTorch
**With `pip`** **With `pip`** (official package)
```bash ```bash
pip install --upgrade diffusers[torch] pip install --upgrade diffusers[torch]
``` ```
**With `conda`** **With `conda`** (maintained by the community)
```sh ```sh
conda install -c conda-forge diffusers conda install -c conda-forge diffusers