Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
#--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
torch
|
3 |
diffusers==0.27.2
|
4 |
-
transformers==4.36.2
|
|
|
5 |
opencv-python
|
6 |
safetensors
|
7 |
pillow==10.2.0
|
|
|
1 |
#--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
torch
|
3 |
diffusers==0.27.2
|
4 |
+
#transformers==4.36.2
|
5 |
+
transformers
|
6 |
opencv-python
|
7 |
safetensors
|
8 |
pillow==10.2.0
|