Spaces:
Sleeping
Sleeping
michellemoorre
commited on
Commit
•
fb29620
1
Parent(s):
1e05e38
Add reqs and preload
Browse files- README.md +6 -1
- requirements.txt +24 -0
README.md
CHANGED
@@ -6,4 +6,9 @@ colorFrom: red
|
|
6 |
colorTo: red
|
7 |
pinned: true
|
8 |
short_description: Generate images with OpenTVAR
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
6 |
colorTo: red
|
7 |
pinned: true
|
8 |
short_description: Generate images with OpenTVAR
|
9 |
+
preload_from_hub:
|
10 |
+
- michellemoorre/vae-test
|
11 |
+
- michellemoorre/vae-test
|
12 |
+
- openai/clip-vit-large-patch14
|
13 |
+
- laion/CLIP-ViT-bigG-14-laion2B-39B-b160k
|
14 |
+
---
|
requirements.txt
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
apex==0.9.10dev
|
2 |
+
decord==0.6.0
|
3 |
+
einops==0.8.0
|
4 |
+
flash_attn==2.6.3
|
5 |
+
huggingface_hub==0.26.1
|
6 |
+
image_reward==1.5
|
7 |
+
mpi4py==4.0.1
|
8 |
+
nirvana_dl==66.0.3
|
9 |
+
numpy==2.1.2
|
10 |
+
omegaconf==2.3.0
|
11 |
+
pandas==2.2.3
|
12 |
+
Pillow==11.0.0
|
13 |
+
pytz==2024.2
|
14 |
+
PyYAML==6.0.2
|
15 |
+
PyYAML==6.0.2
|
16 |
+
scipy==1.14.1
|
17 |
+
tensorflow_io==0.37.1
|
18 |
+
torch==2.5.0
|
19 |
+
torchvision==0.20.0
|
20 |
+
tqdm==4.66.5
|
21 |
+
transformers==4.45.2
|
22 |
+
typed_argument_parser==1.10.1
|
23 |
+
wandb==0.18.5
|
24 |
+
yt==4.3.1
|