ford442 commited on
Commit
16f80e0
·
verified ·
1 Parent(s): 2f4d1ed

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -19
requirements.txt CHANGED
@@ -4,37 +4,22 @@ gradio[oauth]==5.9.1
4
 
5
  accelerate==1.2.1
6
 
7
- torchvision
8
-
9
- torchaudio
10
-
11
  transformers==4.47.1
12
 
13
- safetensors
14
 
15
  paramiko
16
 
17
- scipy
18
-
19
- ftfy
20
-
21
- opencv-python
22
 
23
  Pillow
24
 
25
- xformers
26
 
27
- numpy
28
-
29
- peft
30
-
31
- triton
32
-
33
- gguf
34
 
35
  git+https://github.com/ford442/image_gen_aux.git@1ink
36
 
37
  git+https://github.com/ford442/diffusers.git@upcast_test
38
 
39
  huggingface_hub[hf_transfer]
40
-
 
4
 
5
  accelerate==1.2.1
6
 
 
 
 
 
7
  transformers==4.47.1
8
 
9
+ safetensors==0.5.1
10
 
11
  paramiko
12
 
13
+ #opencv-python
 
 
 
 
14
 
15
  Pillow
16
 
17
+ xformers==0.0.30.dev967
18
 
19
+ numpy==2.2.1
 
 
 
 
 
 
20
 
21
  git+https://github.com/ford442/image_gen_aux.git@1ink
22
 
23
  git+https://github.com/ford442/diffusers.git@upcast_test
24
 
25
  huggingface_hub[hf_transfer]