diffusers
5d49b3e8 - Flux quantized with lora (#10990)

Comment changes are shownComment changes are hidden
Commit
73 days ago
Flux quantized with lora (#10990) * Flux quantized with lora * fix * changes * Apply suggestions from code review Co-authored-by: Sayak Paul <spsayakpaul@gmail.com> * Apply style fixes * enable model cpu offload() * Update src/diffusers/loaders/lora_pipeline.py Co-authored-by: hlky <hlky@hlky.ac> * update * Apply suggestions from code review * update * add peft as an additional dependency for gguf --------- Co-authored-by: Sayak Paul <spsayakpaul@gmail.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com>
Author
Parents
  • .github/workflows
    • File
      nightly_tests.yml
  • src/diffusers
    • loaders
      • File
        lora_pipeline.py
    • quantizers/gguf
      • File
        utils.py
  • tests/quantization
    • bnb
      • File
        test_4bit.py
    • gguf
      • File
        test_gguf.py