blabla974 commited on
Commit
22677ce
·
verified ·
1 Parent(s): 2bfb106

Add imageio to requirements.txt for AnimateDiff

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -6
requirements.txt CHANGED
@@ -1,11 +1,9 @@
1
- gradio==5.31.0
2
- diffusers
3
- transformers
4
  torch
5
  torchvision
 
 
6
  accelerate
7
- opencv-python
8
- numpy
9
- Pillow
10
 
11
 
 
 
 
 
1
  torch
2
  torchvision
3
+ transformers
4
+ diffusers
5
  accelerate
6
+ gradio
7
+ imageio
 
8
 
9