1. 25 Feb, 2025 1 commit
  2. 20 Feb, 2025 1 commit
  3. 22 Jan, 2025 1 commit
  4. 14 Jan, 2025 2 commits
  5. 16 Dec, 2024 1 commit
  6. 12 Dec, 2024 1 commit
  7. 24 Oct, 2024 1 commit
  8. 24 Sep, 2024 1 commit
  9. 16 Sep, 2024 1 commit
  10. 12 Sep, 2024 1 commit
  11. 03 Sep, 2024 1 commit
  12. 27 Aug, 2024 1 commit
  13. 23 Aug, 2024 1 commit
  14. 19 Aug, 2024 1 commit
  15. 29 Jul, 2024 1 commit
  16. 25 Jul, 2024 1 commit
  17. 26 Jun, 2024 1 commit
  18. 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
  19. 03 Jun, 2024 1 commit
  20. 21 May, 2024 1 commit
  21. 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
  22. 09 May, 2024 2 commits
  23. 06 May, 2024 1 commit
  24. 03 May, 2024 1 commit
  25. 02 May, 2024 4 commits
  26. 01 May, 2024 1 commit
  27. 19 Apr, 2024 1 commit
  28. 18 Apr, 2024 1 commit
  29. 17 Apr, 2024 1 commit
  30. 10 Apr, 2024 1 commit
  31. 20 Mar, 2024 1 commit
  32. 01 Mar, 2024 1 commit
  33. 29 Feb, 2024 1 commit
    • Sayak Paul's avatar
      use uv for installing stuff in the workflows. (#7116) · 3daebe2b
      Sayak Paul authored
      * use uv for installing stuff in the workflows.
      
      * fix: from source installation command when using uv.
      
      * fix uv venv issue
      
      * edit editable installation.
      
      * fix quality installation
      
      * checking
      
      * make editable.
      
      * more check
      
      * check
      
      * add: export step
      
      * venv handling.
      
      * checking.
      
      * fix: dependency workflows.
      
      * peft tests.
      
      * proper way to initialize env.
      
      * Empty-Commit
      
      * Empty-Commit
      3daebe2b
  34. 28 Feb, 2024 2 commits