Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
diffusers @ git+https://github.com/huggingface/diffusers.git@main
|
2 |
varnish @ git+https://github.com/jbilcke-hf/varnish.git@main
|
3 |
|
|
|
|
|
|
|
4 |
opencv-python>=4.10.0.84
|
5 |
|
6 |
transformers==4.48.0
|
|
|
1 |
diffusers @ git+https://github.com/huggingface/diffusers.git@main
|
2 |
varnish @ git+https://github.com/jbilcke-hf/varnish.git@main
|
3 |
|
4 |
+
# something broke in Diffusers, for some reason now I need to enforce this:
|
5 |
+
peft>=0.15.0
|
6 |
+
|
7 |
opencv-python>=4.10.0.84
|
8 |
|
9 |
transformers==4.48.0
|