Spaces:
Running on Zero
Running on Zero
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
|
|
| 1 |
transformers==4.57.6
|
| 2 |
accelerate
|
| 3 |
ftfy
|
| 4 |
opencv-python
|
| 5 |
kernels
|
| 6 |
-
torch==2.8.0
|
|
|
|
| 1 |
+
git+https://github.com/huggingface/diffusers.git@bd7a7a0b95ea0e2109489be0026568cc44f61ef8
|
| 2 |
transformers==4.57.6
|
| 3 |
accelerate
|
| 4 |
ftfy
|
| 5 |
opencv-python
|
| 6 |
kernels
|
| 7 |
+
torch==2.8.0
|