1. 15 Jun, 2023 10 commits
  2. 14 Jun, 2023 2 commits
  3. 13 Jun, 2023 1 commit
  4. 12 Jun, 2023 8 commits
  5. 10 Jun, 2023 4 commits
  6. 09 Jun, 2023 1 commit
  7. 08 Jun, 2023 3 commits
  8. 07 Jun, 2023 8 commits
  9. 06 Jun, 2023 3 commits
    • Patrick von Platen's avatar
      Add draft for lora text encoder scale (#3626) · 74fd735e
      Patrick von Platen authored
      
      
      * Add draft for lora text encoder scale
      
      * Improve naming
      
      * fix: training dreambooth lora script.
      
      * Apply suggestions from code review
      
      * Update examples/dreambooth/train_dreambooth_lora.py
      
      * Apply suggestions from code review
      
      * Apply suggestions from code review
      
      * add lora mixin when fit
      
      * add lora mixin when fit
      
      * add lora mixin when fit
      
      * fix more
      
      * fix more
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      74fd735e
    • Jason C.H's avatar
      Fix from_ckpt for Stable Diffusion 2.x (#3662) · 2de9e2df
      Jason C.H authored
      2de9e2df
    • Isotr0py's avatar
      Support views batch for panorama (#3632) · 11b3002b
      Isotr0py authored
      
      
      * support views batch for panorama
      
      * add entry for the new argument
      
      * format entry for the new argument
      
      * add view_batch_size test
      
      * fix batch test and a boundary condition
      
      * add more docstrings
      
      * fix a typos
      
      * fix typos
      
      * add: entry to the doc about view_batch_size.
      
      * Revert "add: entry to the doc about view_batch_size."
      
      This reverts commit a36aeaa9edf9b662d09bbfd6e18cbc556ed38187.
      
      * add a tip on .
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      11b3002b