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

Fix requirements

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