1. 21 Oct, 2025 1 commit
  2. 08 Oct, 2025 1 commit
  3. 30 Sep, 2025 1 commit
  4. 26 Sep, 2025 1 commit
  5. 04 Aug, 2025 2 commits
  6. 16 Jul, 2025 1 commit
  7. 09 Jul, 2025 1 commit
  8. 19 Mar, 2025 1 commit
  9. 18 Mar, 2025 1 commit
  10. 27 Feb, 2025 2 commits
  11. 25 Feb, 2025 1 commit
  12. 20 Feb, 2025 1 commit
  13. 22 Jan, 2025 1 commit
  14. 14 Jan, 2025 2 commits
  15. 16 Dec, 2024 1 commit
  16. 12 Dec, 2024 1 commit
  17. 24 Oct, 2024 1 commit
  18. 24 Sep, 2024 1 commit
  19. 16 Sep, 2024 1 commit
  20. 12 Sep, 2024 1 commit
  21. 03 Sep, 2024 1 commit
  22. 27 Aug, 2024 1 commit
  23. 23 Aug, 2024 1 commit
  24. 19 Aug, 2024 1 commit
  25. 29 Jul, 2024 1 commit
  26. 25 Jul, 2024 1 commit
  27. 26 Jun, 2024 1 commit
  28. 05 Jun, 2024 1 commit
    • Sayak Paul's avatar
      [LoRA] Remove legacy LoRA code and related adjustments (#8316) · a0542c19
      Sayak Paul authored
      * 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.
      a0542c19
  29. 03 Jun, 2024 1 commit
  30. 21 May, 2024 1 commit
  31. 15 May, 2024 1 commit
    • Isamu Isozaki's avatar
      Adding VQGAN Training script (#5483) · d27e996c
      Isamu Isozaki authored
      
      
      * Init commit
      
      * Removed einops
      
      * Added default movq config for training
      
      * Update explanation of prompts
      
      * Fixed inheritance of discriminator and init_tracker
      
      * Fixed incompatible api between muse and here
      
      * Fixed output
      
      * Setup init training
      
      * Basic structure done
      
      * Removed attention for quick tests
      
      * Style fixes
      
      * Fixed vae/vqgan styles
      
      * Removed redefinition of wandb
      
      * Fixed log_validation and tqdm
      
      * Nothing commit
      
      * Added commit loss to lookup_from_codebook
      
      * Update src/diffusers/models/vq_model.py
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      
      * Adding perliminary README
      
      * Fixed one typo
      
      * Local changes
      
      * Fixed main issues
      
      * Merging
      
      * Update src/diffusers/models/vq_model.py
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      
      * Testing+Fixed bugs in training script
      
      * Some style fixes
      
      * Added wandb to docs
      
      * Fixed timm test
      
      * get testing suite ready.
      
      * remove return loss
      
      * remove return_loss
      
      * Remove diffs
      
      * Remove diffs
      
      * fix ruff format
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      Co-authored-by: default avatarDhruv Nair <dhruv.nair@gmail.com>
      d27e996c
  32. 09 May, 2024 2 commits
  33. 06 May, 2024 1 commit
  34. 03 May, 2024 1 commit
  35. 02 May, 2024 2 commits