Add peft + torchvision (required by diffusers load_lora_weights)
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -7,7 +7,9 @@ Pillow>=10.0
|
|
| 7 |
imageio>=2.34
|
| 8 |
imageio-ffmpeg>=0.5
|
| 9 |
torch>=2.2
|
|
|
|
| 10 |
diffusers>=0.27
|
| 11 |
transformers>=4.40
|
| 12 |
accelerate>=0.30
|
|
|
|
| 13 |
spaces>=0.30
|
|
|
|
| 7 |
imageio>=2.34
|
| 8 |
imageio-ffmpeg>=0.5
|
| 9 |
torch>=2.2
|
| 10 |
+
torchvision>=0.17
|
| 11 |
diffusers>=0.27
|
| 12 |
transformers>=4.40
|
| 13 |
accelerate>=0.30
|
| 14 |
+
peft>=0.10
|
| 15 |
spaces>=0.30
|