From c1b9207bb5cb79e2aa08f3d139c17d26c0de55b6 Mon Sep 17 00:00:00 2001 From: YuxuanCai Date: Thu, 31 Oct 2024 16:36:58 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f73df43..db6d565 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ pipeline_tag: text-to-video - It is recommended to use Anaconda to create a new environment (Python >= 3.10) `conda create -n rllegro python=3.10 -y` to run the following example. - - run `pip install git+https://github.com/huggingface/diffusers.git@9214f4a3782a74e510eff7e09b59457fe8b63511 torch==2.4.1 transformers==4.40.1 accelerate sentencepiece imageio imageio-ffmpeg beautifulsoup4` + - run `pip install git+https://github.com/huggingface/diffusers.git torch==2.4.1 transformers==4.40.1 accelerate sentencepiece imageio imageio-ffmpeg beautifulsoup4` 2. Run inference. ```python