Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
|
@@ -1,11 +1,14 @@
|
|
| 1 |
accelerate
|
| 2 |
git+https://github.com/huggingface/diffusers.git
|
| 3 |
-
torch
|
| 4 |
-
transformers==4.42.4
|
| 5 |
xformers
|
| 6 |
sentencepiece
|
| 7 |
boto3
|
| 8 |
fastapi
|
| 9 |
uvicorn
|
| 10 |
python-multipart
|
| 11 |
-
protobuf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
accelerate
|
| 2 |
git+https://github.com/huggingface/diffusers.git
|
|
|
|
|
|
|
| 3 |
xformers
|
| 4 |
sentencepiece
|
| 5 |
boto3
|
| 6 |
fastapi
|
| 7 |
uvicorn
|
| 8 |
python-multipart
|
| 9 |
+
protobuf
|
| 10 |
+
diffusers==0.30.0
|
| 11 |
+
invisible_watermark
|
| 12 |
+
torch
|
| 13 |
+
transformers==4.43.3
|
| 14 |
+
peft
|