ford442 commited on
Commit
d112d9f
·
verified ·
1 Parent(s): 7889fad

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -9
requirements.txt CHANGED
@@ -1,16 +1,16 @@
1
  uvicorn==0.34.0
2
 
3
- bitsandbytes
4
 
5
- accelerate==1.2.1
6
 
7
- torchvision
8
 
9
- torchaudio
10
 
11
  #pipeline
12
 
13
- transformers==4.47.1
14
 
15
  safetensors
16
 
@@ -18,17 +18,19 @@ paramiko
18
 
19
  huggingface_hub
20
 
21
- git+https://github.com/ford442/diffusers.git@upcast_4
22
-
 
 
23
  scipy
24
 
25
  ftfy
26
 
27
- opencv-python
28
 
29
  Pillow
30
 
31
- xformers
32
 
33
  numpy
34
 
 
1
  uvicorn==0.34.0
2
 
3
+ #bitsandbytes
4
 
5
+ #accelerate==1.2.1
6
 
7
+ #torchvision
8
 
9
+ #torchaudio
10
 
11
  #pipeline
12
 
13
+ #transformers==4.47.1
14
 
15
  safetensors
16
 
 
18
 
19
  huggingface_hub
20
 
21
+ #git+https://github.com/ford442/diffusers.git@upcast_4
22
+ git+https://github.com/huggingface/diffusers.git
23
+ git+https://github.com/huggingface/transformers.git
24
+ git+https://github.com/huggingface/accelerate.git
25
  scipy
26
 
27
  ftfy
28
 
29
+ #opencv-python
30
 
31
  Pillow
32
 
33
+ #xformers
34
 
35
  numpy
36