From bc138a6730176383de5b7815e4196d629008b979 Mon Sep 17 00:00:00 2001 From: Yuwei Date: Wed, 17 Jul 2024 08:08:40 +0000 Subject: [PATCH] fix env --- environment.yaml | 23 ----------------------- requirements.txt | 13 +++++++++++++ 2 files changed, 13 insertions(+), 23 deletions(-) delete mode 100644 environment.yaml create mode 100644 requirements.txt diff --git a/environment.yaml b/environment.yaml deleted file mode 100644 index 64d18c7..0000000 --- a/environment.yaml +++ /dev/null @@ -1,23 +0,0 @@ -name: animatediff -channels: - - pytorch - - nvidia -dependencies: - - python=3.10 - - pytorch=1.13.1 - - torchvision=0.14.1 - - torchaudio=0.13.1 - - pytorch-cuda=11.7 - - pip - - pip: - - diffusers==0.11.1 - - transformers==4.25.1 - - xformers==0.0.16 - - imageio==2.27.0 - - decord==0.6.0 - - gdown - - einops - - omegaconf - - safetensors - - gradio - - wandb diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..9c9d910 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,13 @@ +torch==2.3.1 +torchvision==0.18.1 +diffusers==0.11.1 +transformers==4.25.1 +xformers==0.0.27 +imageio==2.27.0 +imageio-ffmpeg==0.4.9 +decord==0.6.0 +omegaconf==2.3.0 +gradio==3.36.1 +safetensors +einops +wandb