"docs/source/en/api/schedulers/multistep_dpm_solver.md" did not exist on "c891330f7966fae4aec27962e243a1432d0dc6b5"
  1. 29 May, 2024 1 commit
  2. 10 May, 2024 1 commit
    • Mark Van Aken's avatar
      #7535 Update FloatTensor type hints to Tensor (#7883) · be4afa0b
      Mark Van Aken authored
      * find & replace all FloatTensors to Tensor
      
      * apply formatting
      
      * Update torch.FloatTensor to torch.Tensor in the remaining files
      
      * formatting
      
      * Fix the rest of the places where FloatTensor is used as well as in documentation
      
      * formatting
      
      * Update new file from FloatTensor to Tensor
      be4afa0b
  3. 11 Apr, 2024 1 commit
  4. 02 Apr, 2024 1 commit
    • Bagheera's avatar
      7529 do not disable autocast for cuda devices (#7530) · 8e963d1c
      Bagheera authored
      
      
      * 7529 do not disable autocast for cuda devices
      
      * Remove typecasting error check for non-mps platforms, as a correct autocast implementation makes it a non-issue
      
      * add autocast fix to other training examples
      
      * disable native_amp for dreambooth (sdxl)
      
      * disable native_amp for pix2pix (sdxl)
      
      * remove tests from remaining files
      
      * disable native_amp on huggingface accelerator for every training example that uses it
      
      * convert more usages of autocast to nullcontext, make style fixes
      
      * make style fixes
      
      * style.
      
      * Empty-Commit
      
      ---------
      Co-authored-by: default avatarbghira <bghira@users.github.com>
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      8e963d1c
  5. 18 Mar, 2024 1 commit
  6. 13 Mar, 2024 1 commit
  7. 09 Feb, 2024 2 commits
  8. 08 Feb, 2024 1 commit
  9. 11 Jan, 2024 1 commit
  10. 05 Jan, 2024 2 commits
    • Sayak Paul's avatar
      0.25.0 post release (#6358) · 9d945b2b
      Sayak Paul authored
      
      
      * post release
      
      * style
      
      ---------
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      9d945b2b
    • dg845's avatar
      Improve LCM(-LoRA) Distillation Scripts (#6420) · f3d1333e
      dg845 authored
      * Make WDS pipeline interpolation type configurable.
      
      * Make the VAE encoding batch size configurable.
      
      * Make lora_alpha and lora_dropout configurable for LCM LoRA scripts.
      
      * Generalize scalings_for_boundary_conditions function and make the timestep scaling configurable.
      
      * Make LoRA target modules configurable for LCM-LoRA scripts.
      
      * Move resolve_interpolation_mode to src/diffusers/training_utils.py and make interpolation type configurable in non-WDS script.
      
      * apply suggestions from review
      f3d1333e
  11. 27 Dec, 2023 2 commits
  12. 15 Dec, 2023 1 commit
  13. 06 Dec, 2023 2 commits
  14. 01 Dec, 2023 1 commit
  15. 27 Nov, 2023 1 commit
  16. 09 Nov, 2023 1 commit
  17. 08 Sep, 2023 1 commit
  18. 16 Aug, 2023 2 commits
  19. 12 Aug, 2023 1 commit
  20. 04 Aug, 2023 1 commit
  21. 27 Jul, 2023 1 commit
  22. 26 Jul, 2023 2 commits
  23. 25 Jul, 2023 1 commit
    • Sayak Paul's avatar
      [ControlNet SDXL training] fixes in the training script (#4223) · fed12376
      Sayak Paul authored
      * fix: #4206
      
      * add: sdxl controlnet training smoketest.
      
      * remove unnecessary token inits.
      
      * add: licensing to model card.
      
      * include SDXL licensing in the model card and make public visibility default
      
      * debugging
      
      * debugging
      
      * disable local file download.
      
      * fix: training test.
      
      * fix: ckpt prefix.
      fed12376
  24. 21 Jul, 2023 2 commits
  25. 18 Jul, 2023 1 commit
    • Sayak Paul's avatar
      [Core] add: controlnet support for SDXL (#4038) · 3eb498e7
      Sayak Paul authored
      * add: controlnet sdxl.
      
      * modifications to controlnet.
      
      * run styling.
      
      * add: __init__.pys
      
      * incorporate https://github.com/huggingface/diffusers/pull/4019
      
       changes.
      
      * run make fix-copies.
      
      * resize the conditioning images.
      
      * remove autocast.
      
      * run styling.
      
      * disable autocast.
      
      * debugging
      
      * device placement.
      
      * back to autocast.
      
      * remove comment.
      
      * save some memory by reusing the vae and unet in the pipeline.
      
      * apply styling.
      
      * Allow low precision sd xl
      
      * finish
      
      * finish
      
      * changes to accommodate the improved VAE.
      
      * modifications to how we handle vae encoding in the training.
      
      * make style
      
      * make existing controlnet fast tests pass.
      
      * change vae checkpoint cli arg.
      
      * fix: vae pretrained paths.
      
      * fix: steps in get_scheduler().
      
      * debugging.
      
      * debugging./
      
      * fix: weight conversion.
      
      * add: docs.
      
      * add: limited tests./
      
      * add: datasets to the requirements.
      
      * update docstrings and incorporate the usage of watermarking.
      
      * incorporate fix from #4083
      
      * fix watermarking dependency handling.
      
      * run make-fix-copies.
      
      * Empty-Commit
      
      * Update requirements_sdxl.txt
      
      * remove vae upcasting part.
      
      * Apply suggestions from code review
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      * run make style
      
      * run make fix-copies.
      
      * disable suppot for multicontrolnet.
      
      * Apply suggestions from code review
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      * run make fix-copies.
      
      * dtyle/.
      
      * fix-copies.
      
      ---------
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      3eb498e7
  26. 13 Jul, 2023 1 commit
  27. 11 Jul, 2023 1 commit
  28. 15 Jun, 2023 1 commit
  29. 08 Jun, 2023 2 commits
  30. 22 May, 2023 1 commit
  31. 27 Apr, 2023 1 commit
  32. 26 Apr, 2023 1 commit