ironjr commited on
Commit
19eb9ff
·
verified ·
1 Parent(s): 8c0c16d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,16 +1,17 @@
1
- torch==2.0.1
2
  torchvision
3
- xformers==0.0.22
4
  einops
5
- diffusers @ git+https://github.com/initml/diffusers.git@clement/feature/flash_sd3
6
- transformers
7
  huggingface_hub[torch]
8
- gradio==4.36.1
9
  Pillow
10
  emoji
11
  numpy
12
  tqdm
13
  jupyterlab
14
- peft>=0.10.0
 
15
  sentencepiece
16
- protobuf
 
 
 
1
+ torch
2
  torchvision
3
+ xformers
4
  einops
5
+ transformers[torch]
 
6
  huggingface_hub[torch]
 
7
  Pillow
8
  emoji
9
  numpy
10
  tqdm
11
  jupyterlab
12
+ gradio
13
+ peft
14
  sentencepiece
15
+ protobuf
16
+ diffusers @ git+https://github.com/initml/diffusers.git@clement/feature/flash_sd3
17
+ spaces