diffusers
a0542c19 - [LoRA] Remove legacy LoRA code and related adjustments (#8316)

Comment changes are shownComment changes are hidden
Commit
1 year ago
[LoRA] Remove legacy LoRA code and related adjustments (#8316) * remove legacy code from load_attn_procs. * finish first draft * fix more. * fix more * add test * add serialization support. * fix-copies * require peft backend for lora tests * style * fix test * fix loading. * empty * address benjamin's feedback.
Author
Parents
  • .github/workflows
    • File
      pr_test_peft_backend.yml
    • File
      push_tests.yml
  • src/diffusers
    • loaders
      • File
        lora.py
      • File
        unet.py
    • models/unets
      • File
        unet_2d_condition.py
      • File
        unet_3d_condition.py
  • tests/models/unets
    • File
      test_models_unet_2d_condition.py