nightfury commited on
Commit
527094a
1 Parent(s): d7dee66

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  --extra-index-url https://download.pytorch.org/whl/cu113
2
  --find-links https://download.pytorch.org/whl/torch_stable.html
3
- torch
4
- torchvision
5
  diffusers
6
  transformers
7
  ftfy
@@ -10,8 +10,8 @@ matplotlib
10
  uuid
11
  opencv-python
12
  git+https://github.com/openai/CLIP.git
13
- #torch==1.10.0+cpu
14
- #torchvision==0.11.1+cpu
15
  git+https://github.com/huggingface/diffusers
16
  imageio
17
  opencv-python
 
1
  --extra-index-url https://download.pytorch.org/whl/cu113
2
  --find-links https://download.pytorch.org/whl/torch_stable.html
3
+ #torch
4
+ #torchvision
5
  diffusers
6
  transformers
7
  ftfy
 
10
  uuid
11
  opencv-python
12
  git+https://github.com/openai/CLIP.git
13
+ torch==1.10.0+cpu
14
+ torchvision==0.11.1+cpu
15
  git+https://github.com/huggingface/diffusers
16
  imageio
17
  opencv-python