1inkusFace commited on
Commit
2e87b57
·
verified ·
1 Parent(s): bdc2454

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -3
requirements.txt CHANGED
@@ -1,9 +1,12 @@
1
- #accelerate
2
  torch
 
 
 
3
  git+https://github.com/huggingface/accelerate.git
4
  bitsandbytes
5
- #transformers
6
  git+https://github.com/huggingface/transformers.git
 
7
  git+https://github.com/huggingface/optimum.git
8
  huggingface_hub
9
  sentencepiece
@@ -12,4 +15,6 @@ gradio
12
  numpy
13
  opencv-python
14
  git+https://github.com/asomoza/image_gen_aux.git
15
- git+https://github.com/ford442/diffusers.git@offload_sd3
 
 
 
 
1
  torch
2
+ torchvision
3
+ torchaudio
4
+ accelerate
5
  git+https://github.com/huggingface/accelerate.git
6
  bitsandbytes
7
+ transformers
8
  git+https://github.com/huggingface/transformers.git
9
+ optimum
10
  git+https://github.com/huggingface/optimum.git
11
  huggingface_hub
12
  sentencepiece
 
15
  numpy
16
  opencv-python
17
  git+https://github.com/asomoza/image_gen_aux.git
18
+ diffusers
19
+ git+https://github.com/huggingface/diffusers.git
20
+ #git+https://github.com/ford442/diffusers.git@offload_sd3