dagloop5 commited on
Commit
2d71524
·
verified ·
1 Parent(s): 0d00111

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -12,6 +12,8 @@ torchvision==0.26.0
12
  # The Qwen3-VL processor decides the vision patch count, so a different minor changes the conditioning.
13
  transformers==5.8.0
14
  accelerate==1.14.0
 
 
15
  # diffusers pins <2.
16
  huggingface-hub==1.24.0
17
  gradio==6.20.0
 
12
  # The Qwen3-VL processor decides the vision patch count, so a different minor changes the conditioning.
13
  transformers==5.8.0
14
  accelerate==1.14.0
15
+ # PEFT backs `load_lora_adapter` / `set_adapters` on the transformer (multi-LoRA blending).
16
+ peft>=0.15.0
17
  # diffusers pins <2.
18
  huggingface-hub==1.24.0
19
  gradio==6.20.0