diffusers
0fa32bd6 - [Examples] use loralinear instead of depecrecated lora attn procs. (#5331)

Comment changes are shownComment changes are hidden
Commit
1 year ago
[Examples] use loralinear instead of depecrecated lora attn procs. (#5331) * use loralinear instead of depecrecated lora attn procs. * fix parameters() * fix saving * add back support for add kv proj. * fix: param accumul,ation. * propagate the changes.
Author
Parents
  • examples
    • dreambooth
      • File
        train_dreambooth_lora.py
      • File
        train_dreambooth_lora_sdxl.py
    • text_to_image
      • File
        train_text_to_image_lora_sdxl.py
  • src/diffusers
    • models
      • File
        attention_processor.py
    • File
      training_utils.py