Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +12 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,16 @@
|
|
| 1 |
torch
|
| 2 |
git+https://github.com/huggingface/diffusers
|
| 3 |
spaces
|
| 4 |
-
transformers
|
| 5 |
peft
|
| 6 |
-
sentencepiece
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
torch
|
| 2 |
git+https://github.com/huggingface/diffusers
|
| 3 |
spaces
|
| 4 |
+
transformers==4.43.3
|
| 5 |
peft
|
| 6 |
+
sentencepiece
|
| 7 |
+
torchvision
|
| 8 |
+
einops
|
| 9 |
+
accelerate
|
| 10 |
+
omegaconf
|
| 11 |
+
huggingface-hub
|
| 12 |
+
opencv-python
|
| 13 |
+
gradio
|
| 14 |
+
scipy
|
| 15 |
+
scikit-image
|
| 16 |
+
numpy==1.26.4
|