Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
#--prefer-binary
|
| 2 |
-
|
| 3 |
|
| 4 |
spaces
|
| 5 |
|
|
@@ -8,10 +8,10 @@ spaces
|
|
| 8 |
#unidecode
|
| 9 |
#librosa
|
| 10 |
accelerate
|
| 11 |
-
|
| 12 |
-
transformers
|
| 13 |
tokenizers
|
| 14 |
-
|
| 15 |
#optimum
|
| 16 |
#git+https://github.com/huggingface/optimum.git
|
| 17 |
imageio
|
|
@@ -46,8 +46,8 @@ peft
|
|
| 46 |
#bs4
|
| 47 |
#diffusers
|
| 48 |
#git+https://github.com/ford442/diffusers.git@upcast_only
|
| 49 |
-
|
| 50 |
-
|
| 51 |
#git+https://github.com/huggingface/diffusers.git
|
| 52 |
|
| 53 |
#diffusers==0.32.0
|
|
|
|
| 1 |
#--prefer-binary
|
| 2 |
+
#--extra-index-url https://download.pytorch.org/whl/cu124
|
| 3 |
|
| 4 |
spaces
|
| 5 |
|
|
|
|
| 8 |
#unidecode
|
| 9 |
#librosa
|
| 10 |
accelerate
|
| 11 |
+
git+https://github.com/huggingface/accelerate.git
|
| 12 |
+
#transformers
|
| 13 |
tokenizers
|
| 14 |
+
git+https://github.com/huggingface/transformers.git
|
| 15 |
#optimum
|
| 16 |
#git+https://github.com/huggingface/optimum.git
|
| 17 |
imageio
|
|
|
|
| 46 |
#bs4
|
| 47 |
#diffusers
|
| 48 |
#git+https://github.com/ford442/diffusers.git@upcast_only
|
| 49 |
+
git+https://github.com/ford442/diffusers.git@pre_64_nohook_unet
|
| 50 |
+
|
| 51 |
#git+https://github.com/huggingface/diffusers.git
|
| 52 |
|
| 53 |
#diffusers==0.32.0
|