Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
CHANGED
|
@@ -5,6 +5,13 @@
|
|
| 5 |
# diffusers
|
| 6 |
git+https://github.com/huggingface/diffusers
|
| 7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
# git+https://github.com/patil-suraj/transformers.git@ldm-bert
|
| 9 |
|
| 10 |
opencv-python
|
|
|
|
| 5 |
# diffusers
|
| 6 |
git+https://github.com/huggingface/diffusers
|
| 7 |
|
| 8 |
+
# https://github.com/huggingface/diffusers/issues/82
|
| 9 |
+
# pip install git+https://github.com/patil-suraj/transformers@ldm-bert
|
| 10 |
+
# git clone https://github.com/huggingface/diffusers
|
| 11 |
+
# cd diffusers && pip install -e .
|
| 12 |
+
# pip install git+file:///content/diffusers
|
| 13 |
+
# pip install torch
|
| 14 |
+
|
| 15 |
# git+https://github.com/patil-suraj/transformers.git@ldm-bert
|
| 16 |
|
| 17 |
opencv-python
|