Initial commit
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
https://github.com/daswer123/stable-diffusion-colab/raw/main/xformers%20prebuild/T4/python39/xformers-0.0.14.dev0-cp39-cp39-linux_x86_64.whl
|
2 |
accelerate==0.12.0
|
3 |
diffusers==0.9.0
|
4 |
tokenizers==0.13.2
|
5 |
transformers==4.25.1
|
|
|
6 |
opencv-python
|
7 |
torch
|
8 |
torchvision
|
|
|
|
|
1 |
accelerate==0.12.0
|
2 |
diffusers==0.9.0
|
3 |
tokenizers==0.13.2
|
4 |
transformers==4.25.1
|
5 |
+
xformers
|
6 |
opencv-python
|
7 |
torch
|
8 |
torchvision
|