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

Update installation.md (#6438)

* Update installation.md

* Update installation.md

* Update installation.md
This commit is contained in:
Bhavay Malhotra
2024-01-17 03:11:38 +05:30
committed by GitHub
parent 1040dfd9cc
commit dd63168319

View File

@@ -37,8 +37,10 @@ source .env/bin/activate
You should also install 🤗 Transformers because 🤗 Diffusers relies on its models:
<frameworkcontent>
<pt>
Note - PyTorch only supports Python 3.8 - 3.11 on Windows.
```bash
pip install diffusers["torch"] transformers
```