RamAnanth1 commited on
Commit
94b13af
·
verified ·
1 Parent(s): 7ee5bb7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
  --extra-index-url https://download.pytorch.org/whl/cu113
2
- git+https://github.com/huggingface/diffusers.git
3
  transformers
4
- git+https://github.com/huggingface/accelerate
5
- torch==1.13.1
6
  numpy
7
  controlnet_aux
8
  xformers==0.0.16
 
1
  --extra-index-url https://download.pytorch.org/whl/cu113
2
+ diffusers
3
  transformers
4
+ accelerate
5
+ torch
6
  numpy
7
  controlnet_aux
8
  xformers==0.0.16