Spaces:
Build error
Build error
up
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git+https://github.com/huggingface/diffusers.git
|
| 2 |
+
transformers
|
| 3 |
+
accelerate
|
| 4 |
+
safetensors
|
| 5 |
+
sentencepiece
|
| 6 |
+
peft
|
| 7 |
+
ftfy
|
| 8 |
+
imageio
|
| 9 |
+
imageio-ffmpeg
|
| 10 |
+
opencv-python
|
| 11 |
+
|
| 12 |
+
--pre
|
| 13 |
+
--extra-index-url https://download.pytorch.org/whl/nightly/cu126
|
| 14 |
+
torchao==0.12.0.dev20250610+cu126
|