From d611968ba3d1bc448f004a9e01a55e306bff8628 Mon Sep 17 00:00:00 2001 From: gluttony-10 <52977964+gluttony-10@users.noreply.github.com> Date: Tue, 16 Apr 2024 17:38:03 +0800 Subject: [PATCH] Update requirements.txt --- requirements.txt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index ee1b080..b268439 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ -torch==2.0.1 --index-url https://download.pytorch.org/whl/cu118 -torchvision==0.15.2 --index-url https://download.pytorch.org/whl/cu118 -torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118 +--extra-index-url https://download.pytorch.org/whl/cu118 +torch==2.0.1 +torchvision==0.15.2 +torchaudio==2.0.2 diffusers==0.27.2 accelerate==0.28.0 tensorflow==2.12.0 @@ -12,3 +13,9 @@ transformers==4.39.2 gdown requests imageio[ffmpeg] + +omegaconf +ffmpeg-python +gradio +spaces +moviepy