From b5f191f601ec4c53b64fb78189faf1bfaf71b7d4 Mon Sep 17 00:00:00 2001 From: lijunliang Date: Fri, 2 Aug 2024 05:07:33 +0000 Subject: [PATCH 1/2] update dependency --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e825487ff..21f0798f9 100644 --- a/README.md +++ b/README.md @@ -113,8 +113,10 @@ We also maintain a repository for benchmarking the quality of generation after a #### 1. Install torch and diffusers **Note: You can choose the latest versions you want for diffusers or transformers.** + +You can visit the official [PyTorch website](https://pytorch.org/get-started/locally/) to select the appropriate torch version compatible with your CUDA installation. The website provides specific installation instructions tailored to your system configuration. ``` -python3 -m pip install "torch" "transformers==4.27.1" "diffusers[torch]==0.19.3" +python3 -m pip install "transformers==4.40.1" "diffusers==0.29.2" ``` #### 2. Install a compiler backend From a3e9b4f932d8804517f7457cc3b8ca65f4770aa8 Mon Sep 17 00:00:00 2001 From: lijunliang Date: Fri, 2 Aug 2024 05:56:57 +0000 Subject: [PATCH 2/2] change diffsers version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21f0798f9..acff9b2ec 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ We also maintain a repository for benchmarking the quality of generation after a You can visit the official [PyTorch website](https://pytorch.org/get-started/locally/) to select the appropriate torch version compatible with your CUDA installation. The website provides specific installation instructions tailored to your system configuration. ``` -python3 -m pip install "transformers==4.40.1" "diffusers==0.29.2" +python3 -m pip install "transformers==4.40.1" "diffusers==0.27.2" ``` #### 2. Install a compiler backend