Spaces:
No application file
No application file
Create requirements.txt (#1)
Browse files- Create requirements.txt (2aeaaf237045a959a4f159c3ef83ef4b4ed5b96a)
Co-authored-by: AP <AP123@users.noreply.huggingface.co>
- requirements.txt +17 -0
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
diffusers==0.20.0
|
2 |
+
torch==2.0.1
|
3 |
+
torchvision
|
4 |
+
transformers
|
5 |
+
accelerate
|
6 |
+
einops
|
7 |
+
opencv-python
|
8 |
+
wandb
|
9 |
+
omegaconf
|
10 |
+
imageio
|
11 |
+
decord
|
12 |
+
xformers
|
13 |
+
lpips
|
14 |
+
bitsandbytes
|
15 |
+
pytorch-lightning
|
16 |
+
tensorboard
|
17 |
+
imageio[ffmpeg]
|