rahul7star commited on
Commit
f214d0e
·
verified ·
1 Parent(s): 959ad9d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -8
requirements.txt CHANGED
@@ -1,10 +1,19 @@
1
- git+https://github.com/huggingface/diffusers.git@5512d70f7fd89f69511d9c23f1473a49f7901bee
2
- transformers
3
- accelerate
4
- safetensors
5
- sentencepiece
6
- peft
 
 
 
 
7
  ftfy
 
8
  imageio-ffmpeg
9
- opencv-python
10
- torchao==0.11.0
 
 
 
 
 
1
+ torch>=2.4.0
2
+ torchvision>=0.19.0
3
+ opencv-python>=4.9.0.80
4
+ diffusers>=0.31.0
5
+ transformers>=4.49.0
6
+ tokenizers>=0.20.3
7
+ accelerate>=1.1.1
8
+ tqdm
9
+ imageio
10
+ easydict
11
  ftfy
12
+ dashscope
13
  imageio-ffmpeg
14
+ https://github.com/mjun0812/flash-attention-prebuild-wheels/releases/download/v0.0.8/flash_attn-2.7.4.post1+cu126torch2.7-cp310-cp310-linux_x86_64.whl
15
+ numpy>=1.23.5,<2
16
+ compel
17
+ invisible_watermark
18
+ pydantic==2.10.6
19
+ xformers