Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
|
@@ -1,16 +1,17 @@
|
|
| 1 |
-
torch
|
| 2 |
torchvision
|
| 3 |
-
xformers
|
| 4 |
einops
|
| 5 |
-
|
| 6 |
-
transformers
|
| 7 |
huggingface_hub[torch]
|
| 8 |
-
gradio==4.36.1
|
| 9 |
Pillow
|
| 10 |
emoji
|
| 11 |
numpy
|
| 12 |
tqdm
|
| 13 |
jupyterlab
|
| 14 |
-
|
|
|
|
| 15 |
sentencepiece
|
| 16 |
-
protobuf
|
|
|
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
torchvision
|
| 3 |
+
xformers
|
| 4 |
einops
|
| 5 |
+
transformers[torch]
|
|
|
|
| 6 |
huggingface_hub[torch]
|
|
|
|
| 7 |
Pillow
|
| 8 |
emoji
|
| 9 |
numpy
|
| 10 |
tqdm
|
| 11 |
jupyterlab
|
| 12 |
+
gradio
|
| 13 |
+
peft
|
| 14 |
sentencepiece
|
| 15 |
+
protobuf
|
| 16 |
+
diffusers @ git+https://github.com/initml/diffusers.git@clement/feature/flash_sd3
|
| 17 |
+
spaces
|