Daankular commited on
Commit
8ef80ba
·
1 Parent(s): b91b746

Add all Wan2GP core deps to requirements.txt at once

Browse files
Files changed (1) hide show
  1. requirements.txt +48 -6
requirements.txt CHANGED
@@ -1,12 +1,54 @@
 
1
  gradio>=6.0.0
2
  spaces
3
  huggingface_hub>=0.24.0
4
- Pillow
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  einops
 
 
 
 
 
 
 
 
6
  safetensors
7
- accelerate
8
- transformers
9
- diffusers
10
- sentencepiece
11
- imageio[ffmpeg]
12
  av
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Gradio + HF Spaces runtime
2
  gradio>=6.0.0
3
  spaces
4
  huggingface_hub>=0.24.0
5
+
6
+ # Wan2GP core (from deepbeepmeep/Wan2GP requirements.txt, HF-conflict-free)
7
+ # Memory management (DeepBeepMeep custom package — critical)
8
+ mmgp==3.7.6
9
+
10
+ # AI stack — version-pinned to match Wan2GP expectations
11
+ diffusers==0.36.0
12
+ transformers==4.54.0
13
+ tokenizers>=0.20.3
14
+ accelerate>=1.1.1
15
+ peft==0.17.0
16
+ open_clip_torch>=2.29.0
17
+
18
+ # Numerics
19
+ numpy==2.1.2
20
+ num2words==0.5.14
21
  einops
22
+ torchdiffeq>=0.2.5
23
+ tensordict>=0.6.1
24
+ vector_quantize_pytorch==1.27.19
25
+ gguf==0.17.1
26
+ flash-linear-attention==0.4.1
27
+
28
+ # Media / IO
29
+ Pillow
30
  safetensors
31
+ imageio
32
+ imageio-ffmpeg
 
 
 
33
  av
34
+ ffmpeg-python
35
+ opencv-python-headless
36
+ piexif
37
+
38
+ # NLP / tokenization
39
+ sentencepiece
40
+ ftfy
41
+
42
+ # Config / utils
43
+ omegaconf
44
+ hydra-core
45
+ easydict
46
+ loguru
47
+ munch
48
+ xxhash
49
+ tqdm
50
+ matplotlib
51
+ markdown
52
+ gitpython==3.1.45
53
+ stringzilla==4.0.14
54
+ timm