Manjushri commited on
Commit
1611b85
1 Parent(s): 058e9d8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -8
requirements.txt CHANGED
@@ -1,10 +1,8 @@
1
- modin[all]
2
- -f --extra-index-url https://download.pytorch.org/whl/cu116
 
 
 
3
  accelerate
4
- tensorflow
5
- tensorflow_addons
6
  ftfy
7
- numpy
8
- regex
9
- git+https://github.com/fchollet/stable-diffusion-tensorflow
10
- gradio
 
1
+ torch
2
+ numpy
3
+ torchvision
4
+ git+https://github.com/huggingface/diffusers
5
+ transformers
6
  accelerate
 
 
7
  ftfy
8
+ modin[all]