UdacityNoob commited on
Commit
d5bc451
β€’
1 Parent(s): 9273f9c

Update requirements to support diffusers library 0.7.2

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  --extra-index-url https://download.pytorch.org/whl/cu113
 
2
  scipy
3
  ftfy
4
  torch>=1.10.0
5
  transformers
6
- diffusers==0.6.0
7
- gradio>=3.4
 
1
  --extra-index-url https://download.pytorch.org/whl/cu113
2
+ --upgrade diffusers[torch]
3
  scipy
4
  ftfy
5
  torch>=1.10.0
6
  transformers
7
+ gradio>=3.4