Spaces:
Configuration error
Configuration error
update requirements
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
diffusers>=0.9.0
|
2 |
transformers
|
|
|
|
|
3 |
scipy
|
4 |
-
ftfy
|
|
|
|
|
|
1 |
transformers
|
2 |
+
git+https://github.com/huggingface/accelerate
|
3 |
+
diffusers["torch"]
|
4 |
scipy
|
5 |
+
ftfy
|
6 |
+
git+https://github.com/cloneofsimo/lora.git
|