patrickvonplaten commited on
Commit
577d869
1 Parent(s): 1c52ad6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -4
requirements.txt CHANGED
@@ -1,11 +1,10 @@
1
- --index-url https://download.pytorch.org/whl/cu118
2
- torch==2.0.1
3
-
4
- diffusers
5
  accelerate
6
  transformers
7
  gradio==4.1.1
8
  Pillow==10.1.0
9
  sentencepiece==0.1.99
10
  optimum
 
 
11
 
 
1
+ diffusers>=0.22.0
 
 
 
2
  accelerate
3
  transformers
4
  gradio==4.1.1
5
  Pillow==10.1.0
6
  sentencepiece==0.1.99
7
  optimum
8
+ --extra-index-url https://download.pytorch.org/whl/cu118
9
+ torch==2.0.1
10