Skip to content

Commit

Permalink
Merge pull request #460 from THUDM/CogVideoX_dev
Browse files Browse the repository at this point in the history
requirements update
  • Loading branch information
zRzRzRzRzRzRzR authored Nov 3, 2024
2 parents abb40ec + b6abbea commit 3710a61
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
8 changes: 4 additions & 4 deletions inference/gradio_composite_demo/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ safetensors>=0.4.5
spandrel>=0.4.0
tqdm>=4.66.5
scikit-video>=1.1.11
git+https://github.com/huggingface/diffusers.git@main
diffusers>=0.31.0
transformers>=4.44.0
accelerate>=0.34.2
opencv-python>=4.10.0.84
sentencepiece>=0.2.0
numpy==1.26.0
torch>=2.4.0
torchvision>=0.19.0
gradio>=4.44.0
torch>=2.5.0
torchvision>=0.20.0
gradio>=5.4.0
imageio>=2.34.2
imageio-ffmpeg>=0.5.1
openai>=1.45.0
Expand Down
17 changes: 8 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
diffusers>=0.30.3
accelerate>=0.34.2
transformers>=4.44.2
diffusers>=0.31.0
accelerate>=1.0.1
transformers>=4.46.1
numpy==1.26.0
torch>=2.4.0
torchvision>=0.19.0
torch>=2.5.0
torchvision>=0.20.0
sentencepiece>=0.2.0
SwissArmyTransformer>=0.4.12
gradio>=4.44.0
gradio>=5.4.0
imageio>=2.35.1
imageio-ffmpeg>=0.5.1
openai>=1.45.0
openai>=1.53.0
moviepy>=1.0.3
pillow==9.5.0
scikit-video
scikit-video>=1.1.11

0 comments on commit 3710a61

Please sign in to comment.