1. 22 Mar, 2024 1 commit
  2. 21 Mar, 2024 6 commits
  3. 20 Mar, 2024 4 commits
  4. 19 Mar, 2024 12 commits
  5. 18 Mar, 2024 9 commits
  6. 16 Mar, 2024 2 commits
  7. 15 Mar, 2024 1 commit
  8. 14 Mar, 2024 5 commits
    • M. Tolga Cangöz's avatar
      [`Tests`] Update a deprecated parameter in test files and fix several typos (#7277) · 5d848ec0
      M. Tolga Cangöz authored
      * Add properties and `IPAdapterTesterMixin` tests for `StableDiffusionPanoramaPipeline`
      
      * Fix variable name typo and update comments
      
      * Update deprecated `output_type="numpy"` to "np" in test files
      
      * Discard changes to src/diffusers/pipelines/stable_diffusion_panorama/pipeline_stable_diffusion_panorama.py
      
      * Update test_stable_diffusion_panorama.py
      
      * Update numbers in README.md
      
      * Update get_guidance_scale_embedding method to use timesteps instead of w
      
      * Update number of checkpoints in README.md
      
      * Add type hints and fix var name
      
      * Fix PyTorch's convention for inplace functions
      
      * Fix a typo
      
      * Revert "Fix PyTorch's convention for inplace functions"
      
      This reverts commit 74350cf65b2c9aa77f08bec7937d7a8b13edb509.
      
      * Fix typos
      
      * Indent
      
      * Refactor get_guidance_scale_embedding method in LEditsPPPipelineStableDiffusionXL class
      5d848ec0
    • Dhruv Nair's avatar
      Update Cascade Tests (#7324) · 4974b845
      Dhruv Nair authored
      * update
      
      * update
      
      * update
      4974b845
    • Linoy Tsaban's avatar
      [Advanced DreamBooth LoRA SDXL] Support EDM-style training (follow up of #7126) (#7182) · 83062fb8
      Linoy Tsaban authored
      
      
      * add edm style training
      
      * style
      
      * finish adding edm training feature
      
      * import fix
      
      * fix latents mean
      
      * minor adjustments
      
      * add edm to readme
      
      * style
      
      * fix autocast and scheduler config issues when using edm
      
      * style
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      83062fb8
    • Suraj Patil's avatar
      add edm schedulers in doc (#7319) · b6d7e31d
      Suraj Patil authored
      * add edm schedulers in doc
      
      * add in toctree
      
      * address reviewe comments
      b6d7e31d
    • Anatoly Belikov's avatar
      log loss per image (#7278) · 53e9aacc
      Anatoly Belikov authored
      
      
      * log loss per image
      
      * add commandline param for per image loss logging
      
      * style
      
      * debug-loss -> debug_loss
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      53e9aacc