ford442 commited on
Commit
c48f708
·
verified ·
1 Parent(s): e28d6bf

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -4
requirements.txt CHANGED
@@ -2,10 +2,11 @@ uvicorn
2
  unidecode
3
  #spaces
4
  librosa
 
5
  git+https://github.com/huggingface/accelerate.git
6
-
7
  git+https://github.com/huggingface/transformers.git
8
-
9
  git+https://github.com/huggingface/optimum.git
10
  imageio
11
  safetensors
@@ -28,6 +29,7 @@ Pillow
28
  #xformers
29
  #xformers --index-url https://download.pytorch.org/whl/cu124
30
  jinja2
 
31
  git+https://github.com/facebookresearch/xformers.git
32
 
33
  #xformers==0.0.30.dev967
@@ -36,7 +38,8 @@ numpy
36
  peft
37
  scipy
38
  bs4
39
- git+https://github.com/ford442/diffusers.git@upcast_64_cuda_sched_grad
 
40
 
41
  #git+https://github.com/huggingface/diffusers.git
42
 
@@ -75,6 +78,6 @@ torchao
75
  #nvidia-tensorrt
76
 
77
  #nvidia-modelopt[hf]
78
- onnxruntime-gpu
79
 
80
  #tensorrt-cu12
 
2
  unidecode
3
  #spaces
4
  librosa
5
+ accelerate
6
  git+https://github.com/huggingface/accelerate.git
7
+ transformers
8
  git+https://github.com/huggingface/transformers.git
9
+ optimum
10
  git+https://github.com/huggingface/optimum.git
11
  imageio
12
  safetensors
 
29
  #xformers
30
  #xformers --index-url https://download.pytorch.org/whl/cu124
31
  jinja2
32
+ xformers
33
  git+https://github.com/facebookresearch/xformers.git
34
 
35
  #xformers==0.0.30.dev967
 
38
  peft
39
  scipy
40
  bs4
41
+ diffusers
42
+ git+https://github.com/ford442/diffusers.git@upcast_only
43
 
44
  #git+https://github.com/huggingface/diffusers.git
45
 
 
78
  #nvidia-tensorrt
79
 
80
  #nvidia-modelopt[hf]
81
+ #onnxruntime-gpu
82
 
83
  #tensorrt-cu12