From 39364c5bfb3c91f9de3441bd58225eccb311be94 Mon Sep 17 00:00:00 2001 From: Bhavay Malhotra <56443877+Bhavay-2001@users.noreply.github.com> Date: Wed, 3 Jan 2024 19:13:19 +0530 Subject: [PATCH 1/3] Update installation.md --- docs/source/en/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/en/installation.md b/docs/source/en/installation.md index 3bf1d46fd0c7..c1146570e668 100644 --- a/docs/source/en/installation.md +++ b/docs/source/en/installation.md @@ -41,6 +41,7 @@ You should also install 🤗 Transformers because 🤗 Diffusers relies on its m ```bash pip install diffusers["torch"] transformers +Note - PyTorch doesn't support Python 3.12 on Windows. Please use Python 3.11 instead. ``` From 3df8cf2f6a01bfc6e9100463a874f3e6649b6d8c Mon Sep 17 00:00:00 2001 From: Bhavay Malhotra <56443877+Bhavay-2001@users.noreply.github.com> Date: Sat, 6 Jan 2024 11:51:29 +0530 Subject: [PATCH 2/3] Update installation.md --- docs/source/en/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/installation.md b/docs/source/en/installation.md index c1146570e668..ee8bacc2b648 100644 --- a/docs/source/en/installation.md +++ b/docs/source/en/installation.md @@ -37,11 +37,11 @@ source .env/bin/activate You should also install 🤗 Transformers because 🤗 Diffusers relies on its models: +Note - PyTorch only supports Python 3.8 - 3.11 on Windows. ```bash pip install diffusers["torch"] transformers -Note - PyTorch doesn't support Python 3.12 on Windows. Please use Python 3.11 instead. ``` From 3f4e24221d114158dc55be53b58ff539d88a8e4c Mon Sep 17 00:00:00 2001 From: Bhavay Malhotra <56443877+Bhavay-2001@users.noreply.github.com> Date: Tue, 16 Jan 2024 23:52:03 +0530 Subject: [PATCH 3/3] Update installation.md --- docs/source/en/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/en/installation.md b/docs/source/en/installation.md index ee8bacc2b648..8e0eddd17598 100644 --- a/docs/source/en/installation.md +++ b/docs/source/en/installation.md @@ -37,9 +37,10 @@ source .env/bin/activate You should also install 🤗 Transformers because 🤗 Diffusers relies on its models: -Note - PyTorch only supports Python 3.8 - 3.11 on Windows. + +Note - PyTorch only supports Python 3.8 - 3.11 on Windows. ```bash pip install diffusers["torch"] transformers ```