rahul7star commited on
Commit
435498d
·
verified ·
1 Parent(s): 4046baa

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -25
requirements.txt CHANGED
@@ -1,31 +1,22 @@
1
  gradio
2
- huggingface_hub
3
- xfuser>=0.4.3
4
- absl-py
5
- peft
6
- lightning
7
- pandas
8
- deepspeed
9
- wandb
10
- av
11
- flash-attn
12
- spaces
13
- torch
14
- numpy
15
  modelscope
16
- # Hugging Face ecosystem
 
 
 
17
  git+https://github.com/huggingface/diffusers.git
18
  transformers
19
  accelerate
20
  safetensors
21
- peft
22
-
23
- # UI
24
- gradio>=4.0
25
-
26
- # Utilities & Dependencies
27
- sentencepiece
28
- ftfy
29
- imageio
30
- imageio-ffmpeg
31
- opencv-python
 
1
  gradio
2
+ torch>=2.0.0
3
+ torchvision
4
+ cupy-cuda12x ; sys_platform != "win32"
5
+ transformers==4.46.2
6
+ controlnet-aux==0.0.7
7
+ imageio
8
+ imageio[ffmpeg]
9
+ safetensors
10
+ einops
11
+ sentencepiece
12
+ protobuf
 
 
13
  modelscope
14
+ ftfy
15
+ huggingface_hub
16
+ flash-attn --no-build-isolation
17
+ -e ./PusaV1
18
  git+https://github.com/huggingface/diffusers.git
19
  transformers
20
  accelerate
21
  safetensors
22
+ peft